aboutsummaryrefslogtreecommitdiff
path: root/astro/sky2000
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2004-04-16 01:41:58 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2004-04-16 01:41:58 +0000
commit89758747751ca487df0d71d9caefd392dcac0cb5 (patch)
treeab9119d4a8427f1cfdfc63119373060c0b60b19c /astro/sky2000
parentc148c5e6b665640bcb765d8039168bc186531752 (diff)
downloadports-89758747751ca487df0d71d9caefd392dcac0cb5.tar.gz
ports-89758747751ca487df0d71d9caefd392dcac0cb5.zip
add sky2000 0.2
A binary representation of the Sky2000 star catalog
Notes
Notes: svn path=/head/; revision=107183
Diffstat (limited to 'astro/sky2000')
-rw-r--r--astro/sky2000/Makefile26
-rw-r--r--astro/sky2000/distinfo2
-rw-r--r--astro/sky2000/pkg-descr4
-rw-r--r--astro/sky2000/pkg-plist19
4 files changed, 51 insertions, 0 deletions
diff --git a/astro/sky2000/Makefile b/astro/sky2000/Makefile
new file mode 100644
index 000000000000..7956267d7274
--- /dev/null
+++ b/astro/sky2000/Makefile
@@ -0,0 +1,26 @@
+# ex:ts=8
+# Ports collection makefile for: sky2000
+# Date created: Apr 16, 2004
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= sky2000
+PORTVERSION= 0.2
+CATEGORIES= astro
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= nova
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= A binary representation of the Sky2000 star catalog
+
+USE_REINPLACE= yes
+GNU_CONFIGURE= yes
+
+DATADIR= ${PREFIX}/share/nova
+
+post-patch:
+ @${REINPLACE_CMD} -e 's,/nova/,/share/nova/,' ${WRKSRC}/configure
+
+.include <bsd.port.mk>
diff --git a/astro/sky2000/distinfo b/astro/sky2000/distinfo
new file mode 100644
index 000000000000..c35c3b4bbf4a
--- /dev/null
+++ b/astro/sky2000/distinfo
@@ -0,0 +1,2 @@
+MD5 (sky2000-0.2.tar.gz) = 38eab9f29cb2f68f78cc3efc99117432
+SIZE (sky2000-0.2.tar.gz) = 9159197
diff --git a/astro/sky2000/pkg-descr b/astro/sky2000/pkg-descr
new file mode 100644
index 000000000000..3f6a21d4f56e
--- /dev/null
+++ b/astro/sky2000/pkg-descr
@@ -0,0 +1,4 @@
+Sky2000 Binary Catalog
+
+This is a binary representation of some of the fields in the the
+Sky2000 star catalog.
diff --git a/astro/sky2000/pkg-plist b/astro/sky2000/pkg-plist
new file mode 100644
index 000000000000..f101f2e2401a
--- /dev/null
+++ b/astro/sky2000/pkg-plist
@@ -0,0 +1,19 @@
+%%DATADIR%%/catalogs/sky2000/sky2000-m10.noc
+%%DATADIR%%/catalogs/sky2000/sky2000-m11.noc
+%%DATADIR%%/catalogs/sky2000/sky2000-m12.noc
+%%DATADIR%%/catalogs/sky2000/sky2000-m13.noc
+%%DATADIR%%/catalogs/sky2000/sky2000-m14.noc
+%%DATADIR%%/catalogs/sky2000/sky2000-m15.noc
+%%DATADIR%%/catalogs/sky2000/sky2000-m16.noc
+%%DATADIR%%/catalogs/sky2000/sky2000-m17.noc
+%%DATADIR%%/catalogs/sky2000/sky2000-m18.noc
+%%DATADIR%%/catalogs/sky2000/sky2000-m19.noc
+%%DATADIR%%/catalogs/sky2000/sky2000-m20.noc
+%%DATADIR%%/catalogs/sky2000/sky2000-m6.noc
+%%DATADIR%%/catalogs/sky2000/sky2000-m7.noc
+%%DATADIR%%/catalogs/sky2000/sky2000-m8.noc
+%%DATADIR%%/catalogs/sky2000/sky2000-m9.noc
+%%DATADIR%%/catalogs/sky2000.ncd
+@dirrm %%DATADIR%%/catalogs/sky2000
+@dirrm %%DATADIR%%/catalogs
+@unexec rmdir %D/%%DATADIR%% 2>/dev/null || true