diff options
author | gdt <gdt@pkgsrc.org> | 2006-07-26 22:46:31 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2006-07-26 22:46:31 +0000 |
commit | 0275752b57adb0bbd214d5cb992c8b2d44c2c177 (patch) | |
tree | d2cddf9e1b177c50bd3156648cdd400505d3836c /geography/proj-swig | |
parent | f06c908670e68bb3b4afe2d5ea5580446ae063ef (diff) | |
download | pkgsrc-0275752b57adb0bbd214d5cb992c8b2d44c2c177.tar.gz |
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.
Diffstat (limited to 'geography/proj-swig')
-rw-r--r-- | geography/proj-swig/DESCR | 2 | ||||
-rw-r--r-- | geography/proj-swig/Makefile | 24 | ||||
-rw-r--r-- | geography/proj-swig/PLIST | 4 | ||||
-rw-r--r-- | geography/proj-swig/distinfo | 5 |
4 files changed, 35 insertions, 0 deletions
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 |