diff options
author | ohauer <ohauer@FreeBSD.org> | 2013-02-20 04:35:39 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2013-02-20 04:35:39 +0800 |
commit | f25c47790090895e525f6fb83182f861cade2cd1 (patch) | |
tree | 3008cfc5833fec3a73976f635c00bc68af5d39a7 /databases/Makefile | |
parent | 9ffde0cc1914dc43ab4915f63a7bb015a7a50e4a (diff) | |
download | freebsd-ports-gnome-f25c47790090895e525f6fb83182f861cade2cd1.tar.gz freebsd-ports-gnome-f25c47790090895e525f6fb83182f861cade2cd1.tar.zst freebsd-ports-gnome-f25c47790090895e525f6fb83182f861cade2cd1.zip |
- new port postgis20
PostGIS adds support for geographic objects to the PostgreSQL object-relational
database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing
it to be used as a backend spatial database for geographic information systems
(GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS follows the
OpenGIS "Simple Features Specification for SQL" and has been certified as
compliant with the "Types and Functions" profile.
PostGIS development was started by Refractions Research as a project in open
source spatial database technology. PostGIS is released under the GNU General
Public License. PostGIS continues to be developed by a group of contributors led
by a Project Steering Committee and new features continue to be added.
WWW: http://www.postgis.org/
PR: 174620
Submitted by: Matthew Trisoline <matt.trisoline@intermedix.com>
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 2f9a5ad1c8f4..a482b2968d35 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -632,6 +632,7 @@ SUBDIR += phpmyadmin SUBDIR += phppgadmin SUBDIR += postgis + SUBDIR += postgis20 SUBDIR += postgis-jdbc SUBDIR += postgresql-jdbc SUBDIR += postgresql-libpgeasy |