summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-05-10 16:45:52 +0000
committerSteve Price <steve@FreeBSD.org>1998-05-10 16:45:52 +0000
commitf74bc979dd63c3970cb530b5daef2eb18945fb55 (patch)
treea45f74baa113e1b97d6bd3dbc81b42faedad8082 /ftp
parentupdate to 0.25. (diff)
Update to version 1.0.
PR: 6562 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=10933
Diffstat (limited to 'ftp')
-rw-r--r--ftp/lftp/Makefile18
-rw-r--r--ftp/lftp/distinfo2
-rw-r--r--ftp/lftp/pkg-comment2
-rw-r--r--ftp/lftp/pkg-descr18
-rw-r--r--ftp/lftp/pkg-plist6
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