aboutsummaryrefslogtreecommitdiff
path: root/graphics/geos
Commit message (Collapse)AuthorAgeFilesLines
* Move devel/swig30 to devel/swig and update to 4.0.1Sunpoet Po-Chuan Hsieh2020-06-171-2/+2
| | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=539491
* Update to 3.8.1Sunpoet Po-Chuan Hsieh2020-03-283-5/+5
| | | | | | | | Changes: https://trac.osgeo.org/geos/browser/git/NEWS?rev=3.8 https://github.com/libgeos/geos/blob/3.8/NEWS Notes: svn path=/head/; revision=529343
* Update to 3.8.0Sunpoet Po-Chuan Hsieh2019-12-103-20/+46
| | | | | | | | | | 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 Notes: svn path=/head/; revision=519679
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=507372
* Update to 3.7.2Sunpoet Po-Chuan Hsieh2019-05-124-12/+12
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=501389
* Update to 3.7.1Sunpoet Po-Chuan Hsieh2019-02-043-9/+10
| | | | | | | | | | 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 Notes: svn path=/head/; revision=492094
* Update MASTER_SITES and WWWSunpoet Po-Chuan Hsieh2018-09-242-2/+2
| | | | Notes: svn path=/head/; revision=480567
* Remove PYTHON optionSunpoet Po-Chuan Hsieh2018-09-132-10/+2
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=479700
* Update to 3.6.3Sunpoet Po-Chuan Hsieh2018-08-123-5/+5
| | | | | | | | Changes: https://trac.osgeo.org/geos/browser/git/NEWS?rev=svn-3.6 https://github.com/libgeos/geos/blob/svn-3.6/NEWS Notes: svn path=/head/; revision=477007
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* Update to 3.6.2Sunpoet Po-Chuan Hsieh2017-07-263-6/+6
| | | | | | | Changes: https://trac.osgeo.org/geos/browser/git/NEWS Notes: svn path=/head/; revision=446677
* - Update to 3.6.1Sunpoet Po-Chuan Hsieh2016-12-263-6/+5
| | | | | | | Changes: https://trac.osgeo.org/geos/browser/tags/3.6.1/NEWS Notes: svn path=/head/; revision=429541
* Add missing headers to pkg-plistBaptiste Daroussin2016-12-042-0/+7
| | | | Notes: svn path=/head/; revision=427803
* Don't quote {} in find -exec calls.Mathieu Arnold2016-12-011-1/+1
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=427491
* - Update to 3.6.0Sunpoet Po-Chuan Hsieh2016-11-203-10/+6
| | | | | | | | | - Remove PHP option Changes: https://trac.osgeo.org/geos/browser/tags/3.6.0/NEWS Notes: svn path=/head/; revision=426645
* - Fix geos::geom::CoordinateArraySequenceFactory assertionSunpoet Po-Chuan Hsieh2016-11-191-0/+5
| | | | | | | | | | | - Convert to new test framework - Bump PORTREVISION for package change PR: 213173 Submitted by: Rainer Hurling <rhurlin@gwdg.de> Notes: svn path=/head/; revision=426351
* Convert USE_PHP*=yes into USES=php*Mathieu Arnold2016-06-281-1/+1
| | | | | | | | | | | PR: 210529 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6936 Notes: svn path=/head/; revision=417719
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Update BUILD_DEPENDS: remove redundant LOCALBASE/binSunpoet Po-Chuan Hsieh2015-11-041-3/+3
| | | | Notes: svn path=/head/; revision=400795
* - Update to 3.5.0Sunpoet Po-Chuan Hsieh2015-09-073-10/+13
| | | | | | | | | - Use newer SWIG Changes: http://trac.osgeo.org/geos/browser/tags/3.5.0/NEWS Notes: svn path=/head/; revision=396303
* - Add LICENSE_FILEDmitry Marakasov2015-04-062-1/+3
| | | | | | | | | | | - Add empty directory to plist PR: 198610 Submitted by: amdmi3 Approved by: maintaienr timeout Notes: svn path=/head/; revision=383397
* - Remove hard-coded -lstdc++Sunpoet Po-Chuan Hsieh2014-11-241-0/+3
| | | | | | | | PR: ports/195090 Submitted by: Martin Laflamm <martin@marketbridge.com> Notes: svn path=/head/; revision=373304
* Fix plistAntoine Brodin2014-10-061-1/+0
| | | | Notes: svn path=/head/; revision=370221
* - Remove OPTIONS_DEFAULTSunpoet Po-Chuan Hsieh2014-10-041-1/+0
| | | | Notes: svn path=/head/; revision=369984
* - Use INSTALL_TARGET=install-stripSunpoet Po-Chuan Hsieh2014-10-042-48/+3
| | | | Notes: svn path=/head/; revision=369972
* - Use USES=pythonSunpoet Po-Chuan Hsieh2014-08-151-1/+1
| | | | Notes: svn path=/head/; revision=364910
* - Fix PLISTSunpoet Po-Chuan Hsieh2014-07-251-1/+0
| | | | | | | Reported by: pi Notes: svn path=/head/; revision=362870
* - Add missing USE_LDCONFIGSunpoet Po-Chuan Hsieh2014-07-182-36/+24
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=362205
* - Update WWWSunpoet Po-Chuan Hsieh2014-06-162-2/+2
| | | | | | | - Take maintainership Notes: svn path=/head/; revision=358041
* graphics/geos: Fix PHP option, reset mainatainerJohn Marino2014-06-151-7/+7
| | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=357881
* - Stage supportMartin Wilke2014-02-051-2/+1
| | | | Notes: svn path=/head/; revision=342699
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* graphics/geos: update to 3.4.2William Grzybowski2013-09-113-4/+5
| | | | | | | | | | | - 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) Notes: svn path=/head/; revision=326985
* graphics/geos: update to 3.4.2William Grzybowski2013-09-113-41/+52
| | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=326981
* - Update to 3.3.8Beech Rintoul2013-03-173-4/+4
| | | | | | | | | PR: ports/176635 Submitted by: Rainer Hurling <rhurlin@gwdg.de> Approved by: Maintainer timeout Notes: svn path=/head/; revision=314479
* - Update to version 3.3.7 [1]Pawel Pekala2013-02-163-22/+16
| | | | | | | | | | | - Convert to OptionsNG PR: ports/175623 [1] Submitted by: Rainer Hurling <rhurlin@gwdg.de> Approved by: maintainer timeout Notes: svn path=/head/; revision=312389
* - Update to 3.3.3Wen Heping2012-05-073-4/+4
| | | | | | | | | PR: 166789 Submitted by: Wen Heping (myself) Approved by: maintainer(timeout, >20 days) Notes: svn path=/head/; revision=296123
* - Update to 3.3.1Wen Heping2011-12-223-21/+47
| | | | | | | | | | | - Add option for ruby and php PR: 161844 Submitted by: Bartoletti <coder@tuxfamily.org> Approved by: maintainer(timeout, >2 months) Notes: svn path=/head/; revision=287838
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* - Enable python bindings.Beech Rintoul2011-09-132-5/+29
| | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=281732
* - Fix lib so we don't break other portsBeech Rintoul2011-06-292-0/+5
| | | | | | | | | | - Bump PORTREVISION PR: ports/158263 Submitted by: Rainer Hurling <rhurlin@gwdg.de> Notes: svn path=/head/; revision=276675
* - Update to 3.3.0Beech Rintoul2011-06-283-37/+49
| | | | | | | | | PR: ports/158263 Submitted by: Rainer Hurling <rhurlin@gwdg.de> Approved by: Konstantin Saurbier <konstantin@saurbier.net> (maintainer) Notes: svn path=/head/; revision=276602
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - Update to 3.2.2Sunpoet Po-Chuan Hsieh2010-11-092-7/+6
| | | | | | | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=264313
* - Update to 3.2.0Wen Heping2009-12-203-8/+187
| | | | | | | | PR: ports/141656 Submitted by: Konstantin Saurbier <konstantin@saurbier.net> (maintainer) Notes: svn path=/head/; revision=246280
* - Update to 3.1.1Martin Wilke2009-08-143-5/+5
| | | | | | | | PR: 137343 Submitted by: Konstantin Saurbier <konstantin@saurbier.net> (maintainer) Notes: svn path=/head/; revision=239568
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -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 Notes: svn path=/head/; revision=238781
* - Update to 3.1.0Martin Wilke2009-04-114-22/+26
| | | | | | | | | PR: 133107 Submitted by: Wen Heping <wenheping@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=232060
* - Update to 3.0.3Pav Lucistnik2009-03-224-4/+20
| | | | | | | | | | - Install GeometrySnapper.h header PR: ports/131421 Submitted by: Konstantin Saurbier <konstantin@saurbier.net> (maintainer) Notes: svn path=/head/; revision=230693