summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2002-06-25 02:12:39 +0000
committermarkd <markd@pkgsrc.org>2002-06-25 02:12:39 +0000
commit7b4ed0877ec88062ab9241f6c331758e4459176b (patch)
tree11560ff164d33eb9e426c62b0b2c57e988b1a79b
parent0557cb9e28f8c2447ecf86d5f0364a96d707f68d (diff)
downloadpkgsrc-7b4ed0877ec88062ab9241f6c331758e4459176b.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.
-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