summaryrefslogtreecommitdiffstats
path: root/astro/spacechart
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2001-08-30 04:22:36 +0000
committerlioux <lioux@FreeBSD.org>2001-08-30 04:22:36 +0000
commitf2278540a5b2b1efdc96d3951f6d16660b30dbce (patch)
treeaa03c7609a7a3e90a251678bdaf6c8292254f36b /astro/spacechart
parent1b4f570b90924b56128cbd5e1c3019ef69bf57ea (diff)
downloadFreeBSD-ports-f2278540a5b2b1efdc96d3951f6d16660b30dbce.zip
FreeBSD-ports-f2278540a5b2b1efdc96d3951f6d16660b30dbce.tar.gz
New port spacechart version 0.9.2: SpaceChart is a star chart viewer
for GNOME PR: 29909 Submitted by: Patrick Li <pat@databits.net>
Diffstat (limited to 'astro/spacechart')
-rw-r--r--astro/spacechart/Makefile33
-rw-r--r--astro/spacechart/distinfo1
-rw-r--r--astro/spacechart/files/patch-Makefile.in11
-rw-r--r--astro/spacechart/pkg-comment1
-rw-r--r--astro/spacechart/pkg-descr8
-rw-r--r--astro/spacechart/pkg-plist4
6 files changed, 58 insertions, 0 deletions
diff --git a/astro/spacechart/Makefile b/astro/spacechart/Makefile
new file mode 100644
index 0000000..14e77d9
--- /dev/null
+++ b/astro/spacechart/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: spacechart
+# Date created: Mon Aug 20 14:50:20 EDT 2001
+# Whom: Patrick Li <pat@databits.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= spacechart
+PORTVERSION= 0.9.2
+CATEGORIES= astro
+MASTER_SITES= http://zipi.fi.upm.es/~e970095/spacechart/download/
+DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/g}
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= pat@databits.net
+
+LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
+
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+USE_X_PREFIX= yes
+GNU_CONFIGURE= yes
+USE_GNOMELIBS= yes
+CONFIGURE_ARGS= --without-included-gettext
+
+# trick it into using ports installed gettext
+post-patch:
+ @${PERL} -pi -ne "s|(INTLLIBS =).*$$|\1-I${LOCALBASE}/lib -lintl|" \
+ ${WRKSRC}/src/Makefile.in
+
+pre-build:
+ @${RM} -Rf ${WRKSRC}/intl
+
+.include <bsd.port.mk>
diff --git a/astro/spacechart/distinfo b/astro/spacechart/distinfo
new file mode 100644
index 0000000..e256a52
--- /dev/null
+++ b/astro/spacechart/distinfo
@@ -0,0 +1 @@
+MD5 (spacechart-0_9_2.tgz) = 80789375b11adda68728241e52900631
diff --git a/astro/spacechart/files/patch-Makefile.in b/astro/spacechart/files/patch-Makefile.in
new file mode 100644
index 0000000..26c8ef1
--- /dev/null
+++ b/astro/spacechart/files/patch-Makefile.in
@@ -0,0 +1,11 @@
+--- Makefile.in.orig Mon Aug 20 15:30:33 2001
++++ Makefile.in Mon Aug 20 15:30:47 2001
+@@ -105,7 +105,7 @@
+ cxxflags_set = @cxxflags_set@
+ l = @l@
+
+-SUBDIRS = src include po intl data pixmaps
++SUBDIRS = src include po data pixmaps
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+ CONFIG_HEADER = config.h
diff --git a/astro/spacechart/pkg-comment b/astro/spacechart/pkg-comment
new file mode 100644
index 0000000..0d14a8c
--- /dev/null
+++ b/astro/spacechart/pkg-comment
@@ -0,0 +1 @@
+SpaceChart is a star chart viewer for GNOME
diff --git a/astro/spacechart/pkg-descr b/astro/spacechart/pkg-descr
new file mode 100644
index 0000000..ad68195
--- /dev/null
+++ b/astro/spacechart/pkg-descr
@@ -0,0 +1,8 @@
+SpaceChart is a program that allows you to see the stars in glorious
+3D and rotate them to see them from any point of view. You can also
+limit which stars you want to see, according to their spectral
+class and luminosity, and draw links between all stars closer than
+a certain distance.
+
+WWW: http://zipi.fi.upm.es/~e970095/spacechart/
+Author: Miguel Coca <e970095@zipi.fi.upm.es>
diff --git a/astro/spacechart/pkg-plist b/astro/spacechart/pkg-plist
new file mode 100644
index 0000000..34a8d57
--- /dev/null
+++ b/astro/spacechart/pkg-plist
@@ -0,0 +1,4 @@
+bin/spacechart
+share/locale/es/LC_MESSAGES/spacechart.mo
+share/gnome/spacechart/gliese.dat
+@dirrm share/gnome/spacechart
OpenPOWER on IntegriCloud