Fri Mar 20 18:57:18 2009 UTC ()
Fix PLIST - problems pointed out by Hasso Tepper.


(gdt)
diff -r1.9 -r1.10 pkgsrc/geography/geos/Makefile
diff -r1.5 -r1.6 pkgsrc/geography/geos/PLIST

cvs diff -r1.9 -r1.10 pkgsrc/geography/geos/Makefile (expand / switch to unified diff)

--- pkgsrc/geography/geos/Makefile 2009/03/18 19:41:45 1.9
+++ pkgsrc/geography/geos/Makefile 2009/03/20 18:57:18 1.10
@@ -1,17 +1,18 @@ @@ -1,17 +1,18 @@
1# $NetBSD: Makefile,v 1.9 2009/03/18 19:41:45 gdt Exp $ 1# $NetBSD: Makefile,v 1.10 2009/03/20 18:57:18 gdt Exp $
2# 2#
3 3
4DISTNAME= geos-3.1.0 4DISTNAME= geos-3.1.0
 5PKGREVISION= 1
5CATEGORIES= geography 6CATEGORIES= geography
6MASTER_SITES= http://download.osgeo.org/geos/ 7MASTER_SITES= http://download.osgeo.org/geos/
7EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
8 9
9MAINTAINER= gdt@NetBSD.org 10MAINTAINER= gdt@NetBSD.org
10HOMEPAGE= http://geos.refractions.net/ 11HOMEPAGE= http://geos.refractions.net/
11COMMENT= C++ port of the Java Topology Suite (JTS) 12COMMENT= C++ port of the Java Topology Suite (JTS)
12 13
13PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
14 15
15USE_PKGLOCALEDIR= yes 16USE_PKGLOCALEDIR= yes
16USE_LIBTOOL= yes 17USE_LIBTOOL= yes
17GNU_CONFIGURE= yes 18GNU_CONFIGURE= yes

cvs diff -r1.5 -r1.6 pkgsrc/geography/geos/PLIST (expand / switch to unified diff)

--- pkgsrc/geography/geos/PLIST 2009/03/18 20:16:12 1.5
+++ pkgsrc/geography/geos/PLIST 2009/03/20 18:57:18 1.6
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.5 2009/03/18 20:16:12 gdt Exp $ 1@comment $NetBSD: PLIST,v 1.6 2009/03/20 18:57:18 gdt Exp $
2bin/geos-config 2bin/geos-config
3include/geos.h 3include/geos.h
4include/geos/algorithm/LineIntersector.h 4include/geos/algorithm/LineIntersector.h
5include/geos/algorithm/PointLocator.h 5include/geos/algorithm/PointLocator.h
6include/geos/geom.h 6include/geos/geom.h
7include/geos/geom/BinaryOp.h 7include/geos/geom/BinaryOp.h
8include/geos/geom/Coordinate.h 8include/geos/geom/Coordinate.h
9include/geos/geom/Coordinate.inl 9include/geos/geom/Coordinate.inl
10include/geos/geom/CoordinateArraySequence.h 10include/geos/geom/CoordinateArraySequence.h
11include/geos/geom/CoordinateArraySequenceFactory.h 11include/geos/geom/CoordinateArraySequenceFactory.h
12include/geos/geom/CoordinateArraySequenceFactory.inl 12include/geos/geom/CoordinateArraySequenceFactory.inl
13include/geos/geom/CoordinateFilter.h 13include/geos/geom/CoordinateFilter.h
14include/geos/geom/CoordinateList.h 14include/geos/geom/CoordinateList.h
@@ -31,27 +31,42 @@ include/geos/geom/LineSegment.h @@ -31,27 +31,42 @@ include/geos/geom/LineSegment.h
31include/geos/geom/LineSegment.inl 31include/geos/geom/LineSegment.inl
32include/geos/geom/LineString.h 32include/geos/geom/LineString.h
33include/geos/geom/LinearRing.h 33include/geos/geom/LinearRing.h
34include/geos/geom/Location.h 34include/geos/geom/Location.h
35include/geos/geom/MultiLineString.h 35include/geos/geom/MultiLineString.h
36include/geos/geom/MultiLineString.inl 36include/geos/geom/MultiLineString.inl
37include/geos/geom/MultiPoint.h 37include/geos/geom/MultiPoint.h
38include/geos/geom/MultiPolygon.h 38include/geos/geom/MultiPolygon.h
39include/geos/geom/MultiPolygon.inl 39include/geos/geom/MultiPolygon.inl
40include/geos/geom/Point.h 40include/geos/geom/Point.h
41include/geos/geom/Polygon.h 41include/geos/geom/Polygon.h
42include/geos/geom/PrecisionModel.h 42include/geos/geom/PrecisionModel.h
43include/geos/geom/PrecisionModel.inl 43include/geos/geom/PrecisionModel.inl
 44include/geos/geom/prep/AbstractPreparedPolygonContains.h
 45include/geos/geom/prep/BasicPreparedGeometry.h
 46include/geos/geom/prep/PreparedGeometry.h
 47include/geos/geom/prep/PreparedGeometryFactory.h
 48include/geos/geom/prep/PreparedLineString.h
 49include/geos/geom/prep/PreparedLineStringIntersects.h
 50include/geos/geom/prep/PreparedPoint.h
 51include/geos/geom/prep/PreparedPolygon.h
 52include/geos/geom/prep/PreparedPolygonContains.h
 53include/geos/geom/prep/PreparedPolygonContainsProperly.h
 54include/geos/geom/prep/PreparedPolygonCovers.h
 55include/geos/geom/prep/PreparedPolygonIntersects.h
 56include/geos/geom/prep/PreparedPolygonPredicate.h
 57include/geos/geom/util/ComponentCoordinateExtracter.h
