diff options
-rw-r--r-- | net/yafc/DESCR | 4 | ||||
-rw-r--r-- | net/yafc/Makefile | 26 | ||||
-rw-r--r-- | net/yafc/PLIST | 6 | ||||
-rw-r--r-- | net/yafc/distinfo | 4 |
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 |