summaryrefslogtreecommitdiff
path: root/graphics/geos (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Add ports to "geography" virtual categoryFrank J. Laszlo2007-07-221-1/+1
| | | | | | | Approved by: Pav (wearing portmgr hat) Notes: svn path=/head/; revision=196069
* Use libtool port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-011-0/+1
| | | | Notes: svn path=/head/; revision=183830
* - Update to 2.2.3Martin Wilke2006-08-282-5/+5
| | | | | | | | | PR: ports/102520 Submitted by: Konstantin Saurbier <saurbier(at)math.uni-bielefeld.de> (maintainer) Approved by: krion (mentor) Notes: svn path=/head/; revision=171509
* Update to 2.2.2Martin Wilke2006-06-083-5/+5
| | | | | | | | | PR: ports/98487 Submitted by: miwi Approved by: krion (mentor), maintainer Notes: svn path=/head/; revision=164827
* - Update to 2.2.1Tim Bishop2006-01-123-13/+10
| | | | | | | | | | - Fixes build problems on 4.x PR: 91677 Submitted by: saurbier@math.uni-bielefeld.de (maintainer) Notes: svn path=/head/; revision=153323
* Mark broken on 4.x: C++ code does not compile.Sam Lawrance2005-12-081-1/+7
| | | | | | | | Reported by: kris Approved by: Konstantin Saurbier <saurbier@math.uni-bielefeld.de> (maintainer) Notes: svn path=/head/; revision=150688
* - Update to 2.2.0.Sam Lawrance2005-12-073-6/+10
| | | | | | | | | | - Submitter takes maintainership. PR: ports/90049 Submitted by: Konstantin Saurbier <saurbier@math.uni-bielefeld.de> Notes: svn path=/head/; revision=150562
* - Update to 2.1.4Pav Lucistnik2005-11-233-4/+8
| | | | | | | | PR: ports/89459 Submitted by: Konstantin Saurbier <saurbier@math.uni-bielefeld.de> Notes: svn path=/head/; revision=149197
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Reset bouncing maintainer addresses.Mark Linimon2005-10-101-1/+1
| | | | | | | | Hat: portmgr Source: Edwin's updated distfile tracker Notes: svn path=/head/; revision=144759
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* - Update to 2.0.1Pav Lucistnik2004-11-213-11/+18
| | | | | | | | | PR: ports/73614 Submitted by: Sam Lawrance <boris@brooknet.com.au> Approved by: Leonardo Martins <lmartins@nepe.eee.ufg.br> (maintainer) Notes: svn path=/head/; revision=122075
* Add size data, approved by maintainers.Trevor Johnson2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104535
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* New port: graphics/geos implements all OpenGIS "Simple Features for SQL"Edwin Groothuis2004-01-034-0/+63
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> Notes: svn path=/head/; revision=97169