diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-06-11 09:09:09 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-06-11 09:09:09 +0000 |
commit | 7592252d84a53b550fe18d5bdd64e786c9abfb8d (patch) | |
tree | cffecb9009cb846992e83590d5bd87c3cb6c2a09 | |
parent | 98c75e3a9c941b215aef0db32576b992ad5d48e6 (diff) | |
download | ports-7592252d84a53b550fe18d5bdd64e786c9abfb8d.tar.gz ports-7592252d84a53b550fe18d5bdd64e786c9abfb8d.zip |
Notes
-rw-r--r-- | ftp/yafc/Makefile | 21 | ||||
-rw-r--r-- | ftp/yafc/distinfo | 1 | ||||
-rw-r--r-- | ftp/yafc/pkg-comment | 1 | ||||
-rw-r--r-- | ftp/yafc/pkg-descr | 8 | ||||
-rw-r--r-- | ftp/yafc/pkg-plist | 1 |
5 files changed, 32 insertions, 0 deletions
diff --git a/ftp/yafc/Makefile b/ftp/yafc/Makefile new file mode 100644 index 000000000000..c3c0309ec080 --- /dev/null +++ b/ftp/yafc/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: yafc +# Version required: 0.4.2 +# Date created: 10 June 1999 +# Whom: Chris Piazza <cpiazza@home.net> +# +# $Id$ +# + +DISTNAME= yafc-0.4.2 +CATEGORIES= net +MASTER_SITES= http://www.stacken.kth.se/~mhe/yafc/ \ + ftp://mayer.physto.se/pub/ + +MAINTAINER= cpiazza@home.net + +GNU_CONFIGURE= yes +USE_BZIP2= yes + +MAN1= yafc.1 + +.include <bsd.port.mk> diff --git a/ftp/yafc/distinfo b/ftp/yafc/distinfo new file mode 100644 index 000000000000..f71b40b0cb32 --- /dev/null +++ b/ftp/yafc/distinfo @@ -0,0 +1 @@ +MD5 (yafc-0.4.2.tar.bz2) = b5fc43873e5e37b4b0fcd7aaa4345c14 diff --git a/ftp/yafc/pkg-comment b/ftp/yafc/pkg-comment new file mode 100644 index 000000000000..c330ea00ed3c --- /dev/null +++ b/ftp/yafc/pkg-comment @@ -0,0 +1 @@ +Yet another ftp client. Similar to ftp(1). diff --git a/ftp/yafc/pkg-descr b/ftp/yafc/pkg-descr new file mode 100644 index 000000000000..b12b34366bf8 --- /dev/null +++ b/ftp/yafc/pkg-descr @@ -0,0 +1,8 @@ +Yafc is yet another ftp client, similar to ftp(1). Features include +Directory cache, remote filename completion, aliases, colored ls, +recursive get/put/ls/rm, nohup mode transfers, and more! + +WWW: http://www.stacken.kth.se/~mhe/yafc/ + +-Chris Piazza +cpiazza@home.net diff --git a/ftp/yafc/pkg-plist b/ftp/yafc/pkg-plist new file mode 100644 index 000000000000..f0dd7c2cca1f --- /dev/null +++ b/ftp/yafc/pkg-plist @@ -0,0 +1 @@ +bin/yafc |