summaryrefslogtreecommitdiff
path: root/geography
AgeCommit message (Collapse)AuthorFilesLines
2006-12-09PostGIS 1.2.0gdt3-8/+8
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-06Fix build on DragonFly.joerg2-1/+17
2006-11-30Remove stalled patches from previous update. (hi gdt)xtraeme4-165/+0
2006-11-10Update to 1.1.6.gdt3-20/+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-10bump required version (geos-config has a new option).gdt1-2/+2
No PKGREVISION++ (riding upgrade < 1 hour ago).
2006-11-10Update to 2.2.3. (Minor and irrelevant changes omitted.)gdt4-21/+25
Take maintainership. Changes in 2.2.3 - CAPI: multiple finishGEOS() calls made harmless. Changes in 2.2.2 - Added LinearRing::clone - Added GEOSArea(), GEOSLength(), GEOSEnvelope(), and GEOSGeomType() to C API - Cleanups in C-API - Support for gcc-4 - Fixed Polygon::equalsExact - Fixed bug in NULL-factory Geometry constructor - Cleanups in SWIG wrappers - New Ruby bindings - Enumerated SweepLineEvent's DELETE and INSERT labels renamed to DELETE_EVENT and INSERT_EVENT. - Fixed geos-config to use system-specific libs path - Accept correct WKT format for MultiPoints - SRID support in (E)WKB reader. Changes in 2.2.0 - Higher dimensions interface for CoordinateSequence - Added getCoordinatesRO for Point class - NEW WKB IO - NEW Simplified and stabler C API Changes in 2.1.4 - Severe BUGFIX in BufferSubgraphGT and other functions used as StrictWeakOrdering predicates for sort() Changes in 2.1.3 - XMLTester installed by default - New Node::isIncidentEdgeInResult() method Changes in 2.1.2 - Added multipolygon buffering test in source/test/testLeaksBig - Ported JTS robustness patch for RobustLineIntersector - Removed useless Coordinate copies in OverlayOp::mergeZ() - Avoided throws by IsValid on invalid input - Stricter C++ syntax (math.h=>cmath, ieeefp.h in "C" block, ostringstream instead of sprintf) - Better support for older compilers (Polygonizer::LineStringAdder friendship) - Removed useless Coordinate copies in CGAlgorithms::isOnLine() - Added support for polygonize and parametrized buffer tests in XMLTester - Fixed Z interpolation in LineIntersector - Made polygon::getBoundary() always OGC-valid (no LinearRings) - Input checking and promoting in GeometryFactory::createMultiLineString() - Segfault fix in GeometryEditor::editPolygon() Changes in 2.1.1 - Fixed uninitialized Coordinate in TopologyException - Added install of version.h, platform.h and timeval.h - Z interpolation in overlay operations Changes in 2.1.0 - Added Polygonizer and LineMerger classes. - python wrapper examples - Z support in overlay operations.
2006-10-29Update to 6.11.2:wiz3-39/+42
* Change 2006.881 as documented in Change table - return of four CRS records for Poland missing from v6.11 and v6.11.1.
2006-10-24Skip the portability check for one file that we don't use anyway.rillig1-1/+3
2006-10-22Fixed "test ==".rillig2-1/+24
2006-10-13Fixed "test ==".rillig2-7/+16
2006-10-12Update to 6.11.1 (old distfiles disappeared). Ok brook.wiz4-41/+42
Version 6.11.1 is the current release of the EPSG dataset, distributed in an MS Access 97 database and/or as SQL scripts. It incorporates data received and verified since the release of Version 6.11 in August 2006. pkgsrc fixes: SUBST_* improvements (was patching nonexistent file)
2006-10-04rename loader script to epsg-load, and install in ${PREFIX}/bingdt4-14/+11
PKGREVISION++
2006-10-03invoke help if called with no argumentsgdt1-1/+5
2006-10-03Packaging update from Brook Milligan:gdt5-34/+149
change DIST_SUBDIR to be based on date add helper script to load data into a database PKGREVISION++
2006-10-02update to 1.1.4gdt3-19/+15
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-09-20Use 'geos-config --libs' instead of --ldflags, to match usage of thegdt4-8/+17
version we have in pkgsrc. Fixes failure of library to find geos/proj prerequisites. PKGREVISION++
2006-09-20Add @LDFLAGS@ to tools/geos-config.in, so that 'geos-config --libs'gdt3-2/+17
prints -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lgeos instead of -L/usr/pkg/lib -lgeos
2006-09-14Put liblwgeom where postgis wants to put it.gdt2-6/+12
Attempt to work around lack of RPATH for liblwgeom.
2006-09-14add postgresql81-postgisgdt1-1/+2
2006-09-14PostGIS adds support for geographic objects to the PostgreSQLgdt4-0/+95
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-09Rename variable MAKEFILE to MAKE_FILE.obache1-2/+2
2006-09-06Fixed hard-coded paths.rillig1-4/+8
2006-09-06Fixed path to the Perl interpreter. Bumped PKGREVISION.rillig1-6/+5
2006-09-06Fixed pkglint warnings.rillig2-4/+5
2006-09-06Fixed path to the manual pages.rillig1-1/+2
2006-09-06Fixed pkglint warnings.rillig2-4/+4
2006-09-06Removed the unnecessary .gz extension from the manual pages.rillig1-16/+16
2006-08-31Update to 2.33.gdt3-7/+10
* Fri Jun 9 2006 Eric S. Raymond <esr@snark.thyrsus.com> - 2.33-1 - Fix bad unit conversion in V output. Clean up some man-page messes. Fixed buggy libgps parsing of multiple responses. It's now possible to lock gpsd to a fixed speed at compile time for embedded use. Added NTRIP support, thanks to Ville Nuorvala. O command now ships an explicit mode field. * Sun Mar 12 2006 Eric S. Raymond <esr@snark.thyrsus.com> - 2.32-1 - Cleanup of the xgps layout, and minor memory-leak fixes for xgps. Fix to cope with Antares uBlox by Andreas Stricker. Minor fix to libgps cgpxlogger. Merge cgpxlogger and gpxlogger documentation onto the xgps(1) manual page and rename it gps(1).
2006-08-28fix PLIST by adding PY_PATCHPLISTgdt1-2/+4
2006-08-27Fix "extra qualification 'FITRasterBand::' on member 'FITRasterBand'" errorkristerw2-1/+15
seen with gcc 4.
2006-08-24Fix build with gcc4. Patch provided by Brook Milliganwiz2-1/+107
in PR 34273.
2006-08-23Use separate SITES.* for the two pdfs, to speed up downloads.wiz1-3/+5
2006-08-23Fix spelling of the version variable.joerg1-2/+2
2006-08-22Include swig bl3; PKGREVISION++. Pointed out by joerg@gdt1-5/+5
2006-08-22Doesn't support Python < 2.3.joerg1-2/+3
2006-08-16add epsggdt1-1/+2
2006-08-16This package provides a database of geodetic parameters in a formgdt5-0/+138
suitable for loading into mysql or PostgreSQL. From Brook Milligan via pkgsrc-wip.
2006-08-10Correct dependency handling; from Brook Milligan in private mail.wiz1-1/+17
2006-07-26add proj-swiggdt1-1/+2
2006-07-26This package provides guile and python wrappers for PROJ, a coordinategdt4-0/+35
transformation library. The python support is not yet right, but it's broken in the upstream package. guile support works fine.
2006-07-26add py-projgdt1-1/+2
2006-07-26This package provides a Pyrex wrapper to provide python interfaces togdt4-0/+33
PROJ.4 (http://proj.maptools.org) functions for coordinate transformation. (PROJ is in misc/proj.)
2006-07-22Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,rillig1-3/+2
since they always need a C compiler, even when the source code is completely in C++. For some other packages, stated in the comment that a C compiler is really not needed.
2006-07-19Update garmin-utils to 2.4. The only changes relative to 2.2gson6-404/+6
are that all the pkgsrc patches have been integrated into the base distribution; there are no functional changes.
2006-07-11Pointer signedness fixes, to make it build with gcc 4.1.2 whichgson4-4/+366
otherwise fails as the Makefile specifies -Wall -Werror.
2006-07-11Update garmin-utils to 2.2. Changed since 2.1:gson4-16/+15
- Upload altitude in D108/D109 waypoints
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam3-6/+6
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam3-3/+6
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-06-11Add missing zlib dependency, noted in Linux bulk build.wiz1-1/+2
2006-05-28Uses Fortran.joerg1-2/+2