diff options
author | gdt <gdt@pkgsrc.org> | 2019-11-24 14:41:48 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2019-11-24 14:41:48 +0000 |
commit | 47668269d45ecbeb70c737ca33bcb28b8bfabaa4 (patch) | |
tree | d4b6a95ffc5f3763b73c2cda6dde955183c63b47 | |
parent | f39ff1d22941a115945b07977802d21f37429275 (diff) | |
download | pkgsrc-47668269d45ecbeb70c737ca33bcb28b8bfabaa4.tar.gz |
geography/proj-swig: Remove
This project has no functioning upstream and there has been no reason
to think anyone has used it in many years. As maintainer, the only
correspondence I have received about it is a suggestion to delete it.
-rw-r--r-- | geography/proj-swig/DESCR | 2 | ||||
-rw-r--r-- | geography/proj-swig/Makefile | 44 | ||||
-rw-r--r-- | geography/proj-swig/PLIST | 5 | ||||
-rw-r--r-- | geography/proj-swig/distinfo | 8 | ||||
-rw-r--r-- | geography/proj-swig/patches/patch-configure | 21 | ||||
-rw-r--r-- | geography/proj-swig/patches/patch-proj_i | 15 |
6 files changed, 0 insertions, 95 deletions
diff --git a/geography/proj-swig/DESCR b/geography/proj-swig/DESCR deleted file mode 100644 index 639c1e1bc6f..00000000000 --- a/geography/proj-swig/DESCR +++ /dev/null @@ -1,2 +0,0 @@ -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 deleted file mode 100644 index 709e30a604b..00000000000 --- a/geography/proj-swig/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# $NetBSD: Makefile,v 1.34 2019/09/02 13:20:21 adam Exp $ - -DISTNAME= proj-swig-0.02 -PKGREVISION= 10 -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 - -MAKE_JOBS_SAFE= no - -USE_PKGLOCALEDIR= yes -USE_LIBTOOL= yes -GNU_CONFIGURE= yes - -# Defines PYSITELIB, apparently. -PY_PATCHPLIST= yes -PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.02 - -# Find guile20's includes -CFLAGS+= -I${BUILDLINK_PREFIX.guile20}/include/guile/2.0 - -# Use swig2 -SUBST_CLASSES+= swig2 -SUBST_STAGE.swig2= pre-configure -SUBST_MESSSAGE.swig2= Using swig2. -SUBST_FILES.swig2= Makefile.in -SUBST_SED.swig2= -e s/swig/swig2.0/ - -# The perl build is commented out upstream, so this doesn't have any -# effect. -SUBST_CLASSES+= pkg -SUBST_STAGE.pkg= pre-configure -SUBST_MESSAGE.pkg= Replacing /usr/pkg with the correct PREFIX. -SUBST_FILES.pkg= Makefile.in -SUBST_SED.pkg= -e 's,/usr/pkg,${PREFIX},g' - -.include "../../devel/swig2/buildlink3.mk" -.include "../../geography/proj/buildlink3.mk" -.include "../../lang/guile20/buildlink3.mk" -.include "../../lang/python/extension.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/geography/proj-swig/PLIST b/geography/proj-swig/PLIST deleted file mode 100644 index 8fd0499737f..00000000000 --- a/geography/proj-swig/PLIST +++ /dev/null @@ -1,5 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2009/12/06 02:15:48 gdt Exp $ -lib/libguile_proj.la -${PYSITELIB}/_proj.so -${PYSITELIB}/proj.py -share/guile/site/proj.scm diff --git a/geography/proj-swig/distinfo b/geography/proj-swig/distinfo deleted file mode 100644 index 6b868be9838..00000000000 --- a/geography/proj-swig/distinfo +++ /dev/null @@ -1,8 +0,0 @@ -$NetBSD: distinfo,v 1.5 2015/11/03 00:08:44 agc Exp $ - -SHA1 (proj-swig-0.02.tar.gz) = 991bf5d2d4150c446a065f52cb257ba768a850f3 -RMD160 (proj-swig-0.02.tar.gz) = 071579a0573ec53377b20882f14faeba5d5e4a7c -SHA512 (proj-swig-0.02.tar.gz) = c02b8b16d636cf432d25f5bb0bd35d9899a8db54525bc6349a4e6b0d87b03624e7061345894d7cff530e16a15004e7ac09fcad19c7a2c62511bbf6549ba10c77 -Size (proj-swig-0.02.tar.gz) = 324428 bytes -SHA1 (patch-configure) = 06a516fd650feb882c8ea6ffc4fe47d492d34aff -SHA1 (patch-proj_i) = 83a18f6e7d22830c9d3fb4ed66718376f046ed51 diff --git a/geography/proj-swig/patches/patch-configure b/geography/proj-swig/patches/patch-configure deleted file mode 100644 index df12e392fbe..00000000000 --- a/geography/proj-swig/patches/patch-configure +++ /dev/null @@ -1,21 +0,0 @@ -$NetBSD: patch-configure,v 1.1 2014/09/23 19:39:17 joerg Exp $ - ---- configure.orig 2014-09-23 19:10:20.000000000 +0000 -+++ configure -@@ -19545,14 +19545,14 @@ EOD` - then - # use the official shared library - ac_python_library=`echo "$ac_python_library" | sed "s/^lib//"` -- PYTHON_LDFLAGS="-L$ac_python_libdir -l$ac_python_library" -+ PYTHON_LDFLAGS="-Wl,-rpath,$ac_python_libdir -L$ac_python_libdir -l$ac_python_library" - else - # old way: use libpython from python_configdir - ac_python_libdir=`$PYTHON -c \ - "from distutils.sysconfig import get_python_lib as f; \ - import os; \ - print (os.path.join(f(plat_specific=1, standard_lib=1), 'config'));"` -- PYTHON_LDFLAGS="-L$ac_python_libdir -lpython$ac_python_version" -+ PYTHON_LDFLAGS="-Wl,-rpath,$ac_python_libdir -L$ac_python_libdir -lpython$ac_python_version" - fi - - if test -z "PYTHON_LDFLAGS"; then diff --git a/geography/proj-swig/patches/patch-proj_i b/geography/proj-swig/patches/patch-proj_i deleted file mode 100644 index 666783f5769..00000000000 --- a/geography/proj-swig/patches/patch-proj_i +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-proj_i,v 1.1 2012/08/27 07:18:02 dholland Exp $ - -Adjust for new API of geography/proj. - ---- proj.i~ 2006-07-26 21:12:03.000000000 +0000 -+++ proj.i -@@ -1,7 +1,7 @@ - %module proj - - %{ --#include "projects.h" -+#include "proj_api.h" - %} - - %include "typemaps.i" |