diff options
-rw-r--r-- | CVSROOT/modules | 1 | ||||
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | ftp/Makefile | 1 | ||||
-rw-r--r-- | ftp/greed/Makefile | 35 | ||||
-rw-r--r-- | ftp/greed/distinfo | 3 | ||||
-rw-r--r-- | ftp/greed/files/patch-aa | 42 | ||||
-rw-r--r-- | ftp/greed/pkg-descr | 4 |
7 files changed, 1 insertions, 86 deletions
diff --git a/CVSROOT/modules b/CVSROOT/modules index bd44dee8f26f..b5d13b928fd4 100644 --- a/CVSROOT/modules +++ b/CVSROOT/modules @@ -4286,7 +4286,6 @@ grass ports/databases/grass graveman ports/sysutils/graveman grc ports/misc/grc grdesktop ports/net/grdesktop -greed ports/ftp/greed greed_game ports/games/greed gregarius ports/www/gregarius gregexp ports/misc/gregexp @@ -3461,3 +3461,4 @@ net/samplicator||2008-04-25|Has expired: Project has vanished graphics/entice||2008-04-25|Has expired: Broken and unmaintained security/wpa_supplicant||2008-04-26|Obsolete, newer version in base games/glpuzzle|games/jigzo|2008-04-28|Project renamed +ftp/greed||2008-04-29|Has expired: No longer maintained diff --git a/ftp/Makefile b/ftp/Makefile index 890baa98ba3a..100ca49c8c3f 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -39,7 +39,6 @@ SUBDIR += gnusget SUBDIR += gnustep-ftp SUBDIR += gproftpd - SUBDIR += greed SUBDIR += horde-gollem SUBDIR += hsftp SUBDIR += jftp diff --git a/ftp/greed/Makefile b/ftp/greed/Makefile deleted file mode 100644 index 6dc2e4493f2f..000000000000 --- a/ftp/greed/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: greed -# Date created: 13 April 1999 -# Whom: Chris Piazza <cpiazza@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= greed -PORTVERSION= 0.81p -CATEGORIES= ftp www -MASTER_SITES= http://sheepkiller.nerim.net/ports/${PORTNAME}/ -DISTNAME= greed.81p - -MAINTAINER= beech@FreeBSD.org -COMMENT= A utility for downloading files with resume capabilities - -FORBIDDEN= Insecure GRX file processing -DEPRECATED= No longer maintained -EXPIRATION_DATE= 2008-02-23 -ALL_TARGET= freebsd -WRKSRC= ${WRKDIR}/greed.81p - -MANCOMPRESSED= yes -MAN1= greed.1 -PLIST_FILES= bin/greed - -post-patch: - ${REINPLACE_CMD} -e "s,-funroll-all-loops -ffast-math,${CFLAGS}," \ - ${WRKSRC}/Makefile - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/greed ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/greed.1.gz ${PREFIX}/man/man1 - -.include <bsd.port.mk> diff --git a/ftp/greed/distinfo b/ftp/greed/distinfo deleted file mode 100644 index 1fe448b34a0c..000000000000 --- a/ftp/greed/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (greed.81p.tar.gz) = 3f36eed137230c6d69c86a7118827228 -SHA256 (greed.81p.tar.gz) = 9df09aaebe05afbba10eeef2d44eb5635652dde90fa888a116ae7705b7eee6bb -SIZE (greed.81p.tar.gz) = 26126 diff --git a/ftp/greed/files/patch-aa b/ftp/greed/files/patch-aa deleted file mode 100644 index c2b0404f3217..000000000000 --- a/ftp/greed/files/patch-aa +++ /dev/null @@ -1,42 +0,0 @@ ---- Makefile.orig Thu Jan 20 10:31:46 2000 -+++ Makefile Tue Mar 7 16:31:40 2000 -@@ -4,10 +4,10 @@ - - # Where to install binary and manpage on "make install": - --PREFIX=/usr - BINDIR=$(PREFIX)/bin - MANDIR=$(PREFIX)/man - SECTION=1 -+FLAGS=${CFLAGS} - - ################################################### - ###### ###### -@@ -57,11 +57,10 @@ - #CFLAGS='-DI386_ASSEM -DREAL_IS_FLOAT -DLINUX -Wall -O2 -m486 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -malign-loops=2 -malign-jumps=2 -malign-functions=2' - - freebsd: -- $(MAKE) CC=cc LDFLAGS= \ -+ $(MAKE) LDFLAGS= \ - OBJECTS= \ -- CFLAGS='-Wall -ansi -pedantic -O4 -m486 \ -- -funroll-all-loops -ffast-math -DROT_I386 \ -- -DI386_ASSEM -DREAL_IS_FLOAT -DUSE_MMAP' \ -+ CFLAGS='-funroll-all-loops -ffast-math \ -+ -DREAL_IS_FLOAT -DUSE_MMAP ${FLAGS}' \ - greed - - openbsd: -@@ -139,12 +138,6 @@ - $(CC) $(CFLAGS) $(LDFLAGS) main.o connect.o download.o \ - ftpheader.o httpheader.o parse.o util.o proxy.o $(OBJECTS) \ - -o greed -- @echo "" -- @echo "Done! Now just type in 'make install' to install it!" -- @echo "Greed will install in /usr, if you want it in another directory," -- @echo "just edit the Makefile and change PREFIX" -- @echo "" -- - - greed.exe: main.o connect.o $(OBJECTS) ftpheader.o httpheader.o \ - parse.o util.o download.o Makefile diff --git a/ftp/greed/pkg-descr b/ftp/greed/pkg-descr deleted file mode 100644 index 36b814f1956a..000000000000 --- a/ftp/greed/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Get and Resume Elite EDition. A utility to download files from http and -ftp from the console with the ability to resume downloads. - -WWW: |