44include/geos/geom/util/CoordinateOperation.h 58include/geos/geom/util/CoordinateOperation.h
 59include/geos/geom/util/GeometryCombiner.h
45include/geos/geom/util/GeometryEditor.h 60include/geos/geom/util/GeometryEditor.h
46include/geos/geom/util/GeometryEditorOperation.h 61include/geos/geom/util/GeometryEditorOperation.h
47include/geos/geom/util/GeometryTransformer.h 62include/geos/geom/util/GeometryTransformer.h
48include/geos/geom/util/LinearComponentExtracter.h 63include/geos/geom/util/LinearComponentExtracter.h
49include/geos/geom/util/PointExtracter.h 64include/geos/geom/util/PointExtracter.h
50include/geos/geom/util/PolygonExtracter.h 65include/geos/geom/util/PolygonExtracter.h
51include/geos/geom/util/ShortCircuitedGeometryVisitor.h 66include/geos/geom/util/ShortCircuitedGeometryVisitor.h
52include/geos/geomUtil.h 67include/geos/geomUtil.h
53include/geos/geomgraph.h 68include/geos/geomgraph.h
54include/geos/geomgraph/EdgeEnd.h 69include/geos/geomgraph/EdgeEnd.h
55include/geos/geomgraph/EdgeEndStar.h 70include/geos/geomgraph/EdgeEndStar.h
56include/geos/geomgraph/EdgeList.h 71include/geos/geomgraph/EdgeList.h
57include/geos/geomgraph/GeometryGraph.h 72include/geos/geomgraph/GeometryGraph.h
@@ -121,63 +136,71 @@ include/geos/opValid.h @@ -121,63 +136,71 @@ include/geos/opValid.h
121include/geos/operation.h 136include/geos/operation.h
122include/geos/operation/EndpointInfo.h 137include/geos/operation/EndpointInfo.h
123include/geos/operation/GeometryGraphOperation.h 138include/geos/operation/GeometryGraphOperation.h
124include/geos/operation/IsSimpleOp.h 139include/geos/operation/IsSimpleOp.h
125include/geos/operation/buffer/BufferOp.h 140include/geos/operation/buffer/BufferOp.h
126include/geos/operation/buffer/OffsetCurveBuilder.h 141include/geos/operation/buffer/OffsetCurveBuilder.h
127include/geos/operation/distance/DistanceOp.h 142include/geos/operation/distance/DistanceOp.h
128include/geos/operation/linemerge/LineMergeGraph.h 143include/geos/operation/linemerge/LineMergeGraph.h
129include/geos/operation/linemerge/LineMerger.h 144include/geos/operation/linemerge/LineMerger.h
130include/geos/operation/overlay/OverlayOp.h 145include/geos/operation/overlay/OverlayOp.h
131include/geos/operation/polygonize/Polygonizer.h 146include/geos/operation/polygonize/Polygonizer.h
132include/geos/operation/relate/RelateComputer.h 147include/geos/operation/relate/RelateComputer.h
133include/geos/operation/relate/RelateOp.h 148include/geos/operation/relate/RelateOp.h
 149include/geos/operation/union/CascadedPolygonUnion.h
