Date: Fri, 19 Dec 2003 16:35:42 -0200 (BRST) From: Leonardo Martins <lmartins@nepe.eee.ufg.br> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/60405: New port: GEOS implements all OpenGIS "Simple Features for SQL" Message-ID: <200312191835.hBJIZgrM082948@mutley.odranoel.org> Resent-Message-ID: <200312191840.hBJIeGD7034116@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 60405 >Category: ports >Synopsis: New port: GEOS implements all OpenGIS "Simple Features for SQL" >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 19 10:40:15 PST 2003 >Closed-Date: >Last-Modified: >Originator: Leonardo Martins >Release: FreeBSD 5.1-RELEASE-p10 i386 >Organization: Escola de Engenharia Eletrica - UFG >Environment: System: FreeBSD mutley.odranoel.org 5.1-RELEASE-p10 FreeBSD 5.1-RELEASE-p10 #6: Sun Nov 2 10:35:28 BRST 2003 root@mutley.odranoel.org:/usr/obj/usr/src/sys/MUTLEY i386 >Description: 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. >How-To-Repeat: >Fix: --- geos.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # geos # geos/Makefile # geos/pkg-descr # geos/pkg-plist # geos/distinfo # echo c - geos mkdir -p geos > /dev/null 2>&1 echo x - geos/Makefile sed 's/^X//' >geos/Makefile << 'END-of-geos/Makefile' X# New ports collection makefile for: geos X# Date created: 19 December 2003 X# Whom: Leonardo Martins <lmartins@nepe.eee.ufg.br> X# X# $FreeBSD$ X# X XPORTNAME= geos XPORTVERSION= 1.0 XCATEGORIES= graphics XMASTER_SITES= http://geos.refractions.net/ X XDISTFILES= ${PORTNAME}-${PORTVERSION}.0${EXTRACT_SUFX} X XMAINTAINER= lmartins@nepe.eee.ufg.br XCOMMENT= GEOS implements all the OpenGIS "Simple Features for SQL" X XUSE_GMAKE= YES XGNU_CONFIGURE= YES X XCONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} X XINSTALLS_SHLIB= YES X X.include <bsd.port.mk> END-of-geos/Makefile echo x - geos/pkg-descr sed 's/^X//' >geos/pkg-descr << 'END-of-geos/pkg-descr' XGEOS (Geometry Engine - Open Source) is a C++ port of the XJava Topology Suite (JTS). As such, it aims to contain the complete Xfunctionality of JTS in C++. This includes all the OpenGIS "Simple XFeatures for SQL" spatial predicate functions and spatial operators, Xas well as specific JTS topology functions such as IsValid(). X XWWW: http://geos.refractions.net X X- Leonardo Martins Xlmartins@nepe.eee.ufg.br END-of-geos/pkg-descr echo x - geos/pkg-plist sed 's/^X//' >geos/pkg-plist << 'END-of-geos/pkg-plist' Xbin/geos-config Xinclude/geos/bigtest.h Xinclude/geos/geom.h Xinclude/geos/geosAlgorithm.h Xinclude/geos/graph.h Xinclude/geos/graphindex.h Xinclude/geos/indexBintree.h Xinclude/geos/indexChain.h Xinclude/geos/indexQuadtree.h Xinclude/geos/indexStrtree.h Xinclude/geos/indexSweepline.h Xinclude/geos/io.h Xinclude/geos/opBuffer.h Xinclude/geos/opDistance.h Xinclude/geos/opOverlay.h Xinclude/geos/opRelate.h Xinclude/geos/opValid.h Xinclude/geos/operation.h Xinclude/geos/platform.h Xinclude/geos/spatialIndex.h Xinclude/geos/unload.h Xinclude/geos/util.h Xlib/libgeos.a Xlib/libgeos.la Xlib/libgeos.so Xlib/libgeos.so.1 X@dirrm include/geos END-of-geos/pkg-plist echo x - geos/distinfo sed 's/^X//' >geos/distinfo << 'END-of-geos/distinfo' XMD5 (geos-1.0.0.tar.gz) = bc9fb46ceec47ef0bf7097c3a10096f9 END-of-geos/distinfo exit --- geos.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312191835.hBJIZgrM082948>