svn commit: r312914 - in head/astro: gpscorrelate nightfall nova planets py-astLib sky2000 sscalc wmsolar wmsun
Alexey Dokuchaev
danfe at FreeBSD.org
Mon Feb 25 11:09:22 UTC 2013
Author: danfe
Date: Mon Feb 25 11:09:19 2013
New Revision: 312914
URL: http://svnweb.freebsd.org/changeset/ports/312914
Log:
For unmaintained ports in `astro' category, drop leading indefinite article
from COMMENT. Whenever appropriate, cleanup Makefiles a bit as well.
Modified:
head/astro/gpscorrelate/Makefile
head/astro/nightfall/Makefile
head/astro/nova/Makefile
head/astro/planets/Makefile
head/astro/py-astLib/Makefile
head/astro/sky2000/Makefile
head/astro/sscalc/Makefile
head/astro/wmsolar/Makefile
head/astro/wmsun/Makefile
Modified: head/astro/gpscorrelate/Makefile
==============================================================================
--- head/astro/gpscorrelate/Makefile Mon Feb 25 10:51:28 2013 (r312913)
+++ head/astro/gpscorrelate/Makefile Mon Feb 25 11:09:19 2013 (r312914)
@@ -7,7 +7,7 @@ CATEGORIES= astro geography
MASTER_SITES= http://freefoote.dview.net/linux/
MAINTAINER= ports at 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
Modified: head/astro/nightfall/Makefile
==============================================================================
--- head/astro/nightfall/Makefile Mon Feb 25 10:51:28 2013 (r312913)
+++ head/astro/nightfall/Makefile Mon Feb 25 11:09:19 2013 (r312914)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: nightfall
-# Date created: 21 February 2002
-# Whom: Christian Brueffer <chris at unixpages.org>
-#
+# Created by: Christian Brueffer <chris at unixpages.org>
# $FreeBSD$
-#
PORTNAME= nightfall
PORTVERSION= 1.70
@@ -12,7 +8,7 @@ CATEGORIES= astro
MASTER_SITES= http://www.la-samhna.de/nightfall/
MAINTAINER= ports at FreeBSD.org
-COMMENT= An interactive binary star application
+COMMENT= Interactive binary star application
OPTIONS_DEFINE= GNOME PGPLOT OPENGL
OPTIONS_DEFAULT= PGPLOT OPENGL
Modified: head/astro/nova/Makefile
==============================================================================
--- head/astro/nova/Makefile Mon Feb 25 10:51:28 2013 (r312913)
+++ head/astro/nova/Makefile Mon Feb 25 11:09:19 2013 (r312914)
@@ -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 at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= nova
PORTVERSION= 0.4
@@ -13,7 +8,7 @@ CATEGORIES= astro
MASTER_SITES= SF
MAINTAINER= ports at 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 \
Modified: head/astro/planets/Makefile
==============================================================================
--- head/astro/planets/Makefile Mon Feb 25 10:51:28 2013 (r312913)
+++ head/astro/planets/Makefile Mon Feb 25 11:09:19 2013 (r312914)
@@ -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 at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= planets
PORTVERSION= 0.1.13
@@ -14,7 +9,7 @@ MASTER_SITES= GENTOO/distfiles \
EXTRACT_SUFX= .tgz
MAINTAINER= ports at FreeBSD.org
-COMMENT= An orbital simulator
+COMMENT= Orbital simulator
LICENSE= GPLv2
Modified: head/astro/py-astLib/Makefile
==============================================================================
--- head/astro/py-astLib/Makefile Mon Feb 25 10:51:28 2013 (r312913)
+++ head/astro/py-astLib/Makefile Mon Feb 25 11:09:19 2013 (r312914)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: py-astLib
-# Date created: 23 March, 2009
-# Whom: Wen Heping <wenheping at gmail.com>
-#
+# Created by: Wen Heping <wenheping at gmail.com>
# $FreeBSD$
-#
PORTNAME= astLib
PORTVERSION= 0.6.1
@@ -13,18 +9,14 @@ MASTER_SITES= SF
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports at 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
Modified: head/astro/sky2000/Makefile
==============================================================================
--- head/astro/sky2000/Makefile Mon Feb 25 10:51:28 2013 (r312913)
+++ head/astro/sky2000/Makefile Mon Feb 25 11:09:19 2013 (r312914)
@@ -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 at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= sky2000
PORTVERSION= 0.2
@@ -12,7 +7,7 @@ CATEGORIES= astro
MASTER_SITES= SF/nova/catalogs/${PORTNAME}
MAINTAINER= ports at FreeBSD.org
-COMMENT= A binary representation of the Sky2000 star catalog
+COMMENT= Binary representation of the Sky2000 star catalog
GNU_CONFIGURE= yes
Modified: head/astro/sscalc/Makefile
==============================================================================
--- head/astro/sscalc/Makefile Mon Feb 25 10:51:28 2013 (r312913)
+++ head/astro/sscalc/Makefile Mon Feb 25 11:09:19 2013 (r312914)
@@ -7,7 +7,7 @@ CATEGORIES= astro
MASTER_SITES= http://www.icehouse.net/kew/
MAINTAINER= ports at FreeBSD.org
-COMMENT= A sunrise/sunset time calculator
+COMMENT= Sunrise and sunset time calculator
MAN1= sscalc.1
Modified: head/astro/wmsolar/Makefile
==============================================================================
--- head/astro/wmsolar/Makefile Mon Feb 25 10:51:28 2013 (r312913)
+++ head/astro/wmsolar/Makefile Mon Feb 25 11:09:19 2013 (r312914)
@@ -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 at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= wmsolar
PORTVERSION= 1.0
@@ -12,7 +8,7 @@ CATEGORIES= astro windowmaker
MASTER_SITES= http://www.inxsoft.net/wmsolar/
MAINTAINER= ports at 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
Modified: head/astro/wmsun/Makefile
==============================================================================
--- head/astro/wmsun/Makefile Mon Feb 25 10:51:28 2013 (r312913)
+++ head/astro/wmsun/Makefile Mon Feb 25 11:09:19 2013 (r312914)
@@ -1,7 +1,4 @@
-# New ports collection makefile for: wmSun
-# Date created: 16 April 1999
-# Whom: Chris Piazza <cpiazza at FreeBSD.org>
-#
+# Created by: Chris Piazza <cpiazza at FreeBSD.org>
# $FreeBSD$
PORTNAME= wmsun
@@ -12,7 +9,7 @@ MASTER_SITES= http://dockapps.windowmake
DISTNAME= wmSun-1.03
MAINTAINER= ports at 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
More information about the svn-ports-head
mailing list