add nova 0.4

An Integrated Observational Environment for amatuer astronomers
This commit is contained in:
Ying-Chieh Liao 2004-04-16 01:42:47 +00:00
parent 8975874775
commit cdd7b7cf62
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107185
5 changed files with 77 additions and 0 deletions

View File

@ -29,6 +29,7 @@
SUBDIR += match
SUBDIR += mymoon
SUBDIR += nightfall
SUBDIR += nova
SUBDIR += openuniverse
SUBDIR += p5-Astro-ADS
SUBDIR += p5-Astro-Catalog

37
astro/nova/Makefile Normal file
View File

@ -0,0 +1,37 @@
# ex:ts=8
# Ports collection makefile for: nova
# Date created: Apr 16, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= nova
PORTVERSION= 0.4
CATEGORIES= astro
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= An Integrated Observational Environment for amatuer astronomers
LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 \
gtkmm-2.0.6:${PORTSDIR}/x11-toolkits/gtk--2 \
gnomemm-2.0.1:${PORTSDIR}/x11/libgnomemm \
glademm-2.0.1:${PORTSDIR}/devel/libglademm \
gconfmm-2.0.1:${PORTSDIR}/devel/gconfmm \
gnomecanvasmm-2.0.1:${PORTSDIR}/graphics/libgnomecanvasmm \
gnomeuimm-2.0.1:${PORTSDIR}/x11-toolkits/libgnomeuimm \
xml\\+\\+-1.0.1:${PORTSDIR}/textproc/libxml++ \
nova-0.9.0:${PORTSDIR}/astro/libnova
RUN_DEPENDS= ${LOCALBASE}/share/nova/catalogs/sky2000.ncd:${PORTSDIR}/astro/sky2000
USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
post-patch:
@${REINPLACE_CMD} -e 's,/nova/,/share/nova/,' ${WRKSRC}/configure
.include <bsd.port.mk>

2
astro/nova/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (nova-0.4.tar.gz) = b7888ab6f6ab3390a85e7673c594a442
SIZE (nova-0.4.tar.gz) = 367120

14
astro/nova/pkg-descr Normal file
View File

@ -0,0 +1,14 @@
The Nova project is a free Integrated Observational Environment for amatuer
astronomers. It combines Ephemeris, Sky view, Observatory control and basic
Image manipulation functionality into a single application.
Features
* Virtual view of night sky
* Ephemeris calculation and plotting.
* Telescope control
* CCD control
* Image manipulation
* Supports most ASCII astronomical object catalogs
* Automatic scheduling of observational activity.
WWW: http://nova.sourceforge.net/

23
astro/nova/pkg-plist Normal file
View File

@ -0,0 +1,23 @@
bin/nova
bin/catbuilder
%%DATADIR%%/pixmaps/asteroid-small.xpm
%%DATADIR%%/pixmaps/comet-small.xpm
%%DATADIR%%/pixmaps/earth-small.xpm
%%DATADIR%%/pixmaps/galaxy-small.xpm
%%DATADIR%%/pixmaps/jupiter-small.xpm
%%DATADIR%%/pixmaps/mars-small.xpm
%%DATADIR%%/pixmaps/mercury-small.xpm
%%DATADIR%%/pixmaps/moon-small.xpm
%%DATADIR%%/pixmaps/nebula-small.xpm
%%DATADIR%%/pixmaps/neptune-small.xpm
%%DATADIR%%/pixmaps/other-small.xpm
%%DATADIR%%/pixmaps/pluto-small.xpm
%%DATADIR%%/pixmaps/saturn-small.xpm
%%DATADIR%%/pixmaps/star6.xpm
%%DATADIR%%/pixmaps/star8.xpm
%%DATADIR%%/pixmaps/sun-small.xpm
%%DATADIR%%/pixmaps/uranus-small.xpm
%%DATADIR%%/pixmaps/venus-small.xpm
%%DATADIR%%/pixmaps/nova_logo.png
@dirrm %%DATADIR%%/pixmaps
@unexec rmdir %D/%%DATADIR%% 2>/dev/null || true