aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-02-16 12:34:44 +0000
committerRene Ladan <rene@FreeBSD.org>2020-02-16 12:34:44 +0000
commitb78d5957b4b535bdd68c876dd8fe75364dabd750 (patch)
treef571aae161921e350dee282d37bd169f10a978a7 /math
parent97cd3e2a97f994da2dfd1b8f17dbf901f48650a8 (diff)
downloadports-b78d5957b4b535bdd68c876dd8fe75364dabd750.tar.gz
ports-b78d5957b4b535bdd68c876dd8fe75364dabd750.zip
Remove expired ports:
2020-02-16 archivers/rox-archive: Old, uses EOLed python27 2020-02-15 databases/ldb: Old version, uses EOLed python27 2020-02-15 databases/ldb12: Old version, uses EOLed python27 2020-02-15 databases/ldb13: Old version, uses EOLed python27 2020-02-15 databases/tdb1: Old version, uses EOLed python27 2020-02-16 deskutils/rox-memo: Old, uses EOLed python27 2020-02-16 devel/py-roxlib: Old, uses EOLed python27 2020-02-15 devel/talloc1: Old version, uses EOLed python27 2020-02-15 devel/tevent1: Old version, uses EOLed python27 2020-02-16 editors/rox-edit: Old, uses EOLed python27 2020-02-15 graphics/ocre: unfetchable, author not reachable, seems discontinued 2020-02-14 math/py-basemap: Deprecated upstream 2020-02-16 multimedia/rox-videothumbnail: Old, uses EOLed python27 2020-02-14 security/morphis: Fails to build with recent versions of python, upstream git repository is gone 2020-02-16 x11/rox-wallpaper: Old, uses EOLed python27 2020-02-16 x11-fm/rox-mime-editor: Old, uses EOLed python27 2020-02-16 x11-fm/rox-session: Old, uses EOLed python27
Notes
Notes: svn path=/head/; revision=526263
Diffstat (limited to 'math')
-rw-r--r--math/Makefile1
-rw-r--r--math/py-basemap/Makefile46
-rw-r--r--math/py-basemap/distinfo2
-rw-r--r--math/py-basemap/pkg-descr3
4 files changed, 0 insertions, 52 deletions
diff --git a/math/Makefile b/math/Makefile
index 623811913a91..b546812ada10 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -693,7 +693,6 @@
SUBDIR += py-apgl
SUBDIR += py-arviz
SUBDIR += py-autograd
- SUBDIR += py-basemap
SUBDIR += py-basemap-data
SUBDIR += py-bayesian-optimization
SUBDIR += py-bitmath
diff --git a/math/py-basemap/Makefile b/math/py-basemap/Makefile
deleted file mode 100644
index ae73067200e9..000000000000
--- a/math/py-basemap/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# Created by: mainland@apeiron.net
-# $FreeBSD$
-
-PORTNAME= basemap
-PORTVERSION= 1.0.7
-PORTREVISION= 4
-CATEGORIES= math python
-MASTER_SITES= SF/matplotlib/matplotlib-toolkits/${PORTNAME}-${PORTVERSION}
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= bofh@FreeBSD.org
-COMMENT= Plots data on map projections with boundaries
-
-LICENSE= GPLv2 LGPL21 MIT
-LICENSE_COMB= multi
-
-DEPRECATED= Deprecated upstream
-EXPIRATION_DATE= 2020-02-14
-
-BUILD_DEPENDS= ${PYNUMPY}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR}
-LIB_DEPENDS= libgeos.so:graphics/geos
-
-USES= python:2.7
-USE_PYTHON= autoplist distutils
-
-DATADIR= ${PREFIX}/share/py-${PORTNAME}-data
-EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
-
-MAKE_ENV= BASEMAP_DATA_PATH=${DATADIR}
-
-OPTIONS_DEFINE= EXAMPLES
-
-PORTEXAMPLES= *
-
-post-patch:
- @${GREP} -lR "share/basemap" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} \
- -e "s,share/basemap,share/py-basemap-data,g"
-
-post-install:
- @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
- cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}
- @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_geoslib.so
- @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/mpl_toolkits/basemap/_proj.so
-
-.include <bsd.port.mk>
diff --git a/math/py-basemap/distinfo b/math/py-basemap/distinfo
deleted file mode 100644
index 57a0667a6212..000000000000
--- a/math/py-basemap/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (basemap-1.0.7.tar.gz) = e07ec2e0d63b24c9aed25a09fe8aff2598f82a85da8db74190bac81cbf104531
-SIZE (basemap-1.0.7.tar.gz) = 129694711
diff --git a/math/py-basemap/pkg-descr b/math/py-basemap/pkg-descr
deleted file mode 100644
index 9b89f1476f8e..000000000000
--- a/math/py-basemap/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Plots data on map projections (with continental and political boundaries).
-
-WWW: http://matplotlib.sourceforge.net/matplotlib.toolkits.basemap.basemap.html