summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-04-14 05:27:27 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-04-14 05:27:27 +0000
commitcbce94373c19e307429fb13ef203072f2b769643 (patch)
tree2a7dc0de1b810b5a2e06525539aac13e2716266c /ftp
parentupdate MASTER_SITES (diff)
A fetch(1) like program that includes resume support.
PR: 11124 Submitted by: Chris Piazza cpiazza@home.net
Notes
Notes: svn path=/head/; revision=17870
Diffstat (limited to 'ftp')
-rw-r--r--ftp/greed/Makefile27
-rw-r--r--ftp/greed/distinfo1
-rw-r--r--ftp/greed/files/patch-aa30
-rw-r--r--ftp/greed/pkg-comment1
-rw-r--r--ftp/greed/pkg-descr10
-rw-r--r--ftp/greed/pkg-plist1
6 files changed, 70 insertions, 0 deletions
diff --git a/ftp/greed/Makefile b/ftp/greed/Makefile
new file mode 100644
index 000000000000..e7e9994a6c09
--- /dev/null
+++ b/ftp/greed/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: greed
+# Version required: 0.652
+# Date created: 13 April 1999
+# Whom: Chris Piazza <cpiazza@home.net>
+#
+# $Id$
+#
+
+DISTNAME= greed
+PKGNAME= greed-0.652
+CATEGORIES= net
+MASTER_SITES= http://www.public.asu.edu/~arturner/
+
+MAINTAINER= cpiazza@home.net
+
+MAN1= greed.1
+
+ALL_TARGET= freebsd
+
+post-extract:
+ @${GUNZIP_CMD} ${WRKSRC}/greed.1.gz
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/greed ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/greed.1 ${PREFIX}/man/man1
+
+.include <bsd.port.mk>
diff --git a/ftp/greed/distinfo b/ftp/greed/distinfo
new file mode 100644
index 000000000000..1934ec0f44f7
--- /dev/null
+++ b/ftp/greed/distinfo
@@ -0,0 +1 @@
+MD5 (greed.tar.gz) = a1d45e3654cbc08c725305f54752b08f
diff --git a/ftp/greed/files/patch-aa b/ftp/greed/files/patch-aa
new file mode 100644
index 000000000000..9f53cfaecdb8
--- /dev/null
+++ b/ftp/greed/files/patch-aa
@@ -0,0 +1,30 @@
+--- Makefile.orig Sat Apr 10 03:11:33 1999
++++ Makefile Tue Apr 13 17:38:53 1999
+@@ -4,10 +4,10 @@
+
+ # Where to install binary and manpage on "make install":
+
+-PREFIX=/usr/local
+ BINDIR=$(PREFIX)/bin
+ MANDIR=$(PREFIX)/man
+ SECTION=1
++FLAGS=${CFLAGS}
+
+ ###################################################
+ ###### ######
+@@ -52,11 +52,11 @@
+ #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 -fomit-frame-pointer \
+- -funroll-all-loops -ffast-math -DROT_I386 \
+- -DI386_ASSEM -DREAL_IS_FLOAT -DUSE_MMAP' \
++ CFLAGS='-fomit-frame-pointer \
++ -funroll-all-loops -ffast-math \
++ -DREAL_IS_FLOAT -DUSE_MMAP ${FLAGS}' \
+ greed
+
+ solaris:
diff --git a/ftp/greed/pkg-comment b/ftp/greed/pkg-comment
new file mode 100644
index 000000000000..00720cc24585
--- /dev/null
+++ b/ftp/greed/pkg-comment
@@ -0,0 +1 @@
+A utility for downloading files with resume capabilities.
diff --git a/ftp/greed/pkg-descr b/ftp/greed/pkg-descr
new file mode 100644
index 000000000000..876532d8143c
--- /dev/null
+++ b/ftp/greed/pkg-descr
@@ -0,0 +1,10 @@
+Get and Resume Elite EDition. A utility to download files from http and
+ftp from the console with the ability to resume downloads.
+
+Website:
+http://www.public.asu.edu/~arturner/index.html
+Author:
+Anoakie Turner <Anoakie.Turner@asu.edu>
+
+-Chris Piazza
+cpiazza@home.net
diff --git a/ftp/greed/pkg-plist b/ftp/greed/pkg-plist
new file mode 100644
index 000000000000..0a9307f6c7e5
--- /dev/null
+++ b/ftp/greed/pkg-plist
@@ -0,0 +1 @@
+bin/greed