From owner-svn-ports-head@FreeBSD.ORG Mon Feb 25 11:09:22 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 50DF0A60; Mon, 25 Feb 2013 11:09:22 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 43555FFD; Mon, 25 Feb 2013 11:09:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1PB9LR6041273; Mon, 25 Feb 2013 11:09:21 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1PB9KBO041262; Mon, 25 Feb 2013 11:09:20 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201302251109.r1PB9KBO041262@svn.freebsd.org> From: Alexey Dokuchaev Date: Mon, 25 Feb 2013 11:09:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312914 - in head/astro: gpscorrelate nightfall nova planets py-astLib sky2000 sscalc wmsolar wmsun X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2013 11:09:22 -0000 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@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 -# +# Created by: Christian Brueffer # $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 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 # $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 \ 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 # $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 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 -# +# Created by: Wen Heping # $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 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 # $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 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@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 # $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 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 -# +# Created by: Chris Piazza # $FreeBSD$ PORTNAME= wmsun @@ -12,7 +9,7 @@ MASTER_SITES= http://dockapps.windowmake 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