summaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2002-11-06 22:47:41 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2002-11-06 22:47:41 +0000
commitd9611f93758b42bc9f2e2794b3d0039ec6038c4e (patch)
tree7188beb34e0a3adac815c9497c615b1b78eb4454 /astro
parentport wouldn't build without the gnomelibs. (diff)
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
Notes
Notes: svn path=/head/; revision=69612
Diffstat (limited to 'astro')
-rw-r--r--astro/fooseti/Makefile2
-rw-r--r--astro/fooseti/pkg-comment1
-rw-r--r--astro/libnova/Makefile2
-rw-r--r--astro/libnova/pkg-comment1
-rw-r--r--astro/match/Makefile2
-rw-r--r--astro/match/pkg-comment1
-rw-r--r--astro/p5-Astro-ADS/Makefile2
-rw-r--r--astro/p5-Astro-ADS/pkg-comment1
-rw-r--r--astro/p5-Astro-Catalog/Makefile2
-rw-r--r--astro/p5-Astro-Catalog/pkg-comment1
-rw-r--r--astro/p5-Astro-DSS/Makefile2
-rw-r--r--astro/p5-Astro-DSS/pkg-comment1
-rw-r--r--astro/p5-Astro-MoonPhase/Makefile2
-rw-r--r--astro/p5-Astro-MoonPhase/pkg-comment1
-rw-r--r--astro/p5-Astro-SIMBAD/Makefile2
-rw-r--r--astro/p5-Astro-SIMBAD/pkg-comment1
-rw-r--r--astro/p5-Astro-SunTime/Makefile2
-rw-r--r--astro/p5-Astro-SunTime/pkg-comment1
-rw-r--r--astro/p5-Geo-METAR/Makefile2
-rw-r--r--astro/p5-Geo-METAR/pkg-comment1
-rw-r--r--astro/planets/Makefile2
-rw-r--r--astro/planets/pkg-comment1
-rw-r--r--astro/pyweather/Makefile2
-rw-r--r--astro/pyweather/pkg-comment1
-rw-r--r--astro/saoimage/Makefile2
-rw-r--r--astro/saoimage/pkg-comment1
-rw-r--r--astro/sattrack/Makefile2
-rw-r--r--astro/sattrack/pkg-comment1
-rw-r--r--astro/stars/Makefile2
-rw-r--r--astro/stars/pkg-comment1
-rw-r--r--astro/tkseti/Makefile2
-rw-r--r--astro/tkseti/pkg-comment1
-rw-r--r--astro/wmspaceweather/Makefile2
-rw-r--r--astro/wmspaceweather/pkg-comment1
-rw-r--r--astro/wmsun/Makefile2
-rw-r--r--astro/wmsun/pkg-comment1
-rw-r--r--astro/x3arth/Makefile2
-rw-r--r--astro/x3arth/pkg-comment1
-rw-r--r--astro/xearth/Makefile2
-rw-r--r--astro/xearth/pkg-comment1
-rw-r--r--astro/xephem/Makefile2
-rw-r--r--astro/xephem/pkg-comment1
-rw-r--r--astro/xphoon/Makefile2
-rw-r--r--astro/xphoon/pkg-comment1
44 files changed, 44 insertions, 22 deletions
diff --git a/astro/fooseti/Makefile b/astro/fooseti/Makefile
index 02736b5caa74..5141fe741b07 100644
--- a/astro/fooseti/Makefile
+++ b/astro/fooseti/Makefile
@@ -13,6 +13,8 @@ MASTER_SITES= http://www-personal.engin.umich.edu/~agorski/fooseti/
MAINTAINER= ports@FreeBSD.org
+PORTCOMMENT= GTK+ frontend to SETI@Home
+
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext
GNU_CONFIGURE= yes
diff --git a/astro/fooseti/pkg-comment b/astro/fooseti/pkg-comment
deleted file mode 100644
index fa0d61a155b4..000000000000
--- a/astro/fooseti/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-GTK+ frontend to SETI@Home
diff --git a/astro/libnova/Makefile b/astro/libnova/Makefile
index 53e4107a8eac..22ef294678d7 100644
--- a/astro/libnova/Makefile
+++ b/astro/libnova/Makefile
@@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
+PORTCOMMENT= Astronomical Calculation Library
+
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
diff --git a/astro/libnova/pkg-comment b/astro/libnova/pkg-comment
deleted file mode 100644
index eaaeaf7d7cb8..000000000000
--- a/astro/libnova/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Astronomical Calculation Library
diff --git a/astro/match/Makefile b/astro/match/Makefile
index 49bc47aa39e1..1e1b08993ed5 100644
--- a/astro/match/Makefile
+++ b/astro/match/Makefile
@@ -13,6 +13,8 @@ MASTER_SITES= http://acd188a-005.rit.edu/match/
MAINTAINER= ports@FreeBSD.org
+PORTCOMMENT= A program for matching star lists
+
GNU_CONFIGURE= yes
.include <bsd.port.mk>
diff --git a/astro/match/pkg-comment b/astro/match/pkg-comment
deleted file mode 100644
index 270427bc3824..000000000000
--- a/astro/match/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A program for matching star lists
diff --git a/astro/p5-Astro-ADS/Makefile b/astro/p5-Astro-ADS/Makefile
index 0e85fdcd36e8..4296419c087a 100644
--- a/astro/p5-Astro-ADS/Makefile
+++ b/astro/p5-Astro-ADS/Makefile
@@ -16,6 +16,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
+PORTCOMMENT= An OO Perl interface to the ADS abstract service
+
BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww
diff --git a/astro/p5-Astro-ADS/pkg-comment b/astro/p5-Astro-ADS/pkg-comment
deleted file mode 100644
index 091922f7d0e9..000000000000
--- a/astro/p5-Astro-ADS/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-An OO Perl interface to the ADS abstract service
diff --git a/astro/p5-Astro-Catalog/Makefile b/astro/p5-Astro-Catalog/Makefile
index d9af90790d87..f42f082349b1 100644
--- a/astro/p5-Astro-Catalog/Makefile
+++ b/astro/p5-Astro-Catalog/Makefile
@@ -16,6 +16,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
+PORTCOMMENT= A generic stellar catalogue object
+
BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww
diff --git a/astro/p5-Astro-Catalog/pkg-comment b/astro/p5-Astro-Catalog/pkg-comment
deleted file mode 100644
index c8b30bd8e97b..000000000000
--- a/astro/p5-Astro-Catalog/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A generic stellar catalogue object
diff --git a/astro/p5-Astro-DSS/Makefile b/astro/p5-Astro-DSS/Makefile
index 96c74017d192..4d59b99a6e08 100644
--- a/astro/p5-Astro-DSS/Makefile
+++ b/astro/p5-Astro-DSS/Makefile
@@ -16,6 +16,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
+PORTCOMMENT= An OO interface to the 1st and 2nd Digital Sky Surveys
+
BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww
diff --git a/astro/p5-Astro-DSS/pkg-comment b/astro/p5-Astro-DSS/pkg-comment
deleted file mode 100644
index 5261fd56162a..000000000000
--- a/astro/p5-Astro-DSS/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-An OO interface to the 1st and 2nd Digital Sky Surveys
diff --git a/astro/p5-Astro-MoonPhase/Makefile b/astro/p5-Astro-MoonPhase/Makefile
index c300e30990c0..4753d9d30527 100644
--- a/astro/p5-Astro-MoonPhase/Makefile
+++ b/astro/p5-Astro-MoonPhase/Makefile
@@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
+PORTCOMMENT= Perl interface to calculate information about the phase of the moon
+
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
diff --git a/astro/p5-Astro-MoonPhase/pkg-comment b/astro/p5-Astro-MoonPhase/pkg-comment
deleted file mode 100644
index d83eb65d53bb..000000000000
--- a/astro/p5-Astro-MoonPhase/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Perl interface to calculate information about the phase of the moon
diff --git a/astro/p5-Astro-SIMBAD/Makefile b/astro/p5-Astro-SIMBAD/Makefile
index 7e33d595c148..f9c578a371ba 100644
--- a/astro/p5-Astro-SIMBAD/Makefile
+++ b/astro/p5-Astro-SIMBAD/Makefile
@@ -16,6 +16,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
+PORTCOMMENT= An OO Perl interface to the SIMBAD astronomical database
+
BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww
diff --git a/astro/p5-Astro-SIMBAD/pkg-comment b/astro/p5-Astro-SIMBAD/pkg-comment
deleted file mode 100644
index b4f52f5394f8..000000000000
--- a/astro/p5-Astro-SIMBAD/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-An OO Perl interface to the SIMBAD astronomical database
diff --git a/astro/p5-Astro-SunTime/Makefile b/astro/p5-Astro-SunTime/Makefile
index 2940a645b8f1..8845008b1771 100644
--- a/astro/p5-Astro-SunTime/Makefile
+++ b/astro/p5-Astro-SunTime/Makefile
@@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
+PORTCOMMENT= Perl interface to calculate sunrise/sunset times
+
BUILD_DEPENDS= ${SITE_PERL}/Time/ParseDate.pm:${PORTSDIR}/devel/p5-Time
RUN_DEPENDS= ${BUILD_DEPENDS}
diff --git a/astro/p5-Astro-SunTime/pkg-comment b/astro/p5-Astro-SunTime/pkg-comment
deleted file mode 100644
index 4048f8d54293..000000000000
--- a/astro/p5-Astro-SunTime/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Perl interface to calculate sunrise/sunset times
diff --git a/astro/p5-Geo-METAR/Makefile b/astro/p5-Geo-METAR/Makefile
index 46ca8f96630d..bf1365c40369 100644
--- a/astro/p5-Geo-METAR/Makefile
+++ b/astro/p5-Geo-METAR/Makefile
@@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
+PORTCOMMENT= A perl module that processes METAR information from NOAA sources
+
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
diff --git a/astro/p5-Geo-METAR/pkg-comment b/astro/p5-Geo-METAR/pkg-comment
deleted file mode 100644
index 7afa56b3dcf5..000000000000
--- a/astro/p5-Geo-METAR/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A perl module that processes METAR information from NOAA sources
diff --git a/astro/planets/Makefile b/astro/planets/Makefile
index 0ba3223fefbb..b36cae784e1b 100644
--- a/astro/planets/Makefile
+++ b/astro/planets/Makefile
@@ -15,6 +15,8 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
+PORTCOMMENT= An orbital simulator
+
BUILD_DEPENDS= ocaml:${PORTSDIR}/lang/ocaml
USE_GMAKE= yes
diff --git a/astro/planets/pkg-comment b/astro/planets/pkg-comment
deleted file mode 100644
index 67231ff3138e..000000000000
--- a/astro/planets/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-An orbital simulator
diff --git a/astro/pyweather/Makefile b/astro/pyweather/Makefile
index 51499b424a0e..117de004a97c 100644
--- a/astro/pyweather/Makefile
+++ b/astro/pyweather/Makefile
@@ -14,6 +14,8 @@ DISTNAME= pyWeather
MAINTAINER= ports@FreeBSD.org
+PORTCOMMENT= Python script that downloads weather data and can be cron'd
+
USE_REINPLACE= yes
USE_PYTHON= yes
NO_BUILD= yes
diff --git a/astro/pyweather/pkg-comment b/astro/pyweather/pkg-comment
deleted file mode 100644
index 6f44238bc5da..000000000000
--- a/astro/pyweather/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Python script that downloads weather data and can be cron'd
diff --git a/astro/saoimage/Makefile b/astro/saoimage/Makefile
index 728dd48593eb..2bb8bdac7c8e 100644
--- a/astro/saoimage/Makefile
+++ b/astro/saoimage/Makefile
@@ -12,6 +12,8 @@ MASTER_SITES= http://tdc-www.harvard.edu/software/saoimage/
MAINTAINER= ports@FreeBSD.org
+PORTCOMMENT= Smithsonian Astrophysical Observatory image utility for X
+
USE_X_PREFIX= yes
MAKEFILE= makefile
MAKE_ENV= OFLAGS="${CFLAGS}"
diff --git a/astro/saoimage/pkg-comment b/astro/saoimage/pkg-comment
deleted file mode 100644
index 260322f05ff4..000000000000
--- a/astro/saoimage/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Smithsonian Astrophysical Observatory image utility for X
diff --git a/astro/sattrack/Makefile b/astro/sattrack/Makefile
index 5d8bd32f1286..253b96500837 100644
--- a/astro/sattrack/Makefile
+++ b/astro/sattrack/Makefile
@@ -11,6 +11,8 @@ CATEGORIES= astro
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= asami/LOCAL_PORTS
+PORTCOMMENT= Real-time satellite tracking and orbit propagation program
+
USE_XLIB= yes
WRKSRC= ${WRKDIR}/SatTrack-${PORTVERSION}/src
diff --git a/astro/sattrack/pkg-comment b/astro/sattrack/pkg-comment
deleted file mode 100644
index f5b696fe251d..000000000000
--- a/astro/sattrack/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Real-time satellite tracking and orbit propagation program
diff --git a/astro/stars/Makefile b/astro/stars/Makefile
index ab5181139553..920460264257 100644
--- a/astro/stars/Makefile
+++ b/astro/stars/Makefile
@@ -14,6 +14,8 @@ DISTFILES= stars-1.0-ss-11.00.tar.gz
MAINTAINER= ports@FreeBSD.org
+PORTCOMMENT= Star field demo
+
USE_X_PREFIX= yes
CC?= cc
diff --git a/astro/stars/pkg-comment b/astro/stars/pkg-comment
deleted file mode 100644
index 62a6ce22cb74..000000000000
--- a/astro/stars/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Star field demo
diff --git a/astro/tkseti/Makefile b/astro/tkseti/Makefile
index 784fd4ffecc8..81512f83c210 100644
--- a/astro/tkseti/Makefile
+++ b/astro/tkseti/Makefile
@@ -12,6 +12,8 @@ MASTER_SITES= http://www.cuug.ab.ca/~macdonal/tkseti/
MAINTAINER= ports@FreeBSD.org
+PORTCOMMENT= Tk-based interface to SETI@Home
+
RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 \
${LOCALBASE}/sbin/setiathome:${PORTSDIR}/astro/setiathome
diff --git a/astro/tkseti/pkg-comment b/astro/tkseti/pkg-comment
deleted file mode 100644
index 2b482548713e..000000000000
--- a/astro/tkseti/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Tk-based interface to SETI@Home
diff --git a/astro/wmspaceweather/Makefile b/astro/wmspaceweather/Makefile
index c763c193aa8c..f0250a523d80 100644
--- a/astro/wmspaceweather/Makefile
+++ b/astro/wmspaceweather/Makefile
@@ -12,6 +12,8 @@ DISTNAME= wmSpaceWeather-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
+PORTCOMMENT= A DockApp that shows the weather at geosynchronous orbit
+
WRKSRC= ${WRKDIR}/${DISTNAME}/wmSpaceWeather
USE_X_PREFIX= yes
diff --git a/astro/wmspaceweather/pkg-comment b/astro/wmspaceweather/pkg-comment
deleted file mode 100644
index 8407c3500fcf..000000000000
--- a/astro/wmspaceweather/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A DockApp that shows the weather at geosynchronous orbit
diff --git a/astro/wmsun/Makefile b/astro/wmsun/Makefile
index 32f1cc600469..97c4f70f4eaf 100644
--- a/astro/wmsun/Makefile
+++ b/astro/wmsun/Makefile
@@ -12,6 +12,8 @@ DISTNAME= wmSun-1.03
MAINTAINER= ports@FreeBSD.org
+PORTCOMMENT= A dockapp that displays the rise and set time of the sun
+
WRKSRC= ${WRKDIR}/${DISTNAME}/wmSun
USE_X_PREFIX= yes
diff --git a/astro/wmsun/pkg-comment b/astro/wmsun/pkg-comment
deleted file mode 100644
index d4a56a1fe5b4..000000000000
--- a/astro/wmsun/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A dockapp that displays the rise and set time of the sun
diff --git a/astro/x3arth/Makefile b/astro/x3arth/Makefile
index c5ccec6e9357..25c01bb66497 100644
--- a/astro/x3arth/Makefile
+++ b/astro/x3arth/Makefile
@@ -13,6 +13,8 @@ MASTER_SITE_SUBDIR= X11/desktop
MAINTAINER= ports@FreeBSD.org
+PORTCOMMENT= Updates X root window with satellit views of earth
+
IGNORE= "FTP directory format changed, can no longer fetch images"
RUN_DEPENDS= ${LOCALBASE}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82 \
diff --git a/astro/x3arth/pkg-comment b/astro/x3arth/pkg-comment
deleted file mode 100644
index cd549a370b69..000000000000
--- a/astro/x3arth/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Updates X root window with satellit views of earth
diff --git a/astro/xearth/Makefile b/astro/xearth/Makefile
index b76b0bb7f770..32e2813221a6 100644
--- a/astro/xearth/Makefile
+++ b/astro/xearth/Makefile
@@ -15,6 +15,8 @@ MASTER_SITE_SUBDIR= applications
MAINTAINER= ports@FreeBSD.org
+PORTCOMMENT= Set the root window to the image of earth
+
USE_IMAKE= yes
MAN1= xearth.1
diff --git a/astro/xearth/pkg-comment b/astro/xearth/pkg-comment
deleted file mode 100644
index e97411f4244a..000000000000
--- a/astro/xearth/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Set the root window to the image of earth
diff --git a/astro/xephem/Makefile b/astro/xephem/Makefile
index e1912cb5d1d4..996ed1559c4b 100644
--- a/astro/xephem/Makefile
+++ b/astro/xephem/Makefile
@@ -13,6 +13,8 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz
MAINTAINER= ports@FreeBSD.org
+PORTCOMMENT= An interactive astronomical ephemeris program
+
WRKSRC= ${WRKDIR}/${DISTNAME}/GUI/xephem
USE_MOTIF= yes
diff --git a/astro/xephem/pkg-comment b/astro/xephem/pkg-comment
deleted file mode 100644
index 162bc3020c6a..000000000000
--- a/astro/xephem/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-An interactive astronomical ephemeris program
diff --git a/astro/xphoon/Makefile b/astro/xphoon/Makefile
index c19d29f1f245..85a903a22684 100644
--- a/astro/xphoon/Makefile
+++ b/astro/xphoon/Makefile
@@ -14,6 +14,8 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
+PORTCOMMENT= Set the root window to the moon in its current phase
+
USE_IMAKE= yes
MAN1= xphoon.1
diff --git a/astro/xphoon/pkg-comment b/astro/xphoon/pkg-comment
deleted file mode 100644
index e79090eab8f5..000000000000
--- a/astro/xphoon/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Set the root window to the moon in its current phase