NOTICE: This package has been removed from pkgsrc

./databases/postgresql-postgis, Spatial database capabilities for PostgreSQL

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.5.3nb8, Package name: postgresql91-postgis-1.5.3nb8, Maintainer: gdt

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/PostgreSQL includes the following functionality:
* Simple Features as defined by the OpenGIS Consortium (OGC)
* Support for Well-Known Text and Well-Known Binary representations of GIS
objects
* Fast spatial indexing using GiST
* Geospatial analysis functions
* PostgreSQL JDBC extension objects corresponding to the geometries
* Support for OGC access functions as defined by the Simple Features
Specification

This is postgis 1.5, which is obsolete.


Required to run:
[textproc/libxml2] [geography/geos] [geography/proj] [databases/postgresql91-client] [databases/postgresql91-server]

Master sites:

SHA1: e8c572e0258ba760a67b7f717bdc8321b9f6cd58
RMD160: e30275890b175cbe1d70d5899cbe45ec34ddbafb
Filesize: 3691.363 KB

Version history: (Expand)


CVS history: (Expand)


   2016-03-14 00:25:21 by Greg Troxel | Files touched by this commit (10) | Package removed
Log message:
Remove postgresql-postgis

This package is well beyond obsolete, and is no longer maintained
upstream.  It only existed because postgis2 (now at 2.2, 2 major
releases later) was added instead of just updating this one.
   2015-11-03 02:56:36 by Alistair G. Crooks | Files touched by this commit (368)
Log message:
Add SHA512 digests for distfiles for databases category

Problems found with existing distfiles:
	distfiles/D6.data.ros.gz
	distfiles/cstore0.2.tar.gz
	distfiles/data4.tar.gz
	distfiles/sphinx-2.2.7-release.tar.gz
No changes made to the cstore or mariadb55-client distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2015-10-24 23:18:12 by Joerg Sonnenberger | Files touched by this commit (5)
Log message:
Drop EOLed PostgreSQL 8.4 and 9.0 from the supported list of PG
versions.
   2015-06-12 12:52:19 by Thomas Klausner | Files touched by this commit (3152)
Log message:
Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
   2015-03-14 19:44:08 by Greg Troxel | Files touched by this commit (6)
Log message:
bl3bump from geography/proj ABI change
   2014-08-07 00:57:55 by Greg Troxel | Files touched by this commit (1)
Log message:
Note that this is the old version.

(Currently, the new version is in wip, and that will be imported
within a few weeks.)
   2014-05-30 01:38:20 by Thomas Klausner | Files touched by this commit (3049)
Log message:
Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
   2014-03-13 12:08:54 by Jonathan Perkin | Files touched by this commit (67)
Log message:
Set USE_GCC_RUNTIME=yes for packages which build shared libraries but do
not use libtool to do so.  This is required to correctly depend upon a
gcc runtime package (e.g. gcc47-libs) when using USE_PKGSRC_GCC_RUNTIME.