diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-10-23 16:48:20 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-10-23 16:48:20 +0800 |
commit | 06e639ef7946b91cfb5738e6b610e2d7e8031fc3 (patch) | |
tree | 2d8d15f2350d5e41141ebe29abcb7d4109b77191 /astro/libnova | |
parent | e9740a7b1d46b8e07e0d0a242db87cc579c667d6 (diff) | |
download | freebsd-ports-gnome-06e639ef7946b91cfb5738e6b610e2d7e8031fc3.tar.gz freebsd-ports-gnome-06e639ef7946b91cfb5738e6b610e2d7e8031fc3.tar.zst freebsd-ports-gnome-06e639ef7946b91cfb5738e6b610e2d7e8031fc3.zip |
add libnova 0.5.0
Astronomical Calculation Library
Diffstat (limited to 'astro/libnova')
-rw-r--r-- | astro/libnova/Makefile | 20 | ||||
-rw-r--r-- | astro/libnova/distinfo | 1 | ||||
-rw-r--r-- | astro/libnova/files/patch-Makefile.in | 9 | ||||
-rw-r--r-- | astro/libnova/files/patch-configure | 10 | ||||
-rw-r--r-- | astro/libnova/pkg-comment | 1 | ||||
-rw-r--r-- | astro/libnova/pkg-descr | 5 | ||||
-rw-r--r-- | astro/libnova/pkg-plist | 5 |
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 |