summaryrefslogtreecommitdiff
path: root/astro/nova
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2004-04-16 01:42:47 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2004-04-16 01:42:47 +0000
commitcdd7b7cf620f65219f646f9b1aceedffed32f0bf (patch)
tree705edc1c796d23aed62340fb7657c1ea5ac0a5be /astro/nova
parentadd sky2000 0.2 (diff)
add nova 0.4
An Integrated Observational Environment for amatuer astronomers
Notes
Notes: svn path=/head/; revision=107185
Diffstat (limited to 'astro/nova')
-rw-r--r--astro/nova/Makefile37
-rw-r--r--astro/nova/distinfo2
-rw-r--r--astro/nova/pkg-descr14
-rw-r--r--astro/nova/pkg-plist23
4 files changed, 76 insertions, 0 deletions
diff --git a/astro/nova/Makefile b/astro/nova/Makefile
new file mode 100644
index 000000000000..28228ab58f52
--- /dev/null
+++ b/astro/nova/Makefile
@@ -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>
diff --git a/astro/nova/distinfo b/astro/nova/distinfo
new file mode 100644
index 000000000000..c9923dc1adb1
--- /dev/null
+++ b/astro/nova/distinfo
@@ -0,0 +1,2 @@
+MD5 (nova-0.4.tar.gz) = b7888ab6f6ab3390a85e7673c594a442
+SIZE (nova-0.4.tar.gz) = 367120
diff --git a/astro/nova/pkg-descr b/astro/nova/pkg-descr
new file mode 100644
index 000000000000..bca21a631364
--- /dev/null
+++ b/astro/nova/pkg-descr
@@ -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/
diff --git a/astro/nova/pkg-plist b/astro/nova/pkg-plist
new file mode 100644
index 000000000000..f81c390eb774
--- /dev/null
+++ b/astro/nova/pkg-plist
@@ -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