Initial import of lftp-2.2.3

lftp is a shell-like command line ftp client.
This commit is contained in:
kevlo 2000-07-13 05:41:49 +00:00
parent 4216934b8f
commit bcd198eb3d
6 changed files with 71 additions and 0 deletions

25
net/lftp/Makefile Normal file
View File

@ -0,0 +1,25 @@
# $OpenBSD: Makefile,v 1.1.1.1 2000/07/13 05:41:49 kevlo Exp $
DISTNAME= lftp-2.2.3
CATEGORIES= net
NEED_VERSION= 1.314
MASTER_SITES= http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/
MAINTAINER= kevlo@openbsd.org
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= msgfmt::devel/gettext
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --sysconfdir="/etc"
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/lib/lftp
${INSTALL_DATA} ${WRKSRC}/lftp.conf ${PREFIX}/lib/lftp/lftp.conf.sample
.include <bsd.port.mk>

3
net/lftp/files/md5 Normal file
View File

@ -0,0 +1,3 @@
MD5 (lftp-2.2.3.tar.gz) = ba9e87c33b2a5a87bf939c6a19aa788f
RMD160 (lftp-2.2.3.tar.gz) = 70cd1cb0ec71e5925d42355d513f4e6b2acaddbe
SHA1 (lftp-2.2.3.tar.gz) = b49f11a1f4614fb853912c1a40ab0bd04cf88c1f

13
net/lftp/patches/patch-aa Normal file
View File

@ -0,0 +1,13 @@
--- po/Makefile.in.in.orig Thu Sep 3 05:00:00 1998
+++ po/Makefile.in.in Thu Jul 13 20:01:43 2000
@@ -118,8 +118,8 @@
for cat in $$catalogs; do \
cat=`basename $$cat`; \
case "$$cat" in \
- *.gmo) destdir=$(gnulocaledir);; \
- *) destdir=$(localedir);; \
+ *.gmo) destdir=$(DESTDIR)$(gnulocaledir);; \
+ *) destdir=$(DESTDIR)$(localedir);; \
esac; \
lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
dir=$$destdir/$$lang/LC_MESSAGES; \

1
net/lftp/pkg/COMMENT Normal file
View File

@ -0,0 +1 @@
shell-like command line ftp client

10
net/lftp/pkg/DESCR Normal file
View File

@ -0,0 +1,10 @@
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.
WWW: http://ftp.yars.free.net/projects/lftp/

19
net/lftp/pkg/PLIST Normal file
View File

@ -0,0 +1,19 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2000/07/13 05:41:49 kevlo Exp $
bin/lftp
bin/lftpget
lib/lftp/lftp.conf.sample
@exec if [ -f /etc/lftp.conf ]; then echo "Update /etc/lftp.conf manually"; else cp %D/%F /etc/lftp.conf; fi
@unexec echo "Remove the /etc/lftp.conf file manually"
man/man1/lftp.1
share/lftp/import-ncftp
share/lftp/import-netscape
share/locale/es/LC_MESSAGES/lftp.mo
share/locale/ru/LC_MESSAGES/lftp.mo
share/locale/it/LC_MESSAGES/lftp.mo
share/locale/pt_BR/LC_MESSAGES/lftp.mo
share/locale/pl/LC_MESSAGES/lftp.mo
share/locale/de/LC_MESSAGES/lftp.mo
share/locale/zh_CN/LC_MESSAGES/lftp.mo
share/locale/ko/LC_MESSAGES/lftp.mo
@dirrm lib/lftp
@dirrm share/lftp