diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-05-06 08:11:00 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-05-06 08:11:00 +0000 |
commit | ca75ec250f2a8596e2618d2c077d0026574d6de8 (patch) | |
tree | 13d6a8f7415c6cd5a6d8b8293b59bfb242173853 /mail/rftp | |
parent | 6ab503652e8e2403b3f312c7d7e93f0e251f6908 (diff) | |
download | ports-ca75ec250f2a8596e2618d2c077d0026574d6de8.tar.gz ports-ca75ec250f2a8596e2618d2c077d0026574d6de8.zip |
This program is for any user who retrieves ftp files via
ftpmail or bitftp servers.
PR: ports/6134
Submitted by: Gary Kline <kline@thought.org> (reworked by me)
Notes
Notes:
svn path=/head/; revision=10869
Diffstat (limited to 'mail/rftp')
-rw-r--r-- | mail/rftp/Makefile | 24 | ||||
-rw-r--r-- | mail/rftp/distinfo | 1 | ||||
-rw-r--r-- | mail/rftp/files/patch-01 | 23 | ||||
-rw-r--r-- | mail/rftp/pkg-comment | 1 | ||||
-rw-r--r-- | mail/rftp/pkg-descr | 11 | ||||
-rw-r--r-- | mail/rftp/pkg-plist | 4 |
6 files changed, 64 insertions, 0 deletions
diff --git a/mail/rftp/Makefile b/mail/rftp/Makefile new file mode 100644 index 000000000000..67431a50f386 --- /dev/null +++ b/mail/rftp/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: rftp +# Version required: 1.2 +# Date created: 13 Dec, 1997 +# Whom: kline +# +# $Id$ +# + +DISTNAME= rftp-1.2 +CATEGORIES= mail +MASTER_SITES= http://www2.fortunecity.com/skyscraper/siliconex/38/ + +MAINTAINER= kline@thought.org + +MAN1= rftp.1 uucat.1 + +# rftp's `make install' stinks, do it properly here +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/rftp ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/uucat ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/rftp.1 ${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/uucat.1 ${PREFIX}/man/man1 + +.include <bsd.port.mk> diff --git a/mail/rftp/distinfo b/mail/rftp/distinfo new file mode 100644 index 000000000000..5f7d817957a7 --- /dev/null +++ b/mail/rftp/distinfo @@ -0,0 +1 @@ +MD5 (rftp-1.2.tar.gz) = d939c3d67cafba242dec5d8ef690a882 diff --git a/mail/rftp/files/patch-01 b/mail/rftp/files/patch-01 new file mode 100644 index 000000000000..30d18068fb8d --- /dev/null +++ b/mail/rftp/files/patch-01 @@ -0,0 +1,23 @@ +--- Makefile.orig Tue May 5 03:19:39 1998 ++++ Makefile Tue May 5 11:00:09 1998 +@@ -5,16 +5,16 @@ + ## + + ## Edit appropriately. +-CC = gcc +-CFLAGS = -O ++#CC = gcc ++#CFLAGS = -O + + ## Where executables should be put. + #DESTDIR = /home/archives/bin +-DESTDIR = /usr/local/bin ++DESTDIR = $(PREFIX)/bin + + ## The manpage for "foo" goes in $(MANDIR)/foo.$1 + #MANDIR = /home/archives/man/cat1 +-MANDIR = /usr/local/man/cat1 ++MANDIR = $(PREFIX)/man/man1 + + ## + ## END OF CONFIGURATION SECTION diff --git a/mail/rftp/pkg-comment b/mail/rftp/pkg-comment new file mode 100644 index 000000000000..b026c4e171bd --- /dev/null +++ b/mail/rftp/pkg-comment @@ -0,0 +1 @@ +Automatically reconstruct ftpmail- or bitftp-retrieved files. diff --git a/mail/rftp/pkg-descr b/mail/rftp/pkg-descr new file mode 100644 index 000000000000..19ef925d6e31 --- /dev/null +++ b/mail/rftp/pkg-descr @@ -0,0 +1,11 @@ + + This program is for any user who retrieves ftp files via + ftpmail or bitftp servers. It runs quietly in the background + and watches the user's mail directory. When the mail- + retrieved file has arrived in full, rftp puts the pieces + together in order and stores the tarball in a directory. + + I wrote this several years ago when my only link to the + Arpanet was a uucp link. These days, most FreeBSD users + have a direct link to the net. For the dozens or hundreds + who don't this should be of use. diff --git a/mail/rftp/pkg-plist b/mail/rftp/pkg-plist new file mode 100644 index 000000000000..f9058351362b --- /dev/null +++ b/mail/rftp/pkg-plist @@ -0,0 +1,4 @@ +bin/rftp +bin/uucat +man/man1/rftp.1.gz +man/man1/uucat.1.gz |