diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-03 06:31:16 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-03 06:31:16 +0000 |
commit | c30d5050d2a5867e608cd6a1a8efd6eff43f6e0b (patch) | |
tree | 4cffbb412ed2511d29a7823391b7ae8633eae061 /graphics/geos | |
parent | 4a0e773f1ba5046fe79f887adc1d7ce9b9a88ac3 (diff) | |
download | ports-c30d5050d2a5867e608cd6a1a8efd6eff43f6e0b.tar.gz ports-c30d5050d2a5867e608cd6a1a8efd6eff43f6e0b.zip |
Notes
Diffstat (limited to 'graphics/geos')
-rw-r--r-- | graphics/geos/Makefile | 25 | ||||
-rw-r--r-- | graphics/geos/distinfo | 1 | ||||
-rw-r--r-- | graphics/geos/pkg-descr | 10 | ||||
-rw-r--r-- | graphics/geos/pkg-plist | 27 |
4 files changed, 63 insertions, 0 deletions
diff --git a/graphics/geos/Makefile b/graphics/geos/Makefile new file mode 100644 index 000000000000..6123f663aae0 --- /dev/null +++ b/graphics/geos/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: geos +# Date created: 19 December 2003 +# Whom: Leonardo Martins <lmartins@nepe.eee.ufg.br> +# +# $FreeBSD$ +# + +PORTNAME= geos +PORTVERSION= 1.0 +CATEGORIES= graphics +MASTER_SITES= http://geos.refractions.net/ +DISTNAME= ${PORTNAME}-${PORTVERSION}.0 + +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 + +CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} + +INSTALLS_SHLIB= YES + +.include <bsd.port.mk> diff --git a/graphics/geos/distinfo b/graphics/geos/distinfo new file mode 100644 index 000000000000..07e4a0dfe399 --- /dev/null +++ b/graphics/geos/distinfo @@ -0,0 +1 @@ +MD5 (geos-1.0.0.tar.gz) = bc9fb46ceec47ef0bf7097c3a10096f9 diff --git a/graphics/geos/pkg-descr b/graphics/geos/pkg-descr new file mode 100644 index 000000000000..363846ff0d08 --- /dev/null +++ b/graphics/geos/pkg-descr @@ -0,0 +1,10 @@ +GEOS (Geometry Engine - Open Source) is a C++ port of the +Java Topology Suite (JTS). As such, it aims to contain the complete +functionality of JTS in C++. This includes all the OpenGIS "Simple +Features for SQL" spatial predicate functions and spatial operators, +as well as specific JTS topology functions such as IsValid(). + +WWW: http://geos.refractions.net + +- Leonardo Martins +lmartins@nepe.eee.ufg.br diff --git a/graphics/geos/pkg-plist b/graphics/geos/pkg-plist new file mode 100644 index 000000000000..2b30e23dd80d --- /dev/null +++ b/graphics/geos/pkg-plist @@ -0,0 +1,27 @@ +bin/geos-config +include/geos/bigtest.h +include/geos/geom.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/opBuffer.h +include/geos/opDistance.h +include/geos/opOverlay.h +include/geos/opRelate.h +include/geos/opValid.h +include/geos/operation.h +include/geos/platform.h +include/geos/spatialIndex.h +include/geos/unload.h +include/geos/util.h +lib/libgeos.a +lib/libgeos.la +lib/libgeos.so +lib/libgeos.so.1 +@dirrm include/geos |