From 0c574ed1356563697580b222589edf385c8ebc23 Mon Sep 17 00:00:00 2001 From: kevlo Date: Fri, 18 Aug 2000 03:51:25 +0000 Subject: [PATCH] Initial import of yafc-0.5.8 yafc is a powerful console ftp client with many features. Submitted by: Anil Madhavapeddy" --- net/yafc/Makefile | 29 +++++++++++++++++++++++++++++ net/yafc/files/md5 | 3 +++ net/yafc/pkg/COMMENT | 1 + net/yafc/pkg/DESCR | 8 ++++++++ net/yafc/pkg/MESSAGE | 9 +++++++++ net/yafc/pkg/PLIST | 8 ++++++++ 6 files changed, 58 insertions(+) create mode 100644 net/yafc/Makefile create mode 100644 net/yafc/files/md5 create mode 100644 net/yafc/pkg/COMMENT create mode 100644 net/yafc/pkg/DESCR create mode 100644 net/yafc/pkg/MESSAGE create mode 100644 net/yafc/pkg/PLIST diff --git a/net/yafc/Makefile b/net/yafc/Makefile new file mode 100644 index 00000000000..ad7cfb24cf3 --- /dev/null +++ b/net/yafc/Makefile @@ -0,0 +1,29 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2000/08/18 03:51:25 kevlo Exp $ + +DISTNAME= yafc-0.5.8 +CATEGORIES= net +NEED_VERSION= 1.319 + +HOMEPAGE= http://www.stacken.kth.se/~mhe/yafc/ +MAINTAINER= anil@recoil.org + +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +MASTER_SITES= ftp://mayer.physto.se/pub/yafc/ \ + ftp://ftp.uni-klu.ac.at/pub/linux/internet/yafc/ \ + http://ftp.du.se/pub/mirrors/yafc/ \ + ftp://mayer.physto.se/pub/yafc/old/ + +CONFIGURE_STYLE= gnu +CONFIGURE_ARGS= --without-readline --with-catgets +# doesn't work with 2.7's old readline version +# remove the --without-readline when binutils is upgraded + +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/yafc + ${INSTALL_DATA} ${WRKBUILD}/yafcrc.sample ${PREFIX}/share/examples/yafc + +.include diff --git a/net/yafc/files/md5 b/net/yafc/files/md5 new file mode 100644 index 00000000000..3d86aaee584 --- /dev/null +++ b/net/yafc/files/md5 @@ -0,0 +1,3 @@ +MD5 (yafc-0.5.8.tar.gz) = c4102fc0bb64eaa9a2ab20c78c246a32 +RMD160 (yafc-0.5.8.tar.gz) = 762c705764f341cb139d62631bc264a00f5fa7e5 +SHA1 (yafc-0.5.8.tar.gz) = df8983bdee5dd04193b025615c2549b70c3f3be7 diff --git a/net/yafc/pkg/COMMENT b/net/yafc/pkg/COMMENT new file mode 100644 index 00000000000..55d5be3dd5b --- /dev/null +++ b/net/yafc/pkg/COMMENT @@ -0,0 +1 @@ +powerful console ftp client with many features diff --git a/net/yafc/pkg/DESCR b/net/yafc/pkg/DESCR new file mode 100644 index 00000000000..a40448e1575 --- /dev/null +++ b/net/yafc/pkg/DESCR @@ -0,0 +1,8 @@ +YAFC stands for Yet Another FTP Client. It is a modern, powerful +console-based program designed for frequent users of FTP. + +Features include a directory cache, aliases, coloured ls, recursive +get/put/ls/rm, background file transfers, multiple connections open +simultaneously, queuing, autologin, and many configuration options. + +WWW: ${HOMEPAGE} diff --git a/net/yafc/pkg/MESSAGE b/net/yafc/pkg/MESSAGE new file mode 100644 index 00000000000..f3d45bcfb06 --- /dev/null +++ b/net/yafc/pkg/MESSAGE @@ -0,0 +1,9 @@ +============================================================== +A sample configuration file for Yafc has been installed into +${PREFIX}/share/examples/yafc/yafcrc.sample + +You can copy this file to /etc to establish a default set of +options for Yafc. If it is not present here, Yafc will also +attempt to find it in ~/.yafc/yafcrc +============================================================== + diff --git a/net/yafc/pkg/PLIST b/net/yafc/pkg/PLIST new file mode 100644 index 00000000000..b3c4dd86817 --- /dev/null +++ b/net/yafc/pkg/PLIST @@ -0,0 +1,8 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2000/08/18 03:51:25 kevlo Exp $ +@unexec install-info --delete --info-dir=%D/info %D/info/yafc.info +bin/yafc +info/yafc.info +man/man1/yafc.1 +share/examples/yafc/yafcrc.sample +@dirrm share/examples/yafc +@exec install-info --info-dir=%D/info %D/info/yafc.info