mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
For unmaintained ports in `astro' category, drop leading indefinite article
from COMMENT. Whenever appropriate, cleanup Makefiles a bit as well.
This commit is contained in:
parent
3c8b414f0d
commit
a8c8578d56
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312914
9 changed files with 17 additions and 52 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue