diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-06-19 08:26:18 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-06-19 08:26:18 +0000 |
commit | 9f0966904693a035e2a418cbed90d94f93462baa (patch) | |
tree | cd654f8ec837201669231d015c0e28664fc1ae2a /astro | |
parent | 822b8cc13cd996376e6a1080b811056dac93ae9a (diff) | |
download | FreeBSD-ports-9f0966904693a035e2a418cbed90d94f93462baa.zip FreeBSD-ports-9f0966904693a035e2a418cbed90d94f93462baa.tar.gz |
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 'astro')
-rw-r--r-- | astro/wmspaceweather/Makefile | 7 | ||||
-rw-r--r-- | astro/wmspaceweather/pkg-descr | 3 | ||||
-rw-r--r-- | astro/wmsun/Makefile | 7 | ||||
-rw-r--r-- | astro/wmsun/pkg-descr | 3 | ||||
-rw-r--r-- | astro/x3arth/Makefile | 6 | ||||
-rw-r--r-- | astro/x3arth/pkg-descr | 3 |
6 files changed, 9 insertions, 20 deletions
diff --git a/astro/wmspaceweather/Makefile b/astro/wmspaceweather/Makefile index ffee1b3..534ba5e 100644 --- a/astro/wmspaceweather/Makefile +++ b/astro/wmspaceweather/Makefile @@ -1,23 +1,22 @@ # New ports collection makefile for: wmSpaceWeather # Version required: 1.04 # Date created: 16 April 1999 -# Whom: Chris Piazza <cpiazza@home.net> +# Whom: Chris Piazza <cpiazza@FreeBSD.org> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/04/30 04:54:58 taoka Exp $ DISTNAME= wmSpaceWeather-1.04 PKGNAME= wmspaceweather-1.04 CATEGORIES= astro windowmaker MASTER_SITES= http://nis-www.lanl.gov/~mgh/WindowMaker/ -MAINTAINER= cpiazza@home.net +MAINTAINER= cpiazza@FreeBSD.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm WRKSRC= ${WRKDIR}/${DISTNAME}/wmSpaceWeather USE_GMAKE= yes -USE_XLIB= yes USE_X_PREFIX= yes ALL_TARGET= clean all diff --git a/astro/wmspaceweather/pkg-descr b/astro/wmspaceweather/pkg-descr index 20b6686..343dc4a 100644 --- a/astro/wmspaceweather/pkg-descr +++ b/astro/wmspaceweather/pkg-descr @@ -3,6 +3,3 @@ from the GOES satellites. Author: Mike Henderson <mghenderson@lanl.gov> - --Chris Piazza -cpiazza@home.net diff --git a/astro/wmsun/Makefile b/astro/wmsun/Makefile index 5d26c4b..99f8936 100644 --- a/astro/wmsun/Makefile +++ b/astro/wmsun/Makefile @@ -1,23 +1,22 @@ # New ports collection makefile for: wmSun # Version required: 1.03 # Date created: 16 April 1999 -# Whom: Chris Piazza <cpiazza@home.net> +# Whom: Chris Piazza <cpiazza@FreeBSD.org> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/04/30 04:55:56 taoka Exp $ DISTNAME= wmSun-1.03 PKGNAME= wmsun-1.03 CATEGORIES= astro windowmaker MASTER_SITES= http://nis-www.lanl.gov/~mgh/WindowMaker/ -MAINTAINER= cpiazza@home.net +MAINTAINER= cpiazza@FreeBSD.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm WRKSRC= ${WRKDIR}/${DISTNAME}/wmSun USE_GMAKE= yes -USE_XLIB= yes USE_X_PREFIX= yes ALL_TARGET= clean all diff --git a/astro/wmsun/pkg-descr b/astro/wmsun/pkg-descr index cc94b90..5874072 100644 --- a/astro/wmsun/pkg-descr +++ b/astro/wmsun/pkg-descr @@ -2,6 +2,3 @@ A dockapp that displays the rise and set time of the sun. Author: Mike Henderson <mghenderson@lanl.gov> - --Chris Piazza -cpiazza@home.net diff --git a/astro/x3arth/Makefile b/astro/x3arth/Makefile index 20f39dc..0bccdc8 100644 --- a/astro/x3arth/Makefile +++ b/astro/x3arth/Makefile @@ -1,9 +1,9 @@ # New ports collection makefile for: x3arth # Version required: 1.1 # Date created: 15 April 1999 -# Whom: Chris Piazza <cpiazza@home.net> +# Whom: Chris Piazza <cpiazza@FreeBSD.org> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/04/16 07:18:32 flathill Exp $ # DISTNAME= x3arth-1.1 @@ -11,7 +11,7 @@ CATEGORIES= astro MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= X11/desktop -MAINTAINER= cpiazza@home.net +MAINTAINER= cpiazza@FreeBSD.org RUN_DEPENDS= ${LOCALBASE}/bin/tclsh8.0:${PORTSDIR}/lang/tcl80 \ ${X11BASE}/bin/xv:${PORTSDIR}/graphics/xv diff --git a/astro/x3arth/pkg-descr b/astro/x3arth/pkg-descr index 1cf4bbf..ec65c78 100644 --- a/astro/x3arth/pkg-descr +++ b/astro/x3arth/pkg-descr @@ -3,6 +3,3 @@ earth and set it as the background image in the X root window. Author: Luc Deschenaux <lcd@gkb.com> - --Chris Piazza -cpiazza@home.net |