summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authormarkd <markd>2002-06-25 02:12:39 +0000
committermarkd <markd>2002-06-25 02:12:39 +0000
commit58915e4de6e26d41e2b4cb794e8624930ae57752 (patch)
tree11560ff164d33eb9e426c62b0b2c57e988b1a79b /net
parent3bf14d9925cc0e4ddebf3d0cafede87e20caddd8 (diff)
downloadpkgsrc-58915e4de6e26d41e2b4cb794e8624930ae57752.tar.gz
Initial import of yafc (version 0.7.8) - Yet another FTP client
It offers features like directory caching, tab completion, aliases, colored ls, recursive commands, autologin, bookmarks, multiple connections opened simultaneously, nohup mode transfers and SSH2 support (sftp). Provided by Piotr Stolc in PR pkg/16675. Enabling of Kerberos support from William Waites in PR pkg/16250 Cleaned up by me.
Diffstat (limited to 'net')
-rw-r--r--net/yafc/DESCR4
-rw-r--r--net/yafc/Makefile26
-rw-r--r--net/yafc/PLIST6
-rw-r--r--net/yafc/distinfo4
4 files changed, 40 insertions, 0 deletions
diff --git a/net/yafc/DESCR b/net/yafc/DESCR
new file mode 100644
index 00000000000..771f0f01175
--- /dev/null
+++ b/net/yafc/DESCR
@@ -0,0 +1,4 @@
+Yafc is yet another FTP client.
+It offers features like directory caching, tab completion, aliases, colored
+ls, recursive commands, autologin, bookmarks, multiple connections opened
+simultaneously, nohup mode transfers and SSH2 support (sftp).
diff --git a/net/yafc/Makefile b/net/yafc/Makefile
new file mode 100644
index 00000000000..d3ccef79594
--- /dev/null
+++ b/net/yafc/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/06/25 02:12:40 markd Exp $
+
+DISTNAME= yafc-0.7.8
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=yafc/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= pkgsrc@netbsd.org
+HOMEPAGE= http://yafc.sourceforge.net/
+COMMENT= Yet another FTP client
+
+GNU_CONFIGURE= yes
+USE_GNU_READLINE= yes
+USE_BUILDLINK_ONLY= yes
+
+.include "../../mk/bsd.prefs.mk"
+
+CONFIGURE_ARGS+= --with-readline=${BUILDLINK_DIR}
+.if defined(KERBEROS)
+PKG_USE_KERBEROS= yes
+CONFIGURE_ARGS+= --with-krb5 --with-krb5-include=/usr/include/krb5
+CPPFLAGS+= -I/usr/include/gssapi
+.endif
+
+.include "../../devel/readline/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/net/yafc/PLIST b/net/yafc/PLIST
new file mode 100644
index 00000000000..5a61af92ff0
--- /dev/null
+++ b/net/yafc/PLIST
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/06/25 02:12:40 markd Exp $
+bin/yafc
+@unexec ${INSTALL_INFO} --delete --info-dir=%D/info %D/info/yafc.info
+info/yafc.info
+@exec ${INSTALL_INFO} --info-dir=%D/info %D/info/yafc.info
+man/man1/yafc.1
diff --git a/net/yafc/distinfo b/net/yafc/distinfo
new file mode 100644
index 00000000000..5a6c8da8210
--- /dev/null
+++ b/net/yafc/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2002/06/25 02:12:40 markd Exp $
+
+SHA1 (yafc-0.7.8.tar.bz2) = 40e5ae9084a65a70ba5663e4f875df4a00010613
+Size (yafc-0.7.8.tar.bz2) = 402140 bytes