non port: graphics/geos/Makefile |
SVNWeb
|
Number of commits found: 79 |
Sun, 9 Jul 2023
|
[ 10:17 Po-Chuan Hsieh (sunpoet) ] 002cc38
graphics/geos: Update to 3.12.0
- Use USES=pathfix to fix .pc installation
Changes: https://github.com/libgeos/geos/releases
|
Wed, 5 Apr 2023
|
[ 17:29 Po-Chuan Hsieh (sunpoet) ] fe2fe90
graphics/geos: Update to 3.11.2
Changes: https://github.com/libgeos/geos/releases
|
Fri, 30 Dec 2022
|
[ 09:04 Po-Chuan Hsieh (sunpoet) ] 09634ab
graphics/geos: Update to 3.11.1
- Update WWW
Changes: https://github.com/libgeos/geos/releases
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 022e658 (Only the first 10 of 771 ports in this commit are shown above. )
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above )
|
Thu, 7 Jul 2022
|
[ 12:36 Po-Chuan Hsieh (sunpoet) ] 01972cf
graphics/geos: Update to 3.11.0
- Update MASTER_SITES:
- Add GitHub
- Remove my LOCAL
Changes: https://github.com/libgeos/geos/blob/main/NEWS.md
|
Thu, 9 Jun 2022
|
[ 10:57 Po-Chuan Hsieh (sunpoet) ] 5804603
graphics/geos: Update to 3.10.3
Changes: https://github.com/libgeos/geos/blob/main/NEWS.md
https://github.com/libgeos/geos/blob/3.10/NEWS
|
Wed, 30 Mar 2022
|
[ 22:02 Po-Chuan Hsieh (sunpoet) ] 88fbca6
graphics/geos: Update to 3.10.2
Changes: https://github.com/libgeos/geos/blob/main/NEWS.md
https://github.com/libgeos/geos/blob/3.10/NEWS
|
Mon, 28 Feb 2022
|
[ 12:46 Po-Chuan Hsieh (sunpoet) ] f0530a7
graphics/geos: Update to 3.9.2
Changes: https://github.com/libgeos/geos/blob/3.9/NEWS
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 17 Feb 2021
|
[ 18:01 sunpoet ]
Update to 3.9.1
Changes: https://git.osgeo.org/gitea/geos/geos/src/branch/3.9/NEWS
https://github.com/libgeos/geos/blob/3.9/NEWS
|
Tue, 26 Jan 2021
|
[ 14:01 sunpoet ]
Update to 3.9.0
Changes: https://trac.osgeo.org/geos/browser/git/NEWS?rev=3.9
https://github.com/libgeos/geos/blob/3.9/NEWS
PR: 252569
Exp-run by: antoine
|
Sat, 19 Dec 2020
|
[ 20:06 sunpoet ]
Convert REINPLACE_CMD to patch files
|
Sun, 13 Dec 2020
|
[ 14:41 sunpoet ]
Remove RUBY option
Ruby binding has been removed by upstream.
Use science/rubygem-rgeo instead.
|
Wed, 17 Jun 2020
|
[ 18:17 sunpoet ] (Only the first 10 of 84 ports in this commit are shown above. )
Move devel/swig30 to devel/swig and update to 4.0.1
- Do not silence installation message
- Update dependent ports:
- Fix build with swig 4.0.1
- Update *_DEPENDS
- Remove BINARY_ALIAS
Changes: http://www.swig.org/news.php
PR: 246613
Exp-run by: antoine
|
Sat, 28 Mar 2020
|
[ 12:45 sunpoet ]
Update to 3.8.1
Changes: https://trac.osgeo.org/geos/browser/git/NEWS?rev=3.8
https://github.com/libgeos/geos/blob/3.8/NEWS
|
Tue, 10 Dec 2019
|
[ 17:09 sunpoet ]
Update to 3.8.0
Changes: https://trac.osgeo.org/geos/browser/git/NEWS?rev=3.8
https://github.com/libgeos/geos/blob/3.8/NEWS
PR: 241376
Exp-run by: antoine
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Sun, 12 May 2019
|
[ 16:34 sunpoet ]
Update to 3.7.2
- Update COMMENT
- Update pkg-descr
- Update WWW
Changes: https://trac.osgeo.org/geos/browser/git/NEWS?rev=3.7
https://github.com/libgeos/geos/blob/3.7/NEWS
|
Mon, 4 Feb 2019
|
[ 00:16 sunpoet ]
Update to 3.7.1
Changes: https://trac.osgeo.org/geos/browser/git/NEWS?rev=3.7
https://github.com/libgeos/geos/blob/3.7/NEWS
PR: 235260
Exp-run by: antoine
|
Mon, 24 Sep 2018
|
[ 11:11 sunpoet ]
Update MASTER_SITES and WWW
|
Thu, 13 Sep 2018
|
[ 21:52 sunpoet ]
Remove PYTHON option
- Bump PORTREVISION for package change
The Python bindings are unsupported since GEOS 3.0. Recommended options are:
- Use devel/py-shapely instead.
- Call functions from libgeos_c via Python ctypes.
Reference: https://github.com/libgeos/geos/blob/master/swig/python/README.txt
|
Sun, 12 Aug 2018
|
[ 17:33 sunpoet ]
Update to 3.6.3
Changes: https://trac.osgeo.org/geos/browser/git/NEWS?rev=svn-3.6
https://github.com/libgeos/geos/blob/svn-3.6/NEWS
|
Thu, 30 Nov 2017
|
[ 15:50 mat ] (Only the first 10 of 2423 ports in this commit are shown above. )
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above )
|
Wed, 26 Jul 2017
|
[ 18:20 sunpoet ]
Update to 3.6.2
Changes: https://trac.osgeo.org/geos/browser/git/NEWS
|
Mon, 26 Dec 2016
|
[ 16:43 sunpoet ]
- Update to 3.6.1
Changes: https://trac.osgeo.org/geos/browser/tags/3.6.1/NEWS
|
Sun, 4 Dec 2016
|
[ 21:03 bapt ]
Add missing headers to pkg-plist
|
Thu, 1 Dec 2016
|
[ 11:18 mat ] (Only the first 10 of 56 ports in this commit are shown above. )
Don't quote {} in find -exec calls.
Braces are not shell metacharacters, and they do not need to be quoted.
By the time find parses its arguments and dicovers them, the quoting
will have been removed by the shell anyway.
Sponsored by: Absolight
|
Sun, 20 Nov 2016
|
[ 23:53 sunpoet ]
- Update to 3.6.0
- Remove PHP option
Changes: https://trac.osgeo.org/geos/browser/tags/3.6.0/NEWS
|
Sat, 19 Nov 2016
|
[ 08:02 sunpoet ]
- Fix geos::geom::CoordinateArraySequenceFactory assertion
- Convert to new test framework
- Bump PORTREVISION for package change
PR: 213173
Submitted by: Rainer Hurling <rhurlin@gwdg.de>
|
Tue, 28 Jun 2016
|
[ 14:00 mat ] (Only the first 10 of 246 ports in this commit are shown above. )
Convert USE_PHP*=yes into USES=php*
PR: 210529
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6936
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Wed, 4 Nov 2015
|
[ 20:14 sunpoet ]
- Update BUILD_DEPENDS: remove redundant LOCALBASE/bin
|
Mon, 7 Sep 2015
|
[ 17:51 sunpoet ]
- Update to 3.5.0
- Use newer SWIG
Changes: http://trac.osgeo.org/geos/browser/tags/3.5.0/NEWS
|
Mon, 6 Apr 2015
|
[ 00:08 amdmi3 ]
- Add LICENSE_FILE
- Add empty directory to plist
PR: 198610
Submitted by: amdmi3
Approved by: maintaienr timeout
|
Mon, 24 Nov 2014
|
[ 18:30 sunpoet ]
- Remove hard-coded -lstdc++
PR: ports/195090
Submitted by: Martin Laflamm <martin@marketbridge.com>
|
Sat, 4 Oct 2014
|
[ 17:31 sunpoet ]
- Remove OPTIONS_DEFAULT
|
[ 15:13 sunpoet ]
- Use INSTALL_TARGET=install-strip
|
Fri, 15 Aug 2014
|
[ 03:01 sunpoet ]
- Use USES=python
|
Fri, 18 Jul 2014
|
[ 13:07 sunpoet ] (Only the first 10 of 13 ports in this commit are shown above. )
- Add missing USE_LDCONFIG
- Use USES=libtool
- Fix USE_PYTHON
- Convert to new options helper
- Bump PORTREVISION for package change
- Do not hard-coded PORTVERSION in PLIST
- Bump PORTREVISION for graphics/geos shlib change
|
Mon, 16 Jun 2014
|
[ 20:50 sunpoet ]
- Update WWW
- Take maintainership
|
Sun, 15 Jun 2014
|
[ 13:38 marino ]
graphics/geos: Fix PHP option, reset mainatainer
The PHP option was hardcoded to lang/php5, but it reportedly works on other
versions of PHP. It also installs a PHP module, so it should have had a
run depends on PHP as well as a build depends (hence the revump)
Also:
* Remove USE_LDCONFIG, I don't see why it's here
* convert USE_BZIP2
* Reset maintainer due to history of timeouts and non-responsiveness to
this PR
* respect 80 columns
PR: 178431
Submitted by: mcdouga9 (egr.msu.edu)
Fixes by: marino
|
Wed, 5 Feb 2014
|
[ 13:45 miwi ] (Only the first 10 of 20 ports in this commit are shown above. )
- Stage support
|
Fri, 20 Sep 2013
|
[ 18:35 bapt ] (Only the first 10 of 1084 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
|
Wed, 11 Sep 2013
|
[ 15:09 wg ]
graphics/geos: update to 3.4.2
- Update to 3.4.2
- Do not bump dependent ports as 3.4.1 did a little while ago
PR: ports/181422
Submitted by: Rainer Hurling <rhurlin gwdg.de> (maintainer)
|
[ 13:58 wg ] (Only the first 10 of 15 ports in this commit are shown above. )
graphics/geos: update to 3.4.2
- Update to 3.4.2 [1]
- Bump PORTREVISION for dependent ports
- USES gmake
- Use options helpers
PR: ports/181422 [1]
Submitted by: Rainer Hurling <rhurlin gwdg.de> (maintainer)
|
Sun, 17 Mar 2013
|
[ 18:29 beech ]
- Update to 3.3.8
PR: ports/176635
Submitted by: Rainer Hurling <rhurlin@gwdg.de>
Approved by: Maintainer timeout
|
Sat, 16 Feb 2013
|
[ 22:43 pawel ]
- Update to version 3.3.7 [1]
- Convert to OptionsNG
PR: ports/175623 [1]
Submitted by: Rainer Hurling <rhurlin@gwdg.de>
Approved by: maintainer timeout
|
Mon, 7 May 2012
|
[ 07:08 wen ]
- Update to 3.3.3
PR: 166789
Submitted by: Wen Heping (myself)
Approved by: maintainer(timeout, >20 days)
|
Thu, 22 Dec 2011
|
[ 03:18 wen ]
- Update to 3.3.1
- Add option for ruby and php
PR: 161844
Submitted by: Bartoletti <coder@tuxfamily.org>
Approved by: maintainer(timeout, >2 months)
|
Tue, 13 Sep 2011
|
[ 16:51 beech ]
- Enable python bindings.
- Canonicalize case in Makefile.
- Add explicit GNU_CONFIGURE (though USE_AUTOTOOLS=libtool implies it, it's
unapparent and confusing).
- Sort plist.
- Bump portrevision.
PR: ports/160406
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
Approved by: Konstantin Saurbier <konstantin@saurbier.net> (maintainer)
|
Wed, 29 Jun 2011
|
[ 17:19 beech ]
- Fix lib so we don't break other ports
- Bump PORTREVISION
PR: ports/158263
Submitted by: Rainer Hurling <rhurlin@gwdg.de>
|
Tue, 28 Jun 2011
|
[ 19:16 beech ]
- Update to 3.3.0
PR: ports/158263
Submitted by: Rainer Hurling <rhurlin@gwdg.de>
Approved by: Konstantin Saurbier <konstantin@saurbier.net> (maintainer)
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Tue, 9 Nov 2010
|
[ 17:40 sunpoet ]
- Update to 3.2.2
- While I'm here, add LICENSE and remove DISTNAME assignment which is already
done by bsd.port.mk
Changes:
3.2.2:
- Bug fixes:
* CAPI: do not leak contexts when using the non-reentrant interface
3.2.1:
- Bug fixes:
* False positive return from IsValidOp (#333)
* Return up to 15 digits of precision from GEOSisValidReason_t (#329)
PR: ports/151875
Submitted by: Rainer Hurling <rhurlin@gwdg.de>
Approved by: Konstantin Saurbier <konstantin@saurbier.net> (maintainer)
|
Sun, 20 Dec 2009
|
[ 09:09 wen ]
- Update to 3.2.0
PR: ports/141656
Submitted by: Konstantin Saurbier <konstantin@saurbier.net> (maintainer)
|
Fri, 14 Aug 2009
|
[ 21:28 miwi ]
- Update to 3.1.1
PR: 137343
Submitted by: Konstantin Saurbier <konstantin@saurbier.net> (maintainer)
|
Sun, 2 Aug 2009
|
[ 19:36 mezz ] (Only the first 10 of 1514 ports in this commit are shown above. )
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
|
Sat, 11 Apr 2009
|
[ 08:12 miwi ]
- Update to 3.1.0
PR: 133107
Submitted by: Wen Heping <wenheping@gmail.com>
Approved by: maintainer
|
Sun, 22 Mar 2009
|
[ 19:39 pav ]
- Update to 3.0.3
- Install GeometrySnapper.h header
PR: ports/131421
Submitted by: Konstantin Saurbier <konstantin@saurbier.net> (maintainer)
|
Sun, 23 Nov 2008
|
[ 16:27 miwi ]
- Update to 3.0.2
PR: 128778
Submitted by: Wen Heping <wenheping@gmail.com>
Approved by: maintainer
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (Only the first 10 of 1030 ports in this commit are shown above. )
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 )
|
Fri, 25 Jul 2008
|
[ 14:34 pav ] (Only the first 10 of 213 ports in this commit are shown above. )
- 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
|
Sun, 17 Feb 2008
|
[ 22:58 pav ]
- Update to 3.0.0
PR: ports/120496
Submitted by: Konstantin Saurbier <saurbier@math.uni-bielefeld.de>
(maintainer)
|
Sun, 22 Jul 2007
|
[ 19:33 laszlof ] (Only the first 10 of 37 ports in this commit are shown above. )
- Add ports to "geography" virtual category
Approved by: Pav (wearing portmgr hat)
|
Thu, 1 Feb 2007
|
[ 02:42 kris ] (Only the first 10 of 348 ports in this commit are shown above. )
Use libtool port instead of included version to avoid objformat a.out botch
|
Mon, 28 Aug 2006
|
[ 07:37 miwi ]
- Update to 2.2.3
PR: ports/102520
Submitted by: Konstantin Saurbier <saurbier(at)math.uni-bielefeld.de>
(maintainer)
Approved by: krion (mentor)
|
Thu, 8 Jun 2006
|
[ 13:46 miwi ]
Update to 2.2.2
PR: ports/98487
Submitted by: miwi
Approved by: krion (mentor), maintainer
|
Thu, 12 Jan 2006
|
[ 00:06 tdb ]
- Update to 2.2.1
- Fixes build problems on 4.x
PR: 91677
Submitted by: saurbier@math.uni-bielefeld.de (maintainer)
|
Thu, 8 Dec 2005
|
[ 23:30 lawrance ]
Mark broken on 4.x: C++ code does not compile.
Reported by: kris
Approved by: Konstantin Saurbier <saurbier@math.uni-bielefeld.de>
(maintainer)
|
Wed, 7 Dec 2005
|
[ 00:20 lawrance ]
- Update to 2.2.0.
- Submitter takes maintainership.
PR: ports/90049
Submitted by: Konstantin Saurbier <saurbier@math.uni-bielefeld.de>
|
Wed, 23 Nov 2005
|
[ 17:22 pav ]
- Update to 2.1.4
PR: ports/89459
Submitted by: Konstantin Saurbier <saurbier@math.uni-bielefeld.de>
|
Tue, 15 Nov 2005
|
[ 06:52 ade ] (Only the first 10 of 1438 ports in this commit are shown above. )
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.
|
Mon, 10 Oct 2005
|
[ 04:40 linimon ] (Only the first 10 of 12 ports in this commit are shown above. )
Reset bouncing maintainer addresses.
Hat: portmgr
Source: Edwin's updated distfile tracker
|
Tue, 12 Apr 2005
|
[ 03:26 obrien ] (Only the first 10 of 773 ports in this commit are shown above. )
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
|
Mon, 11 Apr 2005
|
[ 08:04 obrien ] (Only the first 10 of 776 ports in this commit are shown above. )
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
Sun, 21 Nov 2004
|
[ 15:46 pav ]
- 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)
|
Wed, 4 Feb 2004
|
[ 05:21 marcus ] (Only the first 10 of 1588 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
|
Sat, 3 Jan 2004
|
[ 06:31 edwin ]
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: 79 |