Commit graph

21 commits

Author SHA1 Message Date
gdt
dc89b98e2a PostGIS 1.3.5
2008/12/15
        - A quick bug fix release, to remove crashes in cases of
          collecting LINESTRING (ST_Force_Collection(), ST_Multi())
          that had a large affect on Mapserver with LINE layers.
        - Enhancements and Bug Fixes
          - GBT#21: improve LRS fix to apply to more platforms
          - GBT#72: fix st_estimated_extent for better schema sensitivity
          - GBT#80: segfault on st_multi in MULTILINESTRING repaired
          - GBT#83: segfault on collecting LINESTRING repaired
2008-12-16 15:07:58 +00:00
gdt
9bd4faece1 Update to 1.3.4. patch-aa was applied upstream.
PostGIS 1.3.4
2008/11/24
        - New Features
          - Add new ST_AsGeoJSON() function to allow conversion of
            geometries to GeoJSON format within the database. (Olivier Courtin)
          - Add forthcoming PostgreSQL 8.4 support
            (Paul Ramsey, Mark Cave-Ayland)
          - Improved CSS for PostGIS documentation (Dane Springmeyer)
          - Inclusion of new "postgis_comments.sql" file to enable detailed
            function comments to be installed for PostGIS functions. This
            attaches a description and associated parameter information
            to each function so that this information is available directly
            within psql/pgAdmin (Regina Obe)
        - Enhancements and Bug Fixes
          - General documentation improvements (Regina Obe, Kevin Neufield)
          - Improve PiP code by removing substantial memory leaks and adding
            multi-polygon support (Paul Ramsey)
          - Improve GiST consistent performance (Paul Ramsey)
          - GBT#20: Improved algorithm for ST_DWithin (Paul Ramsey)
          - GBT#21: locate_along_measure: wrong values, invalid data
            (Mark Cave-Ayland)
          - GBT#23: wrong proj4text in spatial_ref_sys for SRID 31300 and 31370
            (Paul Ramsey)
          - GBT#43: Heap over-read in compute_geometry_stats() (Landon Fuller)
          - GBT#44: ST_Relate(geom,geom,pattern) is case sensitive (Paul Ramsey)
          - GBT#45: bug in postgis_restore.pl - not passing options to createdb
            (Paul Ramsey)
          - GBT#58: bounding box of circular string is incorrect (Mark Leslie)
          - GBT#65: ST_AsGML kills the backend when fed a CIRCULAR STRING
            (Mark Cave-Ayland)
          - GBT#66: ST_Dump kills backend when fed CIRCULAR STRING
            (Mark Cave-Ayland)
          - GBT#68: ST_Shift_Longitude doesn't work with MULTIPOINT
            (Mark Cave-Ayland)
          - GBT#69: ST_Translate crashes when fed circular string
            (Mark Cave-Ayland)
          - GBT#70: ST_NPoints Crashes with Curves (Mark Cave-Ayland)
2008-12-10 23:41:20 +00:00
gdt
87d911c8c8 Update to 1.3.3.
- shp2pgsql, pgsql2shp improvements
          - regression tests on Windows
          - OS/X 10.5 compatibility
          - DBF-only loading flag (-n)
          - fix to Date DBF output
        - ST_SimplifyPreserveTopology(geometry, float8)
          Allows simplification of polygons without creating
          invalid geometries.
        - Fix to |>> and <<| operators
        - Build system more sensitive to GEOS version number
        - KML support updates (from Eduin Carillo)
        - SVG support updates (from Marco Hugentobler)
2008-10-17 23:42:19 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
joerg
3d8ef5a52d Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.
2008-05-26 02:13:14 +00:00
gdt
fb7572dae3 revbump due to geography/geos shlib major bump 2008-02-16 01:29:00 +00:00
tnn
6538a067b9 PR 37952: Aleksey Cheusov: more missed tools in USE_TOOLS 2008-02-04 20:10:34 +00:00
tnn
ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00
gdt
10f5af22f0 Update to 1.3.2.
PostGIS 1.3.2
2007/12/01
        - Improvements in the TIGER geocoder
        - Fix to ST_EndPoint() crasher bug
        - Modified ST_AsGML() improving v2 and adding v3 support
        - Fix to ensure ST_Envelope() returns valid geometries
        - Change JDBC build to use Ant
        - Fix for better OS/X support
        - Fix to WKB parser to do simple validity checks
