diff options
author | rene <rene@FreeBSD.org> | 2016-06-01 05:36:54 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2016-06-01 05:36:54 +0800 |
commit | 71e7e66814a5839f162def7f6306a4e39d35c07b (patch) | |
tree | 66956ea58f05ca9866cc20e1768115c19041a669 /graphics | |
parent | 6492744e35179ac7f58cbe1878ea7d9a1db3b2f3 (diff) | |
download | freebsd-ports-gnome-71e7e66814a5839f162def7f6306a4e39d35c07b.tar.gz freebsd-ports-gnome-71e7e66814a5839f162def7f6306a4e39d35c07b.tar.zst freebsd-ports-gnome-71e7e66814a5839f162def7f6306a4e39d35c07b.zip |
Remove expired port:
2016-05-31 graphics/ruby-gdal
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/ruby-gdal/Makefile | 44 | ||||
-rw-r--r-- | graphics/ruby-gdal/distinfo | 2 | ||||
-rw-r--r-- | graphics/ruby-gdal/pkg-descr | 3 | ||||
-rw-r--r-- | graphics/ruby-gdal/pkg-plist | 4 |
5 files changed, 0 insertions, 54 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 400df96f570b..a29a00869d43 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -923,7 +923,6 @@ SUBDIR += rigsofrods-pagedgeometry SUBDIR += ristretto SUBDIR += ruby-gd - SUBDIR += ruby-gdal SUBDIR += ruby-image_size SUBDIR += ruby-imlib2 SUBDIR += ruby-svg diff --git a/graphics/ruby-gdal/Makefile b/graphics/ruby-gdal/Makefile deleted file mode 100644 index 4505f48cbb00..000000000000 --- a/graphics/ruby-gdal/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= gdal -PORTVERSION= 2.1.0 -CATEGORIES= graphics ruby -MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ - ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ - LOCAL/sunpoet -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Ruby binding for GDAL - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/../../LICENSE.TXT - -BUILD_DEPENDS= swig3.0:devel/swig30 -LIB_DEPENDS= libgdal.so:graphics/gdal - -EXPIRATION_DATE=2016-05-31 - -IGNORE= disabled by upstream (https://trac.osgeo.org/gdal/changeset/28756) - -MAKE_ARGS= USER_DEFS=-fPIC -MAKEFILE= GNUmakefile -USE_RUBY= yes -USES= gmake tar:xz - -WRKSRC_SUBDIR= swig/ruby - -post-patch: - @${REINPLACE_CMD} -e '/^SWIG = swig/ s|$$|3.0|' ${WRKSRC}/../SWIGmake.base - @${REINPLACE_CMD} -e 's|Config::CONFIG|Rb&|g' ${WRKSRC}/RubyMakefile.mk - -# include/cpl_config.h will only exist after graphics/gdal (build dependency) installed -pre-configure: - @${SED} -e '/^GDAL_ROOT/d' ${DATADIR}/GDALmake.opt > ${WRKSRC}/../../GDALmake.opt - @${CP} ${LOCALBASE}/include/cpl_config.h ${WRKSRC}/../../port/ - -post-install: - ${STRIP_CMD} ${STAGEDIR}${RUBY_SITELIBDIR}/${RUBY_ARCH}/gdal/*.so - -.include <bsd.port.mk> diff --git a/graphics/ruby-gdal/distinfo b/graphics/ruby-gdal/distinfo deleted file mode 100644 index fb8c4f5fb425..000000000000 --- a/graphics/ruby-gdal/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gdal-2.1.0.tar.xz) = 568b43441955b306364fcf97fb47d4c1512ac6f2f5f76b2ec39a890d2418ee03 -SIZE (gdal-2.1.0.tar.xz) = 7656496 diff --git a/graphics/ruby-gdal/pkg-descr b/graphics/ruby-gdal/pkg-descr deleted file mode 100644 index 480c04944d86..000000000000 --- a/graphics/ruby-gdal/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This port is the Ruby binding for GDAL (Geospatial Data Abstraction Library). - -WWW: http://www.gdal.org/ diff --git a/graphics/ruby-gdal/pkg-plist b/graphics/ruby-gdal/pkg-plist deleted file mode 100644 index 71419900d3ea..000000000000 --- a/graphics/ruby-gdal/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -%%RUBY_SITEARCHLIBDIR%%/gdal/gdal.so -%%RUBY_SITEARCHLIBDIR%%/gdal/gdalconst.so -%%RUBY_SITEARCHLIBDIR%%/gdal/ogr.so -%%RUBY_SITEARCHLIBDIR%%/gdal/osr.so |