diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-11-17 13:18:37 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-11-17 13:18:37 +0000 |
commit | f74f20856c750e79cebcba2797a8146039b4ef9f (patch) | |
tree | 000774384957751f81278fd50bd480da2e6773fc /ftp/lftp | |
parent | 1b3b66b84f7ad3d2ddd9ee3bd9f2f125b1f86855 (diff) |
Notes
Diffstat (limited to 'ftp/lftp')
-rw-r--r-- | ftp/lftp/Makefile | 30 | ||||
-rw-r--r-- | ftp/lftp/distinfo | 1 | ||||
-rw-r--r-- | ftp/lftp/pkg-comment | 1 | ||||
-rw-r--r-- | ftp/lftp/pkg-descr | 10 | ||||
-rw-r--r-- | ftp/lftp/pkg-plist | 11 |
5 files changed, 53 insertions, 0 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile new file mode 100644 index 000000000000..3ce9c1b63682 --- /dev/null +++ b/ftp/lftp/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: lftp +# Version required: 0.12.2 +# Date created: 11 September 1997 +# Whom: Andrey Zakhvatov +# +# $Id$ +# + +DISTNAME= lftp-0.12.2 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= system/network/file-transfer + +MAINTAINER= andy@icc.surw.chel.su + +GNU_CONFIGURE= yes +MAN1= lftp.1 ftpget.1 parallelftp.1 + +do-install: +.for file in lftp ftpget parallelftp + @ ${INSTALL_PROGRAM} ${WRKSRC}/src/${file} ${PREFIX}/bin + @ ${INSTALL_MAN} ${WRKSRC}/doc/${file}.1 ${PREFIX}/man/man1 +.endfor + @ ${INSTALL_DATA} ${WRKSRC}/lftp.conf ${PREFIX}/etc/lftp.conf + @ ${MKDIR} ${PREFIX}/share/doc/lftp +.for file in NEWS README TODO + @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/lftp +.endfor + +.include <bsd.port.mk> diff --git a/ftp/lftp/distinfo b/ftp/lftp/distinfo new file mode 100644 index 000000000000..95e499749e4b --- /dev/null +++ b/ftp/lftp/distinfo @@ -0,0 +1 @@ +MD5 (lftp-0.12.2.tar.gz) = fb3cdfd81458e36130401e9ad63b020e diff --git a/ftp/lftp/pkg-comment b/ftp/lftp/pkg-comment new file mode 100644 index 000000000000..a2199e637448 --- /dev/null +++ b/ftp/lftp/pkg-comment @@ -0,0 +1 @@ +Shell-like command line ftp client diff --git a/ftp/lftp/pkg-descr b/ftp/lftp/pkg-descr new file mode 100644 index 000000000000..3948df1e5c21 --- /dev/null +++ b/ftp/lftp/pkg-descr @@ -0,0 +1,10 @@ + LFTP is a shell-like command line ftp client. + The main two advantages over other ftp clients are reliability +and ability to perform tasks in background. It will reconnect and +reget the file being transferred if the connection broke. + You can start a transfer in background and continue browsing +on the ftp site. It does this all in one process. When you have +started background jobs and feel you are done, you can just exit +lftp and it automatically moves to nohup mode and completes the +transfers. + It has also such nice features as reput and mirror. diff --git a/ftp/lftp/pkg-plist b/ftp/lftp/pkg-plist new file mode 100644 index 000000000000..3a856f663d51 --- /dev/null +++ b/ftp/lftp/pkg-plist @@ -0,0 +1,11 @@ +bin/lftp +bin/ftpget +bin/parallelftp +etc/lftp.conf +man/man1/lftp.1.gz +man/man1/ftpget.1.gz +man/man1/parallelftp.1.gz +share/doc/lftp/NEWS +share/doc/lftp/README +share/doc/lftp/TODO +@dirrm share/doc/lftp |