aboutsummaryrefslogtreecommitdiff
path: root/math/plplot
Commit message (Collapse)AuthorAgeFilesLines
* math/qhull: Renaming portsStephen Montgomery-Smith2022-02-181-2/+2
| | | | | | | qhull renamed to qhull7. qhull8 renamed to qhull. qhull7 marked deprecated. Dependencies updated.
* math/plplot: switch to Qhull8Thierry Thomas2022-02-1812-19/+372
| | | | | | | Patch borrowed from https://sourceforge.net/p/plplot/plplot/ci/52479b8830ee02900b41fe3ec947aed6b1841a48/ PR: 261280
* math/plplot: set WXGTK by default + other fixesThierry Thomas2021-06-031-6/+9
| | | | | | | | | | | - Enable the option WXGTK by default (used by science/gnudatalanguage); - fix the Fortran option. Note: the fix about shapelib has been committed previously. PR: 247181 Reported by: /me
* */*: Fix ENOTIME: return my ports to the poolBen Woods2021-05-221-1/+1
| | | | | Reset maintainership of my ports to ports@FreeBSD.org so others can step in to help where I haven't been able to find the time.
* devel/lasi: Update to 1.1.3Neel Chauhan2021-04-291-1/+1
| | | | Changes: https://sourceforge.net/p/lasi/news/2019/02/liblasi-113-has-been-released/
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* math/plplot: remove option for expired math/qhull5Rene Ladan2021-01-041-5/+1
| | | | Notes: svn path=/head/; revision=560313
* math/plplot: drop optional support for expired Python 2.7Rene Ladan2021-01-012-104/+2
| | | | | | | | | | The reverse dependencies of this port do not use it. PR: 249718 Submitted by: swills Notes: svn path=/head/; revision=559847
* Move devel/swig30 to devel/swig and update to 4.0.1Sunpoet Po-Chuan Hsieh2020-06-171-3/+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 libgd to 2.3.0Dirk Meyer2020-05-041-1/+1
| | | | | | | | | - new option RAQM - resurrect deprecated gdlib-config - bump dependend ports Notes: svn path=/head/; revision=533989
* USES=lua gained flavors.Mathieu Arnold2020-04-141-0/+2
| | | | | | | | | | | | | | | | | | Ports using USES=lua:module or lua:flavors will be flavored. A range of supported lua versions can be set using XX-YY (or XX-, or -YY, or simply ZZ) for ports not supporting all lua versions. USES=lua sets LUA_FLAVOR that needs to be used on all dependencies of flavored lua ports, in a similar way as PHP or Python flavors. PR: 245038 Submitted by: andrew tao11 riddles org uk Reviewed by: mat, kevans, russ haley gmail com Approved by: mat (portmgr) Differential Revision: https://reviews.freebsd.org/D16494 Notes: svn path=/head/; revision=531700
* Add LOCALBASE/share/man to the valid path for manpagesBaptiste Daroussin2020-01-151-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Also compress manpages in this location. As a followup of a discussion which occured in 2017: https://lists.freebsd.org/pipermail/freebsd-arch/2017-March/018115.html And following: https://svnweb.freebsd.org/base?view=revision&revision=315053 and https://svnweb.freebsd.org/base?view=revision&revision=315142 All the supported FreeBSD version now supports share/man in manpath for LOCALBASE As a result the ports tree can now accept it for manpage, but more over migrate to this new path. Resulting in more consistency now the manpages in base and ports would be in the relative path (under share/) and a reduced amount of patching needed to port something to FreeBSD Note1: this has already be done for GNU info pages earlier Note2: due to the fact that for end user no functionnality will change during the migration of the manpages to the new location and to avoid massive rebuild of packages, it has been decided to not bump portrevision when migrating. Reviewed by: mat (portmgr) Differential Revision: https://reviews.freebsd.org/D23166 Notes: svn path=/head/; revision=523104
* math/plplot: Update to 5.15.0Ben Woods2019-10-268-219/+245
| | | | | | | | | | | | | Changes this release: https://sourceforge.net/p/plplot/news/2019/06/plplot-5150-has-been-released/ https://sourceforge.net/p/plplot/news/2018/12/plplot-5140-has-been-released/ https://sourceforge.net/p/plplot/news/2017/08/plplot-5130-has-been-released/ PR: 236577 Submitted by: yuri (partially) Notes: svn path=/head/; revision=515674
* math/plplot: Drop nop and misspelled post-patch-QHULL2015 targetTobias Kortkamp2019-09-191-4/+0
| | | | | | | | | | It should have been post-patch-QHULL2015-on and was broken in r433415 during conversion to options helpers. However the patch does not do anything useful anymore. Finding the right qhull headers is already handled automatically by cmake via HAS_LIBQHULL_INCLUDE. Notes: svn path=/head/; revision=512306
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+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
* Related to revision 499061 bump ports with USES=fortran to have themGerald Pfeifer2019-04-221-1/+1
| | | | | | | | | | benefit from the improved situation where libgcc_s is only used when absolutely necessary. Suggested by: tijl Notes: svn path=/head/; revision=499638
* math/plplot: remove QT4 option (Qt4 deprecation)Tobias C. Berner2019-03-162-25/+3
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=495905
* - Update math/qhull to 7.2.1.Stephen Montgomery-Smith2019-03-021-1/+1
| | | | | | | | | | - Bump portrevision of dependent port math/plplot, PR: 236142 Submitted by: Yuri Victorovich <yuri@freebsd.org> Notes: svn path=/head/; revision=494452
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine Notes: svn path=/head/; revision=488341
* This port needs USES=compiler:c11 to build on GCC-based architectures.Mark Linimon2018-12-201-1/+2
| | | | | | | | | | | While here, add USES=gnome and pet portlint. PR: 233920 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=487839
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. 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, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Mark QT4 ports/functionality for removal on 2019-03-15Rene Ladan2018-12-021-0/+7
| | | | | | | | | | | | | | While here, chase some KDE4 ports and functionality, these are scheduled for removal on 2018-12-31. Change the default option/flavor to QT5 where applicable or use alternative toolkits like GTK. Submitted by: tcberner Reviewed by: adridg, jhale, rene, tcberner Approved by: portmgr (implicit, flavor hook) Differential Revision: https://reviews.freebsd.org/D17741 Notes: svn path=/head/; revision=486467
* math/plplot: prepare for cmake-3.13Tobias C. Berner2018-11-251-0/+19
| | | | | | | | PR: 233411 Reported by: antoine Notes: svn path=/head/; revision=485857
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-1/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mkTobias C. Berner2018-06-281-1/+2
| | | | | | | | | | | | | | | | | | From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540 Notes: svn path=/head/; revision=473503
* Use swig 3.0Baptiste Daroussin2017-12-201-1/+2
| | | | Notes: svn path=/head/; revision=456832
* Cleanup LIB_DEPENDS on libpngAntoine Brodin2017-12-011-1/+1
| | | | Notes: svn path=/head/; revision=455251
* 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
* Those non default PYTHON options do not build/stage/package, mark themMathieu Arnold2017-11-061-0/+1
| | | | | | | | | BROKEN. Sponsored by: Absolight Notes: svn path=/head/; revision=453628
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. 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, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-0/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* math/plplot: Update to 5.12.0Ben Woods2017-02-055-231/+71
| | | | | | | | Changes this release: https://sourceforge.net/p/plplot/news/2017/01/plplot-5120-has-been-released/ Notes: svn path=/head/; revision=433415
* Those ports build fine with bsd makeAntoine Brodin2016-12-111-1/+1
| | | | Notes: svn path=/head/; revision=428340
* - Belated portrevision bump, which got lost because of a collision betweenStephen Montgomery-Smith2016-12-091-1/+1
| | | | | | | r428057 and r428116. Notes: svn path=/head/; revision=428206
* Update devel/cmake* to 3.7.1 [1]Tobias C. Berner2016-12-091-0/+119
| | | | | | | | | | | | | | | | | | Due to an upstream commit [2] we need now to pass CMAKE_INSTALL_MANDIR:PATH="share/man" in the devel/llvm-* ports, and fix the plist of net/remmina. Further add an upstream patch to math/plplot to fix the build with 3.7.1. [1] https://cmake.org/cmake/help/v3.7/release/3.7.html [2] https://github.com/kitware/cmake/commit/956054 PR: 214975 Approved by: rakuco (mentor) Exp-run by: antoine Notes: svn path=/head/; revision=428179
* qhull:Stephen Montgomery-Smith2016-12-081-8/+8
| | | | | | | | | | | | | | - Update to 2015.2. - Install docs in DOCSDIR. - Add a workaround patch for 9.x base compiler. plplot: - Accomodate changes to qhull, including port revision bump. PR: ports/215078 Submitted by: John Hein <z7dr6ut7gs@snkmail.com> Notes: svn path=/head/; revision=428116
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-12-071-1/+1
| | | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms), part II. The first part covered ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler. This adds ports with USES=fortran and ports using Mk/bsd.octave.mk which in turn has USES=fortran. PR: 214965 Reported by: thierry Notes: svn path=/head/; revision=428057
* - update libgd to 2.2.2Dirk Meyer2016-07-201-1/+1
| | | | | | | | | | | | | | - new MASTER_SITES - add security patch PR: 210913 Submitted by: Piotr Kubaj MFH: 2016Q3 Security: CVE-2015-8874 Security: CVE-2016-3074 Security: http://www.openwall.com/lists/oss-security/2016/07/12/4 Notes: svn path=/head/; revision=418829
* Add a patch (sent upstream) to make configuration work with CMake 3.6.0.Raphael Kubo da Costa2016-07-161-0/+18
| | | | | | | PR: 210988 Notes: svn path=/head/; revision=418628
* Update the maintainer email address for the ports IBen Woods2016-05-091-1/+1
| | | | | | | | | | maintain to woodsb02@FreeBSD.org Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D6278 Notes: svn path=/head/; revision=414892
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-14/+14
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Make print/ghostscript9-agpl-base the default Ghostscript port. UpstreamTijl Coosemans2016-03-241-1/+1
| | | | | | | | | | | | | | | | | | | changed the license to the AGPL 3 in version 9.07 so print/ghostscript9-base is stuck at 9.06 which is almost 4 years old now. Fix the logic in Uses/ghostscript.mk so "agpl" is treated as a real version on its own instead of as a variant of other versions. Fix print/ghostscript9-agpl-base to install eps2write. Update math/asymptote to 2.37 to support newer Ghostscript. PR: 208159 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=411798
* - math/plplot depends on the legacy math/qhull5, and since this portThierry Thomas2016-01-242-11/+26
| | | | | | | | | | | | | | conflicts with the new one, it was impossible to install together math/plplot and math/qhull; - fix PKG_CONFIG_DIR. PR: ports/205937 Submitted by: /me Approved by: maintainer Notes: svn path=/head/; revision=407126
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* math/plpot(-ada): Fix shared library version for port optionsJohn Marino2015-10-132-4/+5
| | | | | | | | PR: 203730 Submitted by: Ben Woods (plplot maintainer) Notes: svn path=/head/; revision=399182
* math/plpot(-ada): Upgrade version 5.11.0 => 5.11.1John Marino2015-10-135-42/+11
| | | | | | | | PR: 203730 Submitted by: Ben Woods (plplot maintainer) Notes: svn path=/head/; revision=399177
* - Split ghostscript into X11-independent and -dependent parts:Hiroki Sato2015-08-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * print/ghostscript{7,8,9,9-agpl}-base Installs Ghostscript binary, libgs, and related files. These ports do not depend on X11 libraries (i.e. x11* devices are not available). USES=ghostscript will set dependency on one of them depending on GHOSTSCRIPT_DEFAULT. The default device is set to "display" or "bbox". * print/ghostscript{7,8,9,9-agpl}-x11 Installs a shared library which provides X11 support to the installed Ghostscript binaries. x11* devices will be enabled when the library is available. This depends on *-base (RUN_DEPENDS). USES=ghostscript:x11 will set dependency on one of them. - Fix integer overflow reported as CVE-2015-3228. - Update Uses/ghostscript.mk: * Add x11 keyword. nox11 keyword is now obsolete. * Use packagename in *_DEPENDS line to prevent relationship between -base and -x11 packages from being broken. - Fix x11/nox11 keyword and bump PORTREVISION in ports using USES=ghostscript to update dependency of pre-compiled packages. Notes: svn path=/head/; revision=395047
* Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.Koop Mast2015-07-161-2/+1
| | | | | | | | | | | | | Add GHOSTSCRIPT_DEFAULT to bsd.default-versions.mk for easy version selection. Arguments supported: <empty>, build, run, nox11 and agpl PR: 201201 (exp-run) Approved by: portmgr (mat@) Exp run by: antione@ (previous patch) Differential Revision: https://reviews.freebsd.org/D2938 Notes: svn path=/head/; revision=392322
* - Upgrade math/plplot to 5.11.0Thierry Thomas2015-04-2222-401/+188
| | | | | | | | | | | | | | | | Announcement at <https://sourceforge.net/p/plplot/plplot/ci/plplot-5.11.0/tree/README.release> - Take maintainership - Chase dependencies. PR: ports/199539 Submitted by: Ben Woods <woodsb02 (at) gmail.com> Approved by: marino (for plplot-ada), /me (for gnudatalanguage) Notes: svn path=/head/; revision=384520
* Make fonts repecting XDGBaptiste Daroussin2015-03-211-1/+1
| | | | | | | | | | | | | Xorg is now looking in ${LOCALBASE}/share/fonts by default Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1)) Large cleanup on lots of font ports All fonts are now properly dynamically generating fonts.dir and fonts.scale instead of sometime overwriting existing ones) All fonts are generating fontconfig's cache Improve consistency in fonts ports Notes: svn path=/head/; revision=381876