diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-11-28 11:17:55 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-11-28 11:17:55 +0000 |
commit | da4f0cc205d7eb430cda9fb0a3e29b02a6997be5 (patch) | |
tree | 83578ce83479f6a4423074f53c0c6ac95092ee03 /ftp | |
parent | 4f47bf5ca0277894c82a11c8857ac3c692f0fe09 (diff) | |
download | freebsd-ports-da4f0cc205d7eb430cda9fb0a3e29b02a6997be5.zip |
2012-11-26 ftp/mget: No more public distfiles
2012-11-26 graphics/yap: No more public distfiles
2012-11-26 games/demonquake: No more public distfiles
2012-11-26 databases/php-sqlrelay: No more public distfiles
2012-11-26 devel/fastdep: No more public distfiles
2012-11-26 graphics/svgviewer: No more public distfiles
2012-11-26 comms/garmin-utils: No more public distfiles
2012-11-26 comms/snooper: No more public distfiles
2012-11-26 graphics/xfig-devel: Stable version is more recent than devel version
2012-11-26 irc/irchat-jp: No more public distfiles
2012-11-26 games/xcogitate: No more public distfiles
Feature safe: yes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/Makefile | 1 | ||||
-rw-r--r-- | ftp/mget/Makefile | 31 | ||||
-rw-r--r-- | ftp/mget/distinfo | 2 | ||||
-rw-r--r-- | ftp/mget/pkg-descr | 7 |
4 files changed, 0 insertions, 41 deletions
diff --git a/ftp/Makefile b/ftp/Makefile index f0b5eefaa729..5be804763b41 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -51,7 +51,6 @@ SUBDIR += linux-f10-curl SUBDIR += llnlxdir SUBDIR += llnlxftp - SUBDIR += mget SUBDIR += mirror SUBDIR += multiget SUBDIR += ncftp1 diff --git a/ftp/mget/Makefile b/ftp/mget/Makefile deleted file mode 100644 index b351784d044f..000000000000 --- a/ftp/mget/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# Created by: ijliao -# $FreeBSD$ - -PORTNAME= mget -PORTVERSION= 1.4.2 -CATEGORIES= ftp ipv6 -MASTER_SITES= http://cs-people.bu.edu/dbera/projects/mget/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Multithreaded commandline web-download manager - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2012-11-26 - -USE_CSTD= gnu89 - -CFLAGS+= -DHAS_HERROR -DHAVE_GETOPT_LONG -DHAVE_INET_NTOP -DHAVE_IPV6 \ - ${PTHREAD_CFLAGS} -LDFLAGS+= ${PTHREAD_LIBS} - -MAN1= mget.1 -PLIST_FILES= bin/mget - -do-build: - cd ${WRKSRC} && ${CC} ${CFLAGS} ${CPPFLAGS} -o mget *.c ${LDFLAGS} - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/mget ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/mget.1 ${MANPREFIX}/man/man1 - -.include <bsd.port.mk> diff --git a/ftp/mget/distinfo b/ftp/mget/distinfo deleted file mode 100644 index 97a568b38510..000000000000 --- a/ftp/mget/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mget-1.4.2.tar.gz) = dacde03b302584f09b13746785a571b678305cc0f95101beeffefef2fe8e885a -SIZE (mget-1.4.2.tar.gz) = 65498 diff --git a/ftp/mget/pkg-descr b/ftp/mget/pkg-descr deleted file mode 100644 index 1010b77fb2f4..000000000000 --- a/ftp/mget/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -mGet is a command line download manager. It splits the file into a number -of segments and uses several separate threads to download each segment. -It can handle proxies and can tunnel through them to get files blocked by -proxies. Currently mGet only handles HTTP downloads directly, while FTP -downloads must go through a proxy. - -WWW: http://cs-people.bu.edu/dbera/projects/mget/mget.php |