aboutsummaryrefslogtreecommitdiffstats
path: root/astro
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2013-02-25 19:09:19 +0800
committerdanfe <danfe@FreeBSD.org>2013-02-25 19:09:19 +0800
commit5d91df24779772eb56bb2cfc55dfbe411aac9caf (patch)
tree30a84526bd81756797443e8da9bc9c93d78261ba /astro
parenteaee25c3919f8630ad85f93bb31e3be4704121f2 (diff)
downloadfreebsd-ports-gnome-5d91df24779772eb56bb2cfc55dfbe411aac9caf.tar.gz
freebsd-ports-gnome-5d91df24779772eb56bb2cfc55dfbe411aac9caf.tar.zst
freebsd-ports-gnome-5d91df24779772eb56bb2cfc55dfbe411aac9caf.zip
For unmaintained ports in `astro' category, drop leading indefinite article
from COMMENT. Whenever appropriate, cleanup Makefiles a bit as well.
Diffstat (limited to 'astro')
-rw-r--r--astro/gpscorrelate/Makefile3
-rw-r--r--astro/nightfall/Makefile8
-rw-r--r--astro/nova/Makefile9
-rw-r--r--astro/planets/Makefile9
-rw-r--r--astro/py-astLib/Makefile14
-rw-r--r--astro/sky2000/Makefile9
-rw-r--r--astro/sscalc/Makefile2
-rw-r--r--astro/wmsolar/Makefile8
-rw-r--r--astro/wmsun/Makefile7
9 files changed, 17 insertions, 52 deletions
diff --git a/astro/gpscorrelate/Makefile b/astro/gpscorrelate/Makefile
index ea72eed1249e..2ebe37d0c230 100644
--- a/astro/gpscorrelate/Makefile
+++ b/astro/gpscorrelate/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= astro geography
MASTER_SITES= http://freefoote.dview.net/linux/
MAINTAINER= ports@FreeBSD.org
-COMMENT= A gps file gpx correlate exif tag in photos
+COMMENT= Correlate digital camera photos with GPS data in GPX format
LICENSE= GPLv2
@@ -45,7 +45,6 @@ post-patch:
s|g++ $$(CFLAGS)|$$(CXX) $$(CXXFLAGS) $$(IFLAGS)| ; \
s|gcc $$(CFLAGS)|$$(CC) $$(CFLAGS) $$(IFLAGS)|' ${WRKSRC}/Makefile
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gpscorrelate ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/gpscorrelate-gui ${PREFIX}/bin
diff --git a/astro/nightfall/Makefile b/astro/nightfall/Makefile
index 3335e7426430..bf68aab9f49e 100644
--- a/astro/nightfall/Makefile
+++ b/astro/nightfall/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: nightfall
-# Date created: 21 February 2002
-# Whom: Christian Brueffer <chris@unixpages.org>
-#
+# Created by: Christian Brueffer <chris@unixpages.org>
# $FreeBSD$
-#
PORTNAME= nightfall
PORTVERSION= 1.70
@@ -12,7 +8,7 @@ CATEGORIES= astro
MASTER_SITES= http://www.la-samhna.de/nightfall/
MAINTAINER= ports@FreeBSD.org
-COMMENT= An interactive binary star application
+COMMENT= Interactive binary star application
OPTIONS_DEFINE= GNOME PGPLOT OPENGL
OPTIONS_DEFAULT= PGPLOT OPENGL
diff --git a/astro/nova/Makefile b/astro/nova/Makefile
index 72f7e5bd7a17..acc79a155237 100644
--- a/astro/nova/Makefile
+++ b/astro/nova/Makefile
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection makefile for: nova
-# Date created: Apr 16, 2004
-# Whom: ijliao
-#
+# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= nova
PORTVERSION= 0.4
@@ -13,7 +8,7 @@ CATEGORIES= astro
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
-COMMENT= An Integrated Observational Environment for amateur astronomers
+COMMENT= Integrated observational environment for amateur astronomers
LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 \
gtkmm-2.0.6:${PORTSDIR}/x11-toolkits/gtkmm20 \
diff --git a/astro/planets/Makefile b/astro/planets/Makefile
index 3a93385b8a97..967e6924c03c 100644
--- a/astro/planets/Makefile
+++ b/astro/planets/Makefile
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection makefile for: planets
-# Date created: Mar 15, 2002
-# Whom: ijliao
-#
+# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= planets
PORTVERSION= 0.1.13
@@ -14,7 +9,7 @@ MASTER_SITES= GENTOO/distfiles \
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
-COMMENT= An orbital simulator
+COMMENT= Orbital simulator
LICENSE= GPLv2
diff --git a/astro/py-astLib/Makefile b/astro/py-astLib/Makefile
index f861836b4a85..b36c58a7cdd4 100644
--- a/astro/py-astLib/Makefile
+++ b/astro/py-astLib/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: py-astLib
-# Date created: 23 March, 2009
-# Whom: Wen Heping <wenheping@gmail.com>
-#
+# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
-#
PORTNAME= astLib
PORTVERSION= 0.6.1
@@ -13,18 +9,14 @@ MASTER_SITES= SF
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
-COMMENT= A set of python astronomy modules
+COMMENT= Astronomy modules for Python
BUILD_DEPENDS= ${PYNUMPY} \
${PKGNAMEPREFIX}scipy>=0.7.0:${PORTSDIR}/science/py-scipy \
${PKGNAMEPREFIX}imaging>=1.1.6:${PORTSDIR}/graphics/py-imaging \
${PKGNAMEPREFIX}pyfits>=1.1:${PORTSDIR}/astro/py-pyfits \
${PKGNAMEPREFIX}matplotlib>=0.98:${PORTSDIR}/math/py-matplotlib
-RUN_DEPENDS= ${PYNUMPY} \
- ${PKGNAMEPREFIX}scipy>=0.7.0:${PORTSDIR}/science/py-scipy \
- ${PKGNAMEPREFIX}imaging>=1.1.6:${PORTSDIR}/graphics/py-imaging \
- ${PKGNAMEPREFIX}pyfits>=1.1:${PORTSDIR}/astro/py-pyfits \
- ${PKGNAMEPREFIX}matplotlib>=0.98:${PORTSDIR}/math/py-matplotlib
+RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PYTHON= yes
USE_PYDISTUTILS= yes
diff --git a/astro/sky2000/Makefile b/astro/sky2000/Makefile
index bb3068f8442a..a5d4b659b811 100644
--- a/astro/sky2000/Makefile
+++ b/astro/sky2000/Makefile
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection makefile for: sky2000
-# Date created: Apr 16, 2004
-# Whom: ijliao
-#
+# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= sky2000
PORTVERSION= 0.2
@@ -12,7 +7,7 @@ CATEGORIES= astro
MASTER_SITES= SF/nova/catalogs/${PORTNAME}
MAINTAINER= ports@FreeBSD.org
-COMMENT= A binary representation of the Sky2000 star catalog
+COMMENT= Binary representation of the Sky2000 star catalog
GNU_CONFIGURE= yes
diff --git a/astro/sscalc/Makefile b/astro/sscalc/Makefile
index 84b75d47988e..620ba8f73509 100644
--- a/astro/sscalc/Makefile
+++ b/astro/sscalc/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= astro
MASTER_SITES= http://www.icehouse.net/kew/
MAINTAINER= ports@FreeBSD.org
-COMMENT= A sunrise/sunset time calculator
+COMMENT= Sunrise and sunset time calculator
MAN1= sscalc.1
diff --git a/astro/wmsolar/Makefile b/astro/wmsolar/Makefile
index 68c5668f3cb5..8a02ce614e4d 100644
--- a/astro/wmsolar/Makefile
+++ b/astro/wmsolar/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: wmsolar
-# Date created: Tue Jan 15 17:28:49 EST 2002
-# Whom: pat
-#
+# Created by: Patrick Li <pat@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= wmsolar
PORTVERSION= 1.0
@@ -12,7 +8,7 @@ CATEGORIES= astro windowmaker
MASTER_SITES= http://www.inxsoft.net/wmsolar/
MAINTAINER= ports@FreeBSD.org
-COMMENT= A dockapp that displays the solar system viewed from top
+COMMENT= Dockapp that displays the Solar System viewed from the top
PLIST_FILES= bin/wmSolar
WRKSRC= ${WRKDIR}/wmSolar
diff --git a/astro/wmsun/Makefile b/astro/wmsun/Makefile
index 924635d5055c..b00571dbd621 100644
--- a/astro/wmsun/Makefile
+++ b/astro/wmsun/Makefile
@@ -1,7 +1,4 @@
-# New ports collection makefile for: wmSun
-# Date created: 16 April 1999
-# Whom: Chris Piazza <cpiazza@FreeBSD.org>
-#
+# Created by: Chris Piazza <cpiazza@FreeBSD.org>
# $FreeBSD$
PORTNAME= wmsun
@@ -12,7 +9,7 @@ MASTER_SITES= http://dockapps.windowmaker.org/download.php/id/23/
DISTNAME= wmSun-1.03
MAINTAINER= ports@FreeBSD.org
-COMMENT= A dockapp that displays the rise and set time of the sun
+COMMENT= Dockapp that displays the rise and set times of the Sun
FETCH_ARGS= -Fpr