mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
Remove expired port:
2016-05-31 graphics/ruby-gdal
This commit is contained in:
parent
35862d3bc3
commit
baa44991b2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=416220
1
MOVED
1
MOVED
@ -8333,3 +8333,4 @@ graphics/py-imaging|graphics/py-pillow|2016-05-28|Has expired: Unmaintained upst
|
||||
textproc/py-curator|textproc/py-elasticsearch-curator-py|2016-05-29|Follow existing Elasticsearch naming conventions
|
||||
databases/py-psycopg|databases/py-psycopg2|2016-05-29|Has expired: This port is obsoleted by databases/py-psycopg2.
|
||||
security/py-clamav|security/py-pyclamd|2016-05-30|Has expired: Not updated since 2008 by upstream and abandoned in favor of pyClamd (security/py-pyclamd)
|
||||
graphics/ruby-gdal||2016-05-31|Has expired: disabled by upstream (https://trac.osgeo.org/gdal/changeset/28756)
|
||||
|
@ -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
|
||||
|
@ -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>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (gdal-2.1.0.tar.xz) = 568b43441955b306364fcf97fb47d4c1512ac6f2f5f76b2ec39a890d2418ee03
|
||||
SIZE (gdal-2.1.0.tar.xz) = 7656496
|
@ -1,3 +0,0 @@
|
||||
This port is the Ruby binding for GDAL (Geospatial Data Abstraction Library).
|
||||
|
||||
WWW: http://www.gdal.org/
|
@ -1,4 +0,0 @@
|
||||
%%RUBY_SITEARCHLIBDIR%%/gdal/gdal.so
|
||||
%%RUBY_SITEARCHLIBDIR%%/gdal/gdalconst.so
|
||||
%%RUBY_SITEARCHLIBDIR%%/gdal/ogr.so
|
||||
%%RUBY_SITEARCHLIBDIR%%/gdal/osr.so
|
Loading…
Reference in New Issue
Block a user