diff options
author | taoka <taoka@FreeBSD.org> | 1999-06-11 17:09:09 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-06-11 17:09:09 +0800 |
commit | a8f4d222f971dfec510e578180c224f44c5b30f0 (patch) | |
tree | 5ac0398543b5c8b1f1cb601a378554bd4638f543 /ftp/yafc | |
parent | 64197aec36e0aca6ec667acb74d882bdec12f526 (diff) | |
download | freebsd-ports-gnome-a8f4d222f971dfec510e578180c224f44c5b30f0.tar.gz freebsd-ports-gnome-a8f4d222f971dfec510e578180c224f44c5b30f0.tar.zst freebsd-ports-gnome-a8f4d222f971dfec510e578180c224f44c5b30f0.zip |
Yet another ftp client. Similar to ftp(1)
PR: 12118
Submitted by: Chris Piazza <cpiazza@home.net>
Diffstat (limited to 'ftp/yafc')
-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 |