2008-01-03 13:41:28 +00:00
gdt
f44f3029fc 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
2007-08-22 12:25:32 +00:00
joerg
45efbe5997 Honour PKG_SYSCONFDIR and don't write unconditionally to /etc/default.
Bump revision.
2007-06-29 23:35:32 +00:00
wiz
51c8ea8d62 pkglint USE_LANGUAGES cleanup. Patch from Sergey Svishchev. 2007-02-22 19:30:02 +00:00
gdt
f9aca6c16e Update to 1.2.1
* Fix for bug in Within() caused by point-in-polygon performance
shortcut.
* Fix for bug in indexes with null on PostgreSQL 8.2.
* Fix for JTS handling of multi-dimensional data.
* Fix for GCJ Java support.
* Fix for JDBC compatibility in PostgreSQL 8.2.
* New AsKML() function.
* Better Transform() performance when no transform is actually required!
2007-01-12 18:11:49 +00:00
rillig
2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
2007-01-07 09:13:46 +00:00
gdt
3e55f13a8c PostGIS 1.2.0
2006/12/08
        - Added curved geometry type support for serialization/deserialization.
        - Added point-in-polygon shortcircuit to Contains and Within functions.
        - JDBC: Added awt.shape implementation for JTS geometries
        - EJB3: Fixed NullPointer bug, thanks to Norman Barker
2006-12-09 17:07:39 +00:00
joerg
e514cdcf5b Fix build on DragonFly. 2006-12-06 17:43:27 +00:00
gdt
deed3e795e Update to 1.1.6.
PostGIS 1.1.6
2006/11/02

	- fixed CAPI change that broke 64-bit platforms
	- use Z ordinate in reprojections
	- spatial_ref_sys.sql updated to EPSG 6.11.1
        - Simplified Version.config infrastructure to use a single
          pack of version variables for everything.
        - Include the Version.config in loader/dumper USAGE messages
        - Replace hand-made, fragile JDBC version parser with Properties
        - Fixed setSRID() bug in JDBC, thanks to Thomas Marti
        - loader/dumper: fixed regression tests and usage output

PostGIS 1.1.5
2006/10/13
	- Java:
	  - Removed obsolete synchronization from Jts code.
	  - fixed nullpointer Exception in Geometry.equals() method
          - Added EJB3Spatial.odt to fulfill the GPL requirement of
            distributing the "preferred form of modification"
	- Added -S option for non-multi geometries to shp2pgsql
	- Updated heavily outdated README files for shp2pgsql/pgsql2shp by
	  merging them with the manpages.
2006-11-10 21:19:43 +00:00
gdt
ac53d7a1ad update to 1.1.4
Installed docs changed a bit.

upstream changes:

        - Fixed support for PostgreSQL 8.2
        - Fixed bug in collect() function discarding SRID of input
        - Added SRID match check in MakeBox2d and MakeBox3d
        - Fixed regress tests to pass with GEOS-3.0.0
        - Improved pgsql2shp run concurrency.
        - [many java changes]
2006-10-02 13:47:19 +00:00
gdt
d8dbb92254 Use 'geos-config --libs' instead of --ldflags, to match usage of the
version we have in pkgsrc.  Fixes failure of library to find geos/proj
prerequisites.  PKGREVISION++
2006-09-20 16:24:46 +00:00
gdt
0eb0b6db3d Put liblwgeom where postgis wants to put it.
Attempt to work around lack of RPATH for liblwgeom.
2006-09-14 19:16:43 +00:00
gdt
8a15861104 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

Based on package in pkgsrc-wip by mchittur@cs.nmsu.edu.  Updated to
not require building in PG source dir now that postgresql81-client
installs the "server" include fies.
2006-09-14 17:02:40 +00:00