summaryrefslogtreecommitdiff
path: root/geography/geos
diff options
context:
space:
mode:
authorgdt <gdt>2009-03-20 18:57:18 +0000
committergdt <gdt>2009-03-20 18:57:18 +0000
commit1e5847233e0f63b08e108a58553ab24d554cda0f (patch)
tree297208bec8389bb1a03da9d7ce6dae272e0b70ab /geography/geos
parent03abf09de51bf7378cf1bb2dfb98684c6cb3bb43 (diff)
downloadpkgsrc-1e5847233e0f63b08e108a58553ab24d554cda0f.tar.gz
Fix PLIST - problems pointed out by Hasso Tepper.
Diffstat (limited to 'geography/geos')
-rw-r--r--geography/geos/Makefile3
-rw-r--r--geography/geos/PLIST25
2 files changed, 26 insertions, 2 deletions
diff --git a/geography/geos/Makefile b/geography/geos/Makefile
index 9a908aeae98..5a86812b70e 100644
--- a/geography/geos/Makefile
+++ b/geography/geos/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2009/03/18 19:41:45 gdt Exp $
+# $NetBSD: Makefile,v 1.10 2009/03/20 18:57:18 gdt Exp $
#
DISTNAME= geos-3.1.0
+PKGREVISION= 1
CATEGORIES= geography
MASTER_SITES= http://download.osgeo.org/geos/
EXTRACT_SUFX= .tar.bz2
diff --git a/geography/geos/PLIST b/geography/geos/PLIST
index 7438b66d780..ef4c3fdee0c 100644
--- a/geography/geos/PLIST
+++ b/geography/geos/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2009/03/18 20:16:12 gdt Exp $
+@comment $NetBSD: PLIST,v 1.6 2009/03/20 18:57:18 gdt Exp $
bin/geos-config
include/geos.h
include/geos/algorithm/LineIntersector.h
@@ -41,7 +41,22 @@ include/geos/geom/Point.h
include/geos/geom/Polygon.h
include/geos/geom/PrecisionModel.h
include/geos/geom/PrecisionModel.inl
+include/geos/geom/prep/AbstractPreparedPolygonContains.h
+include/geos/geom/prep/BasicPreparedGeometry.h
+include/geos/geom/prep/PreparedGeometry.h
+include/geos/geom/prep/PreparedGeometryFactory.h
+include/geos/geom/prep/PreparedLineString.h
+include/geos/geom/prep/PreparedLineStringIntersects.h
+include/geos/geom/prep/PreparedPoint.h
+include/geos/geom/prep/PreparedPolygon.h
+include/geos/geom/prep/PreparedPolygonContains.h
+include/geos/geom/prep/PreparedPolygonContainsProperly.h
+include/geos/geom/prep/PreparedPolygonCovers.h
+include/geos/geom/prep/PreparedPolygonIntersects.h
+include/geos/geom/prep/PreparedPolygonPredicate.h
+include/geos/geom/util/ComponentCoordinateExtracter.h
include/geos/geom/util/CoordinateOperation.h
+include/geos/geom/util/GeometryCombiner.h
include/geos/geom/util/GeometryEditor.h
include/geos/geom/util/GeometryEditorOperation.h
include/geos/geom/util/GeometryTransformer.h
@@ -131,6 +146,7 @@ include/geos/operation/overlay/OverlayOp.h
include/geos/operation/polygonize/Polygonizer.h
include/geos/operation/relate/RelateComputer.h
include/geos/operation/relate/RelateOp.h
+include/geos/operation/union/CascadedPolygonUnion.h
include/geos/operation/valid/IsValidOp.h
include/geos/operation/valid/TopologyValidationError.h
include/geos/planargraph.h
@@ -141,6 +157,7 @@ include/geos/precision.h
include/geos/precision/CommonBitsOp.h
include/geos/precision/CommonBitsRemover.h
include/geos/precision/EnhancedPrecisionOp.h
+include/geos/precision/GeometrySnapper.h
include/geos/precision/SimpleGeometryPrecisionReducer.h
include/geos/simplify/DouglasPeuckerSimplifier.h
include/geos/simplify/TopologyPreservingSimplifier.h
@@ -161,6 +178,7 @@ lib/libgeos_c.la
@dirrm include/geos/precision
@dirrm include/geos/planargraph
@dirrm include/geos/operation/valid
+@dirrm include/geos/operation/union
@dirrm include/geos/operation/relate
@dirrm include/geos/operation/polygonize
@dirrm include/geos/operation/overlay
@@ -172,12 +190,17 @@ lib/libgeos_c.la
@dirrm include/geos/index/sweepline
@dirrm include/geos/index/strtree
@dirrm include/geos/index/quadtree
+@exec ${MKDIR} %D/include/geos/index/intervalrtree
+@dirrm include/geos/index/intervalrtree
@dirrm include/geos/index/chain
@dirrm include/geos/index/bintree
@dirrm include/geos/index
@dirrm include/geos/geomgraph/index
@dirrm include/geos/geomgraph
@dirrm include/geos/geom/util
+@dirrm include/geos/geom/prep
@dirrm include/geos/geom
+@exec ${MKDIR} %D/include/geos/algorithm/locate
+@dirrm include/geos/algorithm/locate
@dirrm include/geos/algorithm
@dirrm include/geos