diff options
author | steve <steve@FreeBSD.org> | 1998-05-11 00:45:52 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-05-11 00:45:52 +0800 |
commit | 199155a263c535b890033460fa5a9d0e56a748cb (patch) | |
tree | ec36dcf2c44a218fb46a20840d36f5ce34666ce4 /ftp/lftp | |
parent | df3859fccb20b64485f0ee4971ad499fb100ba2a (diff) | |
download | freebsd-ports-gnome-199155a263c535b890033460fa5a9d0e56a748cb.tar.gz freebsd-ports-gnome-199155a263c535b890033460fa5a9d0e56a748cb.tar.zst freebsd-ports-gnome-199155a263c535b890033460fa5a9d0e56a748cb.zip |
Update to version 1.0.
PR: 6562
Submitted by: maintainer
Diffstat (limited to 'ftp/lftp')
-rw-r--r-- | ftp/lftp/Makefile | 18 | ||||
-rw-r--r-- | ftp/lftp/distinfo | 2 | ||||
-rw-r--r-- | ftp/lftp/pkg-comment | 2 | ||||
-rw-r--r-- | ftp/lftp/pkg-descr | 18 | ||||
-rw-r--r-- | ftp/lftp/pkg-plist | 6 |
5 files changed, 23 insertions, 23 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index 70c57b2c6b5f..1919c6de816b 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: lftp -# Version required: 0.14.3 +# Version required: 1.0 # Date created: 11 September 1997 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.6 1998/03/21 12:24:37 asami Exp $ +# $Id: Makefile,v 1.7 1998/03/21 12:57:54 asami Exp $ # -DISTNAME= lftp-0.14.3 +DISTNAME= lftp-1.0 CATEGORIES= net MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/ \ ${MASTER_SITE_SUNSITE} @@ -17,15 +17,13 @@ MAINTAINER= andy@icc.surw.chel.su GNU_CONFIGURE= yes MAN1= lftp.1 ftpget.1 -do-install: -.for file in lftp ftpget - @ ${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 +post-install: + @ ${INSTALL_DATA} ${WRKSRC}/lftp.conf ${PREFIX}/etc/lftp.conf.sample +.if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/lftp -.for file in COPYING NEWS README THANKS TODO +.for file in COPYING FAQ NEWS README THANKS TODO @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/lftp .endfor +.endif .include <bsd.port.mk> diff --git a/ftp/lftp/distinfo b/ftp/lftp/distinfo index e198b02809c2..ac960588fe3d 100644 --- a/ftp/lftp/distinfo +++ b/ftp/lftp/distinfo @@ -1 +1 @@ -MD5 (lftp-0.14.3.tar.gz) = cacb9bc754e88886361cca081113f866 +MD5 (lftp-1.0.tar.gz) = 900bffc55ca7c39e61c5b493df31a238 diff --git a/ftp/lftp/pkg-comment b/ftp/lftp/pkg-comment index a2199e637448..aa45f656abac 100644 --- a/ftp/lftp/pkg-comment +++ b/ftp/lftp/pkg-comment @@ -1 +1 @@ -Shell-like command line ftp client +Shell-like command line ftp client. diff --git a/ftp/lftp/pkg-descr b/ftp/lftp/pkg-descr index 3948df1e5c21..a9204451c9b0 100644 --- a/ftp/lftp/pkg-descr +++ b/ftp/lftp/pkg-descr @@ -1,10 +1,8 @@ - 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. +LFTP is a shell-like command line ftp client. It is +reliable: can retry operations and does reget automatically. +It can do several transfers simultaneously in background. +You can start a transfer in background and continue browsing +the ftp site or another one. This all is done in one process. +Background jobs will be completed in nohup mode if you exit +or close modem connection. Lftp has reput, mirror, reverse +mirror among its features. diff --git a/ftp/lftp/pkg-plist b/ftp/lftp/pkg-plist index 9af9e045cb40..508a41903d1f 100644 --- a/ftp/lftp/pkg-plist +++ b/ftp/lftp/pkg-plist @@ -1,11 +1,15 @@ bin/lftp bin/ftpget -etc/lftp.conf +etc/lftp.conf.sample man/man1/lftp.1.gz man/man1/ftpget.1.gz share/doc/lftp/COPYING +share/doc/lftp/FAQ share/doc/lftp/NEWS share/doc/lftp/README share/doc/lftp/THANKS share/doc/lftp/TODO +share/locale/es/LC_MESSAGES/lftp.mo +share/locale/it/LC_MESSAGES/lftp.mo +share/locale/ru/LC_MESSAGES/lftp.mo @dirrm share/doc/lftp |