- 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)
This commit is contained in:
parent
41f3bdc093
commit
0bba045213
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122075
3 changed files with 18 additions and 11 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue