From bcd198eb3d2b28493f35c55590568f6c91bcc905 Mon Sep 17 00:00:00 2001 From: kevlo Date: Thu, 13 Jul 2000 05:41:49 +0000 Subject: [PATCH] Initial import of lftp-2.2.3 lftp is a shell-like command line ftp client. --- net/lftp/Makefile | 25 +++++++++++++++++++++++++ net/lftp/files/md5 | 3 +++ net/lftp/patches/patch-aa | 13 +++++++++++++ net/lftp/pkg/COMMENT | 1 + net/lftp/pkg/DESCR | 10 ++++++++++ net/lftp/pkg/PLIST | 19 +++++++++++++++++++ 6 files changed, 71 insertions(+) create mode 100644 net/lftp/Makefile create mode 100644 net/lftp/files/md5 create mode 100644 net/lftp/patches/patch-aa create mode 100644 net/lftp/pkg/COMMENT create mode 100644 net/lftp/pkg/DESCR create mode 100644 net/lftp/pkg/PLIST diff --git a/net/lftp/Makefile b/net/lftp/Makefile new file mode 100644 index 00000000000..adaf7691f83 --- /dev/null +++ b/net/lftp/Makefile @@ -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 diff --git a/net/lftp/files/md5 b/net/lftp/files/md5 new file mode 100644 index 00000000000..3cdd4e6f255 --- /dev/null +++ b/net/lftp/files/md5 @@ -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 diff --git a/net/lftp/patches/patch-aa b/net/lftp/patches/patch-aa new file mode 100644 index 00000000000..5cc063f8567 --- /dev/null +++ b/net/lftp/patches/patch-aa @@ -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; \ diff --git a/net/lftp/pkg/COMMENT b/net/lftp/pkg/COMMENT new file mode 100644 index 00000000000..470ba997639 --- /dev/null +++ b/net/lftp/pkg/COMMENT @@ -0,0 +1 @@ +shell-like command line ftp client diff --git a/net/lftp/pkg/DESCR b/net/lftp/pkg/DESCR new file mode 100644 index 00000000000..5b5aa14ca4f --- /dev/null +++ b/net/lftp/pkg/DESCR @@ -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/ diff --git a/net/lftp/pkg/PLIST b/net/lftp/pkg/PLIST new file mode 100644 index 00000000000..2ae3468e698 --- /dev/null +++ b/net/lftp/pkg/PLIST @@ -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