diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-04-09 04:21:36 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-04-09 04:21:36 +0800 |
commit | 744e3eb9317653159049da67e4664b46e5a359f2 (patch) | |
tree | 7791cfdfb19c5789b4add47f814c761352f34713 /devel | |
parent | a40d348d2da298e912817ada4702572ce7b660ed (diff) | |
download | freebsd-ports-gnome-744e3eb9317653159049da67e4664b46e5a359f2.tar.gz freebsd-ports-gnome-744e3eb9317653159049da67e4664b46e5a359f2.tar.zst freebsd-ports-gnome-744e3eb9317653159049da67e4664b46e5a359f2.zip |
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).
Sponsored by: RideCharge Inc.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/rubygem-georuby/Makefile | 20 | ||||
-rw-r--r-- | devel/rubygem-georuby/distinfo | 3 | ||||
-rw-r--r-- | devel/rubygem-georuby/pkg-descr | 6 |
4 files changed, 30 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index da78f2aedd4d..a8fac089b44b 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2569,6 +2569,7 @@ SUBDIR += rubygem-fattr SUBDIR += rubygem-gdata SUBDIR += rubygem-gem_plugin + SUBDIR += rubygem-georuby SUBDIR += rubygem-git SUBDIR += rubygem-grit SUBDIR += rubygem-highline 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). |