summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2008-04-29 07:55:16 +0000
committerBeech Rintoul <beech@FreeBSD.org>2008-04-29 07:55:16 +0000
commit0295b80d6b4e7cd57348207b248d68d27d805230 (patch)
treef4bada15a72d9acc285dee1ab8066199da3e9cd2 /ftp
parent- Reserve GID/UID 59 for dns/unbound (diff)
2008-02-23 ftp/greed: No longer maintained
Notes
Notes: svn path=/head/; revision=212209
Diffstat (limited to 'ftp')
-rw-r--r--ftp/Makefile1
-rw-r--r--ftp/greed/Makefile35
-rw-r--r--ftp/greed/distinfo3
-rw-r--r--ftp/greed/files/patch-aa42
-rw-r--r--ftp/greed/pkg-descr4
5 files changed, 0 insertions, 85 deletions
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: