1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

New port: graphics/geos implements all OpenGIS "Simple Features for SQL"

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().

	More precisely, GEOS is a library containing functions which
	implement OpenGIS specifications concerning operations on
	geometric objects. Despite its categorization in the graphics
	subdirectory, it is more suitable in a "gis" category for
	Geographical Information Systems software. I would like to
	suggest the ports team to create such category because of
	the so many free software available on the internet. Please,
	look at www.freegis.org. I am working on porting several
	of them to make FreeBSD ready-for-GIS. Feel free to contact
	me for more information.

PR:		ports/60405
Submitted by:	Leonardo Martins <lmartins@nepe.eee.ufg.br>
This commit is contained in:
Edwin Groothuis 2004-01-03 06:31:16 +00:00
parent 4a0e773f1b
commit c30d5050d2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97169
5 changed files with 64 additions and 0 deletions

View File

@ -89,6 +89,7 @@
SUBDIR += gdtclft
SUBDIR += geist
SUBDIR += geomview
SUBDIR += geos
SUBDIR += gfont
SUBDIR += giblib
SUBDIR += gif2png

25
graphics/geos/Makefile Normal file
View File

@ -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>

1
graphics/geos/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (geos-1.0.0.tar.gz) = bc9fb46ceec47ef0bf7097c3a10096f9

10
graphics/geos/pkg-descr Normal file
View File

@ -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

27
graphics/geos/pkg-plist Normal file
View File

@ -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