Subject: CVS commit: pkgsrc/geography/postgresql81-postgis
To: None <pkgsrc-changes@NetBSD.org>
From: Greg Troxel <gdt@netbsd.org>
List: pkgsrc-changes
Date: 08/22/2007 12:25:34
Module Name:	pkgsrc
Committed By:	gdt
Date:		Wed Aug 22 12:25:34 UTC 2007

Modified Files:
	pkgsrc/geography/postgresql81-postgis: Makefile PLIST distinfo
Removed Files:
	pkgsrc/geography/postgresql81-postgis/patches: patch-ab patch-ac
	    patch-ad patch-ae patch-af

Log Message:
Update to 1.3.1.

The template_gis implementation has a number of problems, including
only working on Debian GNU/Linux.  Upstream has removed it from the
default install, so this commit declines to put it back and removes
all the prefix/path fixes applied to it.

Add MAKE_JOBS_SAFE=no.

PostGIS 1.3.1
2007/08/13
        - Fixed documentation bugs and release number errors
          in previous cut

PostGIS 1.3.0
2007/08/09
        - Began migration of functions to the SQL-MM-centric naming convension
          using the spatial type (SP) prefix
        - Performance enhancements:
                - Created cached and indexed point-in-polygon short-circuits
                  for the functions ST_Contains, ST_Intersects, ST_Within
                  ST_Disjoint.
                - Added inline index support for relational functions
                  (except disjoint)
        - Added ST_Covers, ST_CoveredBy and ST_DWithin relational functions
        - Extended curved geometry support to geometry accessor functions and
          some geometry processing functions
        - JDBC: Added Hibernate Dialect from Norman Barker
        - Enhanced regression tests for curved geometries and kml functions


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 pkgsrc/geography/postgresql81-postgis/Makefile
cvs rdiff -r1.6 -r1.7 pkgsrc/geography/postgresql81-postgis/PLIST
cvs rdiff -r1.8 -r1.9 pkgsrc/geography/postgresql81-postgis/distinfo
cvs rdiff -r1.1 -r0 pkgsrc/geography/postgresql81-postgis/patches/patch-ab \
    pkgsrc/geography/postgresql81-postgis/patches/patch-ac \
    pkgsrc/geography/postgresql81-postgis/patches/patch-ad \
    pkgsrc/geography/postgresql81-postgis/patches/patch-ae \
    pkgsrc/geography/postgresql81-postgis/patches/patch-af

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.