134include/geos/operation/valid/IsValidOp.h 150include/geos/operation/valid/IsValidOp.h
135include/geos/operation/valid/TopologyValidationError.h 151include/geos/operation/valid/TopologyValidationError.h
136include/geos/planargraph.h 152include/geos/planargraph.h
137include/geos/planargraph/NodeMap.h 153include/geos/planargraph/NodeMap.h
138include/geos/planargraph/PlanarGraph.h 154include/geos/planargraph/PlanarGraph.h
139include/geos/platform.h 155include/geos/platform.h
140include/geos/precision.h 156include/geos/precision.h
141include/geos/precision/CommonBitsOp.h 157include/geos/precision/CommonBitsOp.h
142include/geos/precision/CommonBitsRemover.h 158include/geos/precision/CommonBitsRemover.h
143include/geos/precision/EnhancedPrecisionOp.h 159include/geos/precision/EnhancedPrecisionOp.h
 160include/geos/precision/GeometrySnapper.h
144include/geos/precision/SimpleGeometryPrecisionReducer.h 161include/geos/precision/SimpleGeometryPrecisionReducer.h
145include/geos/simplify/DouglasPeuckerSimplifier.h 162include/geos/simplify/DouglasPeuckerSimplifier.h
146include/geos/simplify/TopologyPreservingSimplifier.h 163include/geos/simplify/TopologyPreservingSimplifier.h
147include/geos/spatialIndex.h 164include/geos/spatialIndex.h
148include/geos/timeval.h 165include/geos/timeval.h
149include/geos/unload.h 166include/geos/unload.h
150include/geos/util.h 167include/geos/util.h
151include/geos/util/GEOSException.h 168include/geos/util/GEOSException.h
152include/geos/util/GeometricShapeFactory.h 169include/geos/util/GeometricShapeFactory.h
153include/geos/util/IllegalArgumentException.h 170include/geos/util/IllegalArgumentException.h
154include/geos/util/TopologyException.h 171include/geos/util/TopologyException.h
155include/geos/version.h 172include/geos/version.h
156include/geos_c.h 173include/geos_c.h
157lib/libgeos.la 174lib/libgeos.la
158lib/libgeos_c.la 175lib/libgeos_c.la
159@dirrm include/geos/util 176@dirrm include/geos/util
160@dirrm include/geos/simplify 177@dirrm include/geos/simplify
161@dirrm include/geos/precision 178@dirrm include/geos/precision
162@dirrm include/geos/planargraph 179@dirrm include/geos/planargraph
163@dirrm include/geos/operation/valid 180@dirrm include/geos/operation/valid
 181@dirrm include/geos/operation/union
164@dirrm include/geos/operation/relate 182@dirrm include/geos/operation/relate
165@dirrm include/geos/operation/polygonize 183@dirrm include/geos/operation/polygonize
166@dirrm include/geos/operation/overlay 184@dirrm include/geos/operation/overlay
167@dirrm include/geos/operation/linemerge 185@dirrm include/geos/operation/linemerge
168@dirrm include/geos/operation/distance 186@dirrm include/geos/operation/distance
169@dirrm include/geos/operation/buffer 187@dirrm include/geos/operation/buffer
170@dirrm include/geos/operation 188@dirrm include/geos/operation
171@dirrm include/geos/io 189@dirrm include/geos/io
172@dirrm include/geos/index/sweepline 190@dirrm include/geos/index/sweepline
173@dirrm include/geos/index/strtree 191@dirrm include/geos/index/strtree
174@dirrm include/geos/index/quadtree 192@dirrm include/geos/index/quadtree
 193@exec ${MKDIR} %D/include/geos/index/intervalrtree
 194@dirrm include/geos/index/intervalrtree
175@dirrm include/geos/index/chain 195@dirrm include/geos/index/chain
176@dirrm include/geos/index/bintree 196@dirrm include/geos/index/bintree
177@dirrm include/geos/index 197@dirrm include/geos/index
178@dirrm include/geos/geomgraph/index 198@dirrm include/geos/geomgraph/index
179@dirrm include/geos/geomgraph 199@dirrm include/geos/geomgraph
180@dirrm include/geos/geom/util 200@dirrm include/geos/geom/util
 201@dirrm include/geos/geom/prep
181@dirrm include/geos/geom 202@dirrm include/geos/geom
 203@exec ${MKDIR} %D/include/geos/algorithm/locate
 204@dirrm include/geos/algorithm/locate
182@dirrm include/geos/algorithm 205@dirrm include/geos/algorithm
183@dirrm include/geos 206@dirrm include/geos