FreshPorts -- The Place For Ports Thu, 21 Aug 2008 9:39 PM BST
FreshPorts is now runing off the BETA server. Enjoy for now.
Port details
geos 3.0.0 graphics on this many watch lists=6 search for ports that depend on this port
GEOS implements all the OpenGIS "Simple Features for SQL"
Maintained by: konstantin@saurbier.net search for ports maintained by this maintainer
Port Added: 03 Jan 2004 06:34:47
Also Listed In: geography


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
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/gmake, devel/libtool15

To install the port: cd /usr/ports/graphics/geos/ && make install clean
To add the package: pkg_add -r geos


Configuration Options
     No options to configure

Master Sites:
http://geos.refractions.net/downloads/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 19

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
21 Aug 2008 07:18:49
Original commit files touched by this commit  3.0.0
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
25 Jul 2008 15:34:52
Original commit files touched by this commit  3.0.0
pav search for other commits by this committer
- Remove USE_GCC where it can be satisfied with base compiler on following
  FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
17 Feb 2008 22:58:28
Original commit files touched by this commit  3.0.0
pav search for other commits by this committer
- Update to 3.0.0

PR:             ports/120496
Submitted by:   Konstantin Saurbier <saurbier@math.uni-bielefeld.de>
(maintainer)
22 Jul 2007 20:33:55
Original commit files touched by this commit  2.2.3
laszlof search for other commits by this committer
- Add ports to "geography" virtual category

Approved by:    Pav (wearing portmgr hat)
01 Feb 2007 02:42:06
Original commit files touched by this commit  2.2.3
kris search for other commits by this committer
Use libtool port instead of included version to avoid objformat a.out botch
28 Aug 2006 08:37:30
Original commit files touched by this commit  2.2.3
miwi search for other commits by this committer
- Update to 2.2.3

PR:             ports/102520
Submitted by:   Konstantin Saurbier <saurbier(at)math.uni-bielefeld.de>
(maintainer)
Approved by:    krion (mentor)
08 Jun 2006 14:46:30
Original commit files touched by this commit  2.2.2
miwi search for other commits by this committer
Update to 2.2.2

PR:             ports/98487
Submitted by:   miwi
Approved by:    krion (mentor), maintainer
12 Jan 2006 00:06:19
Original commit files touched by this commit  2.2.1
tdb search for other commits by this committer
- Update to 2.2.1
- Fixes build problems on 4.x

PR:             91677
Submitted by:   saurbier@math.uni-bielefeld.de (maintainer)
08 Dec 2005 23:30:03
Original commit files touched by this commit  2.2.0
lawrance search for other commits by this committer
Mark broken on 4.x: C++ code does not compile.

Reported by:    kris
Approved by:    Konstantin Saurbier <saurbier@math.uni-bielefeld.de>
(maintainer)
07 Dec 2005 00:20:30
Original commit files touched by this commit  2.2.0
lawrance search for other commits by this committer
- Update to 2.2.0.
- Submitter takes maintainership.

PR:             ports/90049
Submitted by:   Konstantin Saurbier <saurbier@math.uni-bielefeld.de>
23 Nov 2005 17:22:57
Original commit files touched by this commit  2.1.4
pav search for other commits by this committer
- Update to 2.1.4

PR:             ports/89459
Submitted by:   Konstantin Saurbier <saurbier@math.uni-bielefeld.de>
15 Nov 2005 06:52:12
Original commit files touched by this commit  2.0.1
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
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.
10 Oct 2005 05:40:24
Original commit files touched by this commit  2.0.1
linimon search for other commits by this committer
Reset bouncing maintainer addresses.

Hat:            portmgr
Source:         Edwin's updated distfile tracker
12 Apr 2005 04:26:57
Original commit files touched by this commit  2.0.1
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
11 Apr 2005 09:04:41
Original commit files touched by this commit  2.0.1
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
21 Nov 2004 15:46:13
Original commit files touched by this commit  2.0.1
pav search for other commits by this committer
- 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)
18 Mar 2004 20:59:15
Original commit files touched by this commit  1.0_1
trevor search for other commits by this committer
Add size data, approved by maintainers.
04 Feb 2004 05:21:48
Original commit files touched by this commit  1.0_1
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
03 Jan 2004 06:31:16
Original commit files touched by this commit  1.0
edwin search for other commits by this committer
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>

Number of commits found: 19

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
gnutlsAug 21
joomla15*Aug 20
bugzilla*Aug 19
bugzilla2*Aug 19
cdfAug 19
drupal5Aug 18
drupal6Aug 18
ruby18Aug 16
ruby18Aug 16
ruby18Aug 16
ruby18-nopthreadsAug 16
ruby18-nopthreadsAug 16
ruby18-nopthreadsAug 16
ruby19Aug 16
ruby19Aug 16

9 vulnerabilities affecting 11 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
Traffic

Calculated hourly:
Port count 19043
Broken 163
Deprecated 92
Ignore 431
Forbidden 6
Restricted 310
No CDROM 130
Vulnerable 50
Expired 16
Set to expire 71
Interactive 78
new 24 hours 3
new 48 hours8
new 7 days41
new fortnight150
new month242

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.853 seconds.