diff options
author | pav <pav@FreeBSD.org> | 2004-11-21 15:46:13 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-11-21 15:46:13 +0000 |
commit | f2fc81bf079f9b1aaac0bb37a17760cdfe987633 (patch) | |
tree | fa1949d8d7a9c10bc505bf660a686c5603ef29be /graphics/geos | |
parent | 55cfd848abf5516e4b88d79fd35224e22390e645 (diff) | |
download | FreeBSD-ports-f2fc81bf079f9b1aaac0bb37a17760cdfe987633.zip FreeBSD-ports-f2fc81bf079f9b1aaac0bb37a17760cdfe987633.tar.gz |
- Update to 2.0.1
PR: ports/73614
Submitted by: Sam Lawrance <boris@brooknet.com.au>
Approved by: Leonardo Martins <lmartins@nepe.eee.ufg.br> (maintainer)
Diffstat (limited to 'graphics/geos')
-rw-r--r-- | graphics/geos/Makefile | 8 | ||||
-rw-r--r-- | graphics/geos/distinfo | 4 | ||||
-rw-r--r-- | graphics/geos/pkg-plist | 17 |
3 files changed, 18 insertions, 11 deletions
diff --git a/graphics/geos/Makefile b/graphics/geos/Makefile index b72842e..adc474d 100644 --- a/graphics/geos/Makefile +++ b/graphics/geos/Makefile @@ -6,18 +6,18 @@ # PORTNAME= geos -PORTVERSION= 1.0 -PORTREVISION= 1 +PORTVERSION= 2.0.1 CATEGORIES= graphics MASTER_SITES= http://geos.refractions.net/ -DISTNAME= ${PORTNAME}-${PORTVERSION}.0 +DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= lmartins@nepe.eee.ufg.br COMMENT= GEOS implements all the OpenGIS "Simple Features for SQL" WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_GMAKE= YES -GNU_CONFIGURE= YES +USE_LIBTOOL_VER=15 +USE_BZIP2= YES CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/graphics/geos/distinfo b/graphics/geos/distinfo index c42c12e..f1299b5 100644 --- a/graphics/geos/distinfo +++ b/graphics/geos/distinfo @@ -1,2 +1,2 @@ -MD5 (geos-1.0.0.tar.gz) = bc9fb46ceec47ef0bf7097c3a10096f9 -SIZE (geos-1.0.0.tar.gz) = 427970 +MD5 (geos-2.0.1.tar.bz2) = 847ce051190d1901b0c2a9f670c6b320 +SIZE (geos-2.0.1.tar.bz2) = 512701 diff --git a/graphics/geos/pkg-plist b/graphics/geos/pkg-plist index 2b30e23..017ccae 100644 --- a/graphics/geos/pkg-plist +++ b/graphics/geos/pkg-plist @@ -1,27 +1,34 @@ bin/geos-config -include/geos/bigtest.h +include/geos.h include/geos/geom.h +include/geos/geomUtil.h +include/geos/geomgraph.h +include/geos/geomgraphindex.h include/geos/geosAlgorithm.h -include/geos/graph.h -include/geos/graphindex.h include/geos/indexBintree.h include/geos/indexChain.h include/geos/indexQuadtree.h include/geos/indexStrtree.h include/geos/indexSweepline.h include/geos/io.h +include/geos/noding.h +include/geos/nodingSnapround.h include/geos/opBuffer.h include/geos/opDistance.h +include/geos/opLinemerge.h include/geos/opOverlay.h +include/geos/opPolygonize.h include/geos/opRelate.h include/geos/opValid.h include/geos/operation.h +include/geos/planargraph.h include/geos/platform.h +include/geos/precision.h include/geos/spatialIndex.h include/geos/unload.h include/geos/util.h +include/geos/version.h lib/libgeos.a -lib/libgeos.la lib/libgeos.so -lib/libgeos.so.1 +lib/libgeos.so.2 @dirrm include/geos |