Commit graph

113 commits

Author SHA1 Message Date
gdt
74d9d366ce rename loader script to epsg-load, and install in ${PREFIX}/bin
PKGREVISION++
2006-10-04 14:25:57 +00:00
gdt
754626c9aa invoke help if called with no arguments 2006-10-03 12:55:47 +00:00
gdt
1f2b627621 Packaging update from Brook Milligan:
change DIST_SUBDIR to be based on date
  add helper script to load data into a database

PKGREVISION++
2006-10-03 12:53:44 +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
9b356774ed Add @LDFLAGS@ to tools/geos-config.in, so that 'geos-config --libs'
prints

  -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lgeos

instead of

  -L/usr/pkg/lib -lgeos
2006-09-20 16:01:48 +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
ffeee65e6f add postgresql81-postgis 2006-09-14 17:04:07 +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
obache
e896edb7fe Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
rillig
353c4fb8ac Fixed hard-coded paths. 2006-09-06 10:16:25 +00:00
rillig
d66c772f6b Fixed path to the Perl interpreter. Bumped PKGREVISION. 2006-09-06 10:06:13 +00:00
rillig
0d4b1897a3 Fixed pkglint warnings. 2006-09-06 10:00:25 +00:00
rillig
6b09efaf11 Fixed path to the manual pages. 2006-09-06 09:59:24 +00:00
rillig
57ecd779f0 Fixed pkglint warnings. 2006-09-06 09:54:39 +00:00
rillig
50bdde5ccd Removed the unnecessary .gz extension from the manual pages. 2006-09-06 09:52:42 +00:00
gdt
05469e1426 Update to 2.33.
* 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-31 14:12:53 +00:00
gdt
90c21013c7 fix PLIST by adding PY_PATCHPLIST 2006-08-28 13:59:51 +00:00
kristerw
9cf221ccab Fix "extra qualification 'FITRasterBand::' on member 'FITRasterBand'" error
seen with gcc 4.
2006-08-27 18:28:37 +00:00
wiz
85ef505aa7 Fix build with gcc4. Patch provided by Brook Milligan
in PR 34273.
2006-08-24 18:30:24 +00:00
wiz
91e0d597d6 Use separate SITES.* for the two pdfs, to speed up downloads. 2006-08-23 18:29:53 +00:00
joerg
5eb31bc8b5 Fix spelling of the version variable. 2006-08-23 11:18:50 +00:00
gdt
018236bca5 Include swig bl3; PKGREVISION++. Pointed out by joerg@ 2006-08-22 19:37:40 +00:00
joerg
708fa55747 Doesn't support Python < 2.3. 2006-08-22 15:09:19 +00:00
gdt
b7801bf7f8 add epsg 2006-08-16 14:40:35 +00:00
gdt
e13f4e2173 This package provides a database of geodetic parameters in a form
suitable for loading into mysql or PostgreSQL.

From Brook Milligan via pkgsrc-wip.
2006-08-16 14:37:21 +00:00
wiz
e75acc804c Correct dependency handling; from Brook Milligan in private mail. 2006-08-10 00:38:25 +00:00
gdt
c73b19564c add proj-swig 2006-07-26 22:47:27 +00:00
gdt
0275752b57 This package provides guile and python wrappers for PROJ, a coordinate
transformation library.

The python support is not yet right, but it's broken in the upstream
package.  guile support works fine.
2006-07-26 22:46:31 +00:00
gdt
08902325e5 add py-proj 2006-07-26 20:15:05 +00:00
gdt
c18b17e94a This package provides a Pyrex wrapper to provide python interfaces to
PROJ.4 (http://proj.maptools.org) functions for coordinate transformation.
(PROJ is in misc/proj.)
2006-07-26 20:13:56 +00:00
rillig
144a1ee175 Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,
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-22 04:46:13 +00:00
gson
1968f112cd Update garmin-utils to 2.4. The only changes relative to 2.2
are that all the pkgsrc patches have been integrated into the
base distribution; there are no functional changes.
2006-07-19 16:07:29 +00:00
gson
829882d7e5 Pointer signedness fixes, to make it build with gcc 4.1.2 which
otherwise fails as the Makefile specifies -Wall -Werror.
2006-07-11 18:11:24 +00:00
gson
598937bdba Update garmin-utils to 2.2. Changed since 2.1:
- Upload altitude in D108/D109 waypoints
2006-07-11 17:33:27 +00:00
jlam
c16221a4db Change the format of BUILDLINK_ORDER to contain depth information as well,
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-08 23:10:35 +00:00
jlam
9430e49307 Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
2006-07-08 22:38:58 +00:00
wiz
32240f8027 Add missing zlib dependency, noted in Linux bulk build. 2006-06-11 20:42:49 +00:00
joerg
732ceb9d32 Uses Fortran. 2006-05-28 15:16:10 +00:00
wiz
7fe70dcf03 USE_LANGUAGES=c c++
XXX: does not build for me with:
main.c:57: error: `F77_FUNC' declared as function returning a function
2006-05-25 14:39:56 +00:00
joerg
e76b65638d Uses C++. 2006-05-15 22:44:28 +00:00
joerg
feab4477d0 Uses C++. 2006-05-12 06:45:01 +00:00
rillig
1cc16fede7 Fixed all pkglint warnings in the category, except for update requests. 2006-05-11 11:05:54 +00:00
rillig
f764b447a8 Removed absolute pathname from patch-aa. Bumped PKGREVISION. 2006-05-11 10:58:52 +00:00
joerg
a654ec43bc Uses C++. 2006-05-10 13:04:34 +00:00
simonb
2df535091b Update HOMEPAGE. 2006-05-07 06:15:14 +00:00
wiz
bdc3ced4c6 Fix path to itself. 2006-05-02 21:00:28 +00:00
wiz
d8e0ed584e Add and enable gdal-lib. 2006-05-02 20:37:09 +00:00
wiz
036d822dac Initial import of gdal-lib-1.3.1, packaged by David A Price,
Mahesh Chittur, and Brook Milligan in pkgsrc-wip.

GDAL is a translator library for raster geospatial data formats that
is released under an X/MIT style Open Source license. As a library, it
presents a single abstract data model to the calling application for
all supported formats.  The related OGR library (which lives within
the GDAL source tree) provides a similar capability for simple
features vector data. It includes roughly 60 format drivers. Current
translators include:
	* GeoTIFF 		(read/write)
	* Erdas Imagine		(read/write)
	* ESRI .BIL 		(read)
	* .aux labelled raw	(read/write)
	* DTED 			(read)
	* SDTS DEM 		(read)
	* CEOS 			(read)
	* JPEG 			(read/write)
	* PNG 			(read/write)
	* Geosoft GXF		(read)
	* Arc/Info Binary Grid 	(read)
A full list is available at
http://www.remotesensing.org/gdal/formats_list.html
2006-05-02 20:36:33 +00:00
joerg
816f7dde98 Fix pthread detection. Fix compilation on DragonFly. 2006-04-20 15:28:00 +00:00