summaryrefslogtreecommitdiff
path: root/astro/libnova
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-10-23 08:48:20 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-10-23 08:48:20 +0000
commit9cf417c07ae2ee0ec27522c6fa66d510037c3711 (patch)
tree068a459da9d77d8e4037bb084829fd240e9f2ebf /astro/libnova
parentupgrade to 2.2.0 (diff)
add libnova 0.5.0
Astronomical Calculation Library
Notes
Notes: svn path=/head/; revision=68642
Diffstat (limited to 'astro/libnova')
-rw-r--r--astro/libnova/Makefile20
-rw-r--r--astro/libnova/distinfo1
-rw-r--r--astro/libnova/files/patch-Makefile.in9
-rw-r--r--astro/libnova/files/patch-configure10
-rw-r--r--astro/libnova/pkg-comment1
-rw-r--r--astro/libnova/pkg-descr5
-rw-r--r--astro/libnova/pkg-plist5
7 files changed, 51 insertions, 0 deletions
diff --git a/astro/libnova/Makefile b/astro/libnova/Makefile
new file mode 100644
index 000000000000..53e4107a8eac
--- /dev/null
+++ b/astro/libnova/Makefile
@@ -0,0 +1,20 @@
+# ex:ts=8
+# Ports collection makefile for: libnova
+# Date created: Oct 23, 2002
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= libnova
+PORTVERSION= 0.5.0
+CATEGORIES= astro
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= ports@FreeBSD.org
+
+USE_LIBTOOL= yes
+INSTALLS_SHLIB= yes
+
+.include <bsd.port.mk>
diff --git a/astro/libnova/distinfo b/astro/libnova/distinfo
new file mode 100644
index 000000000000..a70675f97efe
--- /dev/null
+++ b/astro/libnova/distinfo
@@ -0,0 +1 @@
+MD5 (libnova-0.5.0.tar.gz) = e04bfb5583da6d99023e3f3bba810b2f
diff --git a/astro/libnova/files/patch-Makefile.in b/astro/libnova/files/patch-Makefile.in
new file mode 100644
index 000000000000..d8e808d103ef
--- /dev/null
+++ b/astro/libnova/files/patch-Makefile.in
@@ -0,0 +1,9 @@
+--- src/Makefile.in.orig Wed Oct 23 16:40:39 2002
++++ src/Makefile.in Wed Oct 23 16:43:50 2002
+@@ -92,5 +92,5 @@
+
+
+-libnova_la_LDFLAGS = -version-info $(LT_VERSION) -release $(LT_RELEASE)
++#libnova_la_LDFLAGS = -version-info $(LT_VERSION) -release $(LT_RELEASE)
+
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
diff --git a/astro/libnova/files/patch-configure b/astro/libnova/files/patch-configure
new file mode 100644
index 000000000000..555bae5e88d9
--- /dev/null
+++ b/astro/libnova/files/patch-configure
@@ -0,0 +1,10 @@
+--- configure.orig Wed Oct 23 16:35:47 2002
++++ configure Wed Oct 23 16:36:13 2002
+@@ -6163,6 +6163,7 @@
+
+ # This can be used to rebuild libtool when needed
+ LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
++$ac_aux_dir/ltconfig $LIBTOOL_DEPS
+
+ # Always use our own libtool.
+ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff --git a/astro/libnova/pkg-comment b/astro/libnova/pkg-comment
new file mode 100644
index 000000000000..eaaeaf7d7cb8
--- /dev/null
+++ b/astro/libnova/pkg-comment
@@ -0,0 +1 @@
+Astronomical Calculation Library
diff --git a/astro/libnova/pkg-descr b/astro/libnova/pkg-descr
new file mode 100644
index 000000000000..c2baea75b845
--- /dev/null
+++ b/astro/libnova/pkg-descr
@@ -0,0 +1,5 @@
+libnova is a general purpose, double precision, astronomical calculation
+library. The intended audience of libnova is C / C++ programmers, astronomers
+and anyone else interested in calculating positions of astronomical objects.
+
+WWW: http://libnova.sourceforge.net/
diff --git a/astro/libnova/pkg-plist b/astro/libnova/pkg-plist
new file mode 100644
index 000000000000..99aa36a3221d
--- /dev/null
+++ b/astro/libnova/pkg-plist
@@ -0,0 +1,5 @@
+bin/libnovaconfig
+include/libnova.h
+lib/libnova.a
+lib/libnova.so
+lib/libnova.so.0