summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>2000-03-08 00:32:47 +0000
committerChris Piazza <cpiazza@FreeBSD.org>2000-03-08 00:32:47 +0000
commit2a2f50cc0898ed0ca9ff83819ebd53636549c47e (patch)
tree66eca96fc6b2422d7e458847f1b6acb2a4d07d7f /ftp
parentUpgrade to 0.8.4, bugfixes + new disectors. This program continues to rock. (diff)
Update to 0.81+
Notes
Notes: svn path=/head/; revision=26631
Diffstat (limited to 'ftp')
-rw-r--r--ftp/greed/Makefile11
-rw-r--r--ftp/greed/distinfo2
-rw-r--r--ftp/greed/files/patch-aa21
3 files changed, 24 insertions, 10 deletions
diff --git a/ftp/greed/Makefile b/ftp/greed/Makefile
index 96d764805a80..fcc2740b9f89 100644
--- a/ftp/greed/Makefile
+++ b/ftp/greed/Makefile
@@ -1,23 +1,24 @@
# New ports collection makefile for: greed
-# Version required: 0.801
+# Version required: 0.81+
# Date created: 13 April 1999
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
# $FreeBSD$
#
-DISTNAME= greed-0.801
+DISTNAME= greed.81p
+PKGNAME= greed-0.81p
CATEGORIES= ftp www
MASTER_SITES= http://www.public.asu.edu/~arturner/greed/
MAINTAINER= cpiazza@FreeBSD.org
+ALL_TARGET= freebsd
+WRKSRC= ${WRKDIR}/greed.81p
+
MANCOMPRESSED= yes
MAN1= greed.1
-ALL_TARGET= freebsd
-WRKSRC= ${WRKDIR}/greed
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/greed ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/greed.1.gz ${PREFIX}/man/man1
diff --git a/ftp/greed/distinfo b/ftp/greed/distinfo
index 56906d851a58..4c7b7b7a5800 100644
--- a/ftp/greed/distinfo
+++ b/ftp/greed/distinfo
@@ -1 +1 @@
-MD5 (greed-0.801.tar.gz) = ad7c370bec0f031d3ddd729987d3e964
+MD5 (greed.81p.tar.gz) = 3f36eed137230c6d69c86a7118827228
diff --git a/ftp/greed/files/patch-aa b/ftp/greed/files/patch-aa
index 39b3e8e2728d..c2b0404f3217 100644
--- a/ftp/greed/files/patch-aa
+++ b/ftp/greed/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.orig Tue May 4 09:49:31 1999
-+++ Makefile Thu May 6 07:12:36 1999
+--- 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":
@@ -12,7 +12,7 @@
###################################################
###### ######
-@@ -50,11 +50,10 @@
+@@ -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:
@@ -26,4 +26,17 @@
+ -DREAL_IS_FLOAT -DUSE_MMAP ${FLAGS}' \
greed
- solaris:
+ 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