diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-06-19 08:26:18 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-06-19 08:26:18 +0000 |
commit | bbed9774f919f0f19b7690579fe38620b8ce4bdb (patch) | |
tree | 69487d2b3988dfcb683f0bd83bb0df1605ef0596 /ftp | |
parent | Take over maintainership of this port. Old maintainer cites no time (diff) |
Change my email address to FreeBSD.org.
Also some minor nits (extra fluff in all of my ports' DESCR files,
USE_XLIB defined when USE_X_PREFIX is also defined, etc).
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/greed/Makefile | 6 | ||||
-rw-r--r-- | ftp/greed/pkg-descr | 6 | ||||
-rw-r--r-- | ftp/yafc/Makefile | 6 | ||||
-rw-r--r-- | ftp/yafc/pkg-descr | 3 |
4 files changed, 7 insertions, 14 deletions
diff --git a/ftp/greed/Makefile b/ftp/greed/Makefile index 616d123343e0..e6bc1cc375c1 100644 --- a/ftp/greed/Makefile +++ b/ftp/greed/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: greed # Version required: 0.801 # Date created: 13 April 1999 -# Whom: Chris Piazza <cpiazza@home.net> +# Whom: Chris Piazza <cpiazza@FreeBSD.org> # -# $Id: Makefile,v 1.7 1999/05/09 16:26:03 steve Exp $ +# $Id: Makefile,v 1.8 1999/06/12 07:09:08 mharo Exp $ # DISTNAME= greed-0.801 CATEGORIES= net MASTER_SITES= http://www.public.asu.edu/~arturner/greed/ -MAINTAINER= cpiazza@home.net +MAINTAINER= cpiazza@FreeBSD.org MANCOMPRESSED= yes MAN1= greed.1 diff --git a/ftp/greed/pkg-descr b/ftp/greed/pkg-descr index 876532d8143c..00afed703a33 100644 --- a/ftp/greed/pkg-descr +++ b/ftp/greed/pkg-descr @@ -1,10 +1,6 @@ Get and Resume Elite EDition. A utility to download files from http and ftp from the console with the ability to resume downloads. -Website: -http://www.public.asu.edu/~arturner/index.html +WWW: http://www.public.asu.edu/~arturner/index.html Author: Anoakie Turner <Anoakie.Turner@asu.edu> - --Chris Piazza -cpiazza@home.net diff --git a/ftp/yafc/Makefile b/ftp/yafc/Makefile index ab5a34db1d9d..c4197752fbef 100644 --- a/ftp/yafc/Makefile +++ b/ftp/yafc/Makefile @@ -1,9 +1,9 @@ # New ports collection makefile for: yafc # Version required: 0.4.3 # Date created: 10 June 1999 -# Whom: Chris Piazza <cpiazza@home.net> +# Whom: Chris Piazza <cpiazza@FreeBSD.org> # -# $Id: Makefile,v 1.1.1.1 1999/06/11 09:09:07 taoka Exp $ +# $Id: Makefile,v 1.2 1999/06/18 03:02:49 mharo Exp $ # DISTNAME= yafc-0.4.3 @@ -11,7 +11,7 @@ CATEGORIES= net MASTER_SITES= http://www.stacken.kth.se/~mhe/yafc/ \ ftp://mayer.physto.se/pub/ -MAINTAINER= cpiazza@home.net +MAINTAINER= cpiazza@FreeBSD.org GNU_CONFIGURE= yes USE_BZIP2= yes diff --git a/ftp/yafc/pkg-descr b/ftp/yafc/pkg-descr index b12b34366bf8..25ceeee84ee8 100644 --- a/ftp/yafc/pkg-descr +++ b/ftp/yafc/pkg-descr @@ -3,6 +3,3 @@ 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 |