aboutsummaryrefslogtreecommitdiff
path: root/science/rubygem-rgeo-shapefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-04-07 16:33:40 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-04-07 16:33:40 +0000
commit70b56fdc2c4c9705b9e01866970a646a522481c5 (patch)
treecc92647f0bb9d6428a499e09c0d1a0d270d2bfda /science/rubygem-rgeo-shapefile
parent8019a8186881474f0b4a475b73159bc7ebce74f9 (diff)
downloadports-70b56fdc2c4c9705b9e01866970a646a522481c5.tar.gz
ports-70b56fdc2c4c9705b9e01866970a646a522481c5.zip
Add rubygem-rgeo-shapefile 1.0.0
RGeo::Shapefile is an optional module for RGeo for reading geospatial data from ESRI shapefiles. WWW: https://github.com/rgeo/rgeo-shapefile
Notes
Notes: svn path=/head/; revision=466740
Diffstat (limited to 'science/rubygem-rgeo-shapefile')
-rw-r--r--science/rubygem-rgeo-shapefile/Makefile22
-rw-r--r--science/rubygem-rgeo-shapefile/distinfo3
-rw-r--r--science/rubygem-rgeo-shapefile/pkg-descr4
3 files changed, 29 insertions, 0 deletions
diff --git a/science/rubygem-rgeo-shapefile/Makefile b/science/rubygem-rgeo-shapefile/Makefile
new file mode 100644
index 000000000000..5440553ecd2c
--- /dev/null
+++ b/science/rubygem-rgeo-shapefile/Makefile
@@ -0,0 +1,22 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= rgeo-shapefile
+PORTVERSION= 1.0.0
+CATEGORIES= science rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= RGeo module for reading the ESRI shapefile format
+
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS= rubygem-dbf>=3.0:databases/rubygem-dbf \
+ rubygem-rgeo>=1.0:science/rubygem-rgeo
+
+NO_ARCH= yes
+USE_RUBY= yes
+USES= gem
+
+.include <bsd.port.mk>
diff --git a/science/rubygem-rgeo-shapefile/distinfo b/science/rubygem-rgeo-shapefile/distinfo
new file mode 100644
index 000000000000..33a30e66bd63
--- /dev/null
+++ b/science/rubygem-rgeo-shapefile/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1523033446
+SHA256 (rubygem/rgeo-shapefile-1.0.0.gem) = 26f94746b84310981bf17b06799d60932f44eb857d9a0dc99e70f2389e9a0d95
+SIZE (rubygem/rgeo-shapefile-1.0.0.gem) = 15360
diff --git a/science/rubygem-rgeo-shapefile/pkg-descr b/science/rubygem-rgeo-shapefile/pkg-descr
new file mode 100644
index 000000000000..7beb42c88912
--- /dev/null
+++ b/science/rubygem-rgeo-shapefile/pkg-descr
@@ -0,0 +1,4 @@
+RGeo::Shapefile is an optional module for RGeo for reading geospatial data from
+ESRI shapefiles.
+
+WWW: https://github.com/rgeo/rgeo-shapefile