aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-georuby
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-04-08 20:21:36 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-04-08 20:21:36 +0000
commit468ac7320b45a2cde9d227f64e67e41ef043e4fd (patch)
tree533de499f28d1ad0ce1c84dfbf367e89915d6fcc /devel/rubygem-georuby
parentec4cfaddff56d7b7af542dc959d59b5f139b59ee (diff)
downloadports-468ac7320b45a2cde9d227f64e67e41ef043e4fd.tar.gz
ports-468ac7320b45a2cde9d227f64e67e41ef043e4fd.zip
Notes
Diffstat (limited to 'devel/rubygem-georuby')
-rw-r--r--devel/rubygem-georuby/Makefile20
-rw-r--r--devel/rubygem-georuby/distinfo3
-rw-r--r--devel/rubygem-georuby/pkg-descr6
3 files changed, 29 insertions, 0 deletions
diff --git a/devel/rubygem-georuby/Makefile b/devel/rubygem-georuby/Makefile
new file mode 100644
index 000000000000..4ddfab0b5bcb
--- /dev/null
+++ b/devel/rubygem-georuby/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: rubygem-georuby
+# Date created: 7 April 2009
+# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= GeoRuby
+PORTVERSION= 1.3.0
+CATEGORIES= devel rubygems
+MASTER_SITES= RF
+
+MAINTAINER= pgollucci@FreeBSD.org
+COMMENT= A holder for data returned from PostGIS and the Spatial Extensions of MySql
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-georuby/distinfo b/devel/rubygem-georuby/distinfo
new file mode 100644
index 000000000000..9312b09eebe4
--- /dev/null
+++ b/devel/rubygem-georuby/distinfo
@@ -0,0 +1,3 @@
+MD5 (rubygem/GeoRuby-1.3.0.gem) = 6e998acc21b3aa7245abe1df4cbd4f15
+SHA256 (rubygem/GeoRuby-1.3.0.gem) = a4f517bfc3ea67159d45ca6e6d3730dccaf66f6d3d3fadd0bda16e0a6f035dc1
+SIZE (rubygem/GeoRuby-1.3.0.gem) = 53248
diff --git a/devel/rubygem-georuby/pkg-descr b/devel/rubygem-georuby/pkg-descr
new file mode 100644
index 000000000000..b136021ade71
--- /dev/null
+++ b/devel/rubygem-georuby/pkg-descr
@@ -0,0 +1,6 @@
+It is intended as a holder for data returned from PostGIS and the Spatial
+Extensions of MySql. The data model roughly follows the OGC "Simple i
+Features for SQL" specification (see http://www.opengis.org/docs/99-049.pdf),
+although without any kind of advanced functionalities (such as geometric
+operators or reprojections). It also supports various output and
+input formats (GeoRSS, KML, Shapefile).