From 3fe8ac5f9c422f11f1ccfa550922f6e51c4049e3 Mon Sep 17 00:00:00 2001 From: gdt Date: Wed, 26 Jul 2006 22:46:31 +0000 Subject: This package provides guile and python wrappers for PROJ, a coordinate transformation library. The python support is not yet right, but it's broken in the upstream package. guile support works fine. --- geography/proj-swig/DESCR | 2 ++ geography/proj-swig/Makefile | 24 ++++++++++++++++++++++++ geography/proj-swig/PLIST | 4 ++++ geography/proj-swig/distinfo | 5 +++++ 4 files changed, 35 insertions(+) create mode 100644 geography/proj-swig/DESCR create mode 100644 geography/proj-swig/Makefile create mode 100644 geography/proj-swig/PLIST create mode 100644 geography/proj-swig/distinfo (limited to 'geography/proj-swig') diff --git a/geography/proj-swig/DESCR b/geography/proj-swig/DESCR new file mode 100644 index 00000000000..639c1e1bc6f --- /dev/null +++ b/geography/proj-swig/DESCR @@ -0,0 +1,2 @@ +This package provides guile and python wrappers for PROJ, a coordinate +transformation library. diff --git a/geography/proj-swig/Makefile b/geography/proj-swig/Makefile new file mode 100644 index 00000000000..cf605a14c0d --- /dev/null +++ b/geography/proj-swig/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/07/26 22:46:31 gdt Exp $ +# + +DISTNAME= proj-swig-0.01 +CATEGORIES= geography +MASTER_SITES= http://acert.ir.bbn.com/downloads/acert-geospatial/ + +MAINTAINER= gdt@NetBSD.org +HOMEPAGE= http://acert.ir.bbn.com/downloads/acert-geospatial/ +COMMENT= guile and python wrappers for proj + +USE_LANGUAGES+= c + +USE_PKGLOCALEDIR= yes +USE_LIBTOOL= yes +HAS_CONFIGURE= yes +GNU_CONFIGURE= yes + +PY_PATCHPLIST= + +.include "../../lang/python/extension.mk" +.include "../../misc/proj/buildlink3.mk" +.include "../../lang/guile/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/geography/proj-swig/PLIST b/geography/proj-swig/PLIST new file mode 100644 index 00000000000..eea5fba091c --- /dev/null +++ b/geography/proj-swig/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/07/26 22:46:31 gdt Exp $ +lib/libguile_proj.la +${PYSITELIB}/_proj.so +share/guile/site/proj.scm diff --git a/geography/proj-swig/distinfo b/geography/proj-swig/distinfo new file mode 100644 index 00000000000..414f27f850c --- /dev/null +++ b/geography/proj-swig/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/07/26 22:46:31 gdt Exp $ + +SHA1 (proj-swig-0.01.tar.gz) = 3341b025332252fa25571bc2502b4bac2fb49615 +RMD160 (proj-swig-0.01.tar.gz) = d77e65026d1e9df22ebf69ed2918f437f4c1f788 +Size (proj-swig-0.01.tar.gz) = 328870 bytes -- cgit v1.2.3