summaryrefslogtreecommitdiff
path: root/geography
AgeCommit message (Collapse)AuthorFilesLines
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
2006-05-25USE_LANGUAGES=c c++wiz1-1/+2
XXX: does not build for me with: main.c:57: error: `F77_FUNC' declared as function returning a function
2006-05-15Uses C++.joerg1-1/+2
2006-05-12Uses C++.joerg1-1/+2
2006-05-11Fixed all pkglint warnings in the category, except for update requests.rillig7-17/+18
2006-05-11Removed absolute pathname from patch-aa. Bumped PKGREVISION.rillig3-5/+6
2006-05-10Uses C++.joerg1-1/+2
2006-05-07Update HOMEPAGE.simonb1-2/+2
2006-05-02Fix path to itself.wiz1-2/+2
2006-05-02Add and enable gdal-lib.wiz1-1/+2
2006-05-02Initial import of gdal-lib-1.3.1, packaged by David A Price,wiz7-0/+199
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-04-20Fix pthread detection. Fix compilation on DragonFly.joerg4-2/+49
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz2-4/+4
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam2-17/+17
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam1-2/+2
USE_TOOLS+=msgfmt.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig2-4/+4
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed2-4/+4
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-11Convert all packages using REPLACE_INTERPRETER to the new variable namesghen2-8/+8
without underscores (REPLACE.*.old, REPLACE.*.new, and REPLACE_FILES.*). Also convert REPLACE.*.new= ${SH:Q} back to ${SH}, as it should not be quoted here, if at all. Ok with rillig.