aboutsummaryrefslogtreecommitdiff
path: root/graphics/dataplot
Commit message (Collapse)AuthorAgeFilesLines
* - Switch to options helpersDmitry Marakasov2015-08-261-4/+2
| | | | | | | | | - While here, add some NO_ARCHes Approved by: portmgr blanket Notes: svn path=/head/; revision=395389
* Convert to USES=jpegAntoine Brodin2015-06-221-3/+2
| | | | Notes: svn path=/head/; revision=390310
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375598
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeAntoine Brodin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375594
* Cleanup plistBaptiste Daroussin2014-10-201-1/+0
| | | | Notes: svn path=/head/; revision=371283
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-101-0/+1
| | | | | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs) Notes: svn path=/head/; revision=347809
* Update to version 20132012.Gerald Pfeifer2014-03-033-4/+4
| | | | | | | | PR: 187146 Submitted by: pfg Notes: svn path=/head/; revision=346845
* - New LIB_DEPENDS syntax.Tijl Coosemans2013-12-212-21/+25
| | | | | | | | | | | | | | - Add DOCS option. - USES=fortran. - Staging. - Substitute CFLAGS, FFLAGS and LDFLAGS in the source Makefile like a configure script would do. Otherwise flags defined in make.conf can override flags defined in the port Makefile. - Remove LIBS from a Makefile target list of dependencies to fix building with bmake. Notes: svn path=/head/; revision=337157
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331644
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* - update libdg to 2.1.0Dirk Meyer2013-08-091-1/+1
| | | | Notes: svn path=/head/; revision=324437
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+2
| | | | Notes: svn path=/head/; revision=297915
* Remove trailing whitespaces.Emanuel Haupt2011-11-181-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=286031
* Standardize WWW: tags a bit more:Doug Barton2011-11-061-2/+2
| | | | | | | | | | | | | | | | 1. Remove white space from the beginning of lines 2. Make the canonical WWW the last line of the file 3. Remove lines to the effect of, "More information can be found at..." that's the stated purpose of the WWW: tags in the first place. 4. Change secondary WWW: lines to use other text to avoid confusion While I'm here, remove some more useless Author: lines, and some prepended white space to other lines. Mentioned (in part) by: Matthew Seaman <m.seaman@infracaninophile.co.uk> Notes: svn path=/head/; revision=285197
* - Update to 20090821Martin Wilke2011-02-272-8/+5
| | | | | | | | PR: 155049 Submitted by: Pedro Giffuni <giffunip@tutopia.com> Notes: svn path=/head/; revision=269903
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* - Update to 20081002Martin Wilke2009-11-173-19/+32
| | | | | | | | PR: 140616 Submitted by: "Pedro F. Giffuni" <giffunip@tutopia.com> Notes: svn path=/head/; revision=244387
* Bump PORTREVISION for everything that sets USE_FORTRAN=yes which nowGerald Pfeifer2009-09-131-1/+1
| | | | | | | | | implies lang/gcc44 up from lang/gcc43. Approved by: portmgr Notes: svn path=/head/; revision=241308
* Reset beech@FreeBSD.org while he works on restoring his email situation.Mark Linimon2009-08-281-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=240459
* - update to jpeg7Dirk Meyer2009-07-181-1/+1
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.Gerald Pfeifer2009-01-071-0/+1
| | | | Notes: svn path=/head/; revision=225403
* - Update to 20080225Martin Wilke2008-11-234-11/+18
| | | | | | | | | PR: 128539 Submitted by: "Pedro F. Giffuni" <giffunip@tutopia.com> Approved by: maintainer (beech) implicit Notes: svn path=/head/; revision=223242
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-251-1/+0
| | | | | | | MAKE_ENV Notes: svn path=/head/; revision=217477
* - Update to version 20070224.Beech Rintoul2008-07-193-28/+16
| | | | | | | | | | | | | - Use $(F77) as the linker in order to avoid ugly hacks. - Use bigger MAXOBV as recommended by the upstream author. - Remove ALPHA error message, it's unsupported anyway. - Use EXTRACT_SUFX PR: ports/125761 Submitted by: Pedro F. Giffuni <pfgshield-freebsd@yahoo.com> Notes: svn path=/head/; revision=217134
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-192-9/+9
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-231-2/+2
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209636
* - Add USE_FORTRAN knobBeech Rintoul2007-07-131-6/+2
| | | | | | | Approved by: sat (mentor) Notes: svn path=/head/; revision=195519
* - Update maintainer address.Beech Rintoul2007-06-141-1/+1
| | | | Notes: svn path=/head/; revision=193529
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Do not depend on gfortran at EXTRACT_DEPENDS.Maho Nakata2007-01-291-3/+4
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=183597
* - Fix after gfortran migration: gfortran dependency is needed in extract phasePav Lucistnik2007-01-261-0/+1
| | | | | | | | | | also PR: ports/108365 Submitted by: Beech Rintoul <beech@alaskaparadise.com> (maintainer) Notes: svn path=/head/; revision=183322
* * Migrate to gfortran.Maho Nakata2007-01-172-3/+16
| | | | | | | | | * Bump port revision. Approved by: portmgr(kris) Notes: svn path=/head/; revision=182617
* - Update to 20061219Martin Wilke2006-12-302-8/+10
| | | | | | | | | | - Added backup MASTER_SITES PR: ports/107312 Submitted by: Beech Rintoul <beech@alaskaparadise.com> (maintainer) Notes: svn path=/head/; revision=181084
* Update to 20060425.Sam Lawrance2006-05-152-8/+9
| | | | | | | | | | Submitter takes maintainership. PR: ports/97290 Submitted by: Beech Rintoul <beech@alaskaparadise.com> Notes: svn path=/head/; revision=162421
* Remove USE_REINPLACE for categories starting with a GEdwin Groothuis2006-05-071-1/+0
| | | | Notes: svn path=/head/; revision=161663
* - Add SHA256Pav Lucistnik2005-11-261-0/+2
| | | | Notes: svn path=/head/; revision=149530
* Update to dataplot-20050830Kris Kennaway2005-10-062-5/+5
| | | | Notes: svn path=/head/; revision=144359
* Mark broken on alpha (.got subsegment exceeds 64k)Sam Lawrance2005-05-011-1/+7
| | | | Notes: svn path=/head/; revision=134447
* Update to 20050310 (distfile was updated and rerolled under the same name).Alexey Dokuchaev2005-04-062-7/+4
| | | | | | | | PR: ports/79557 Submitted by: Sam Lawrance <boris(at)brooknet.com.au> Notes: svn path=/head/; revision=132630
* BROKEN: Size mismatchKris Kennaway2005-03-261-0/+2
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=131956
* - Update to 77911Michael Johnson2005-02-222-6/+5
| | | | | | | | PR: ports/77911 Submitted by: Sam Lawrance <boris@brooknet.com.au> Notes: svn path=/head/; revision=129565
* - update to 20040219Dirk Meyer2004-03-243-11/+10
| | | | | | | | | - use gd2 - use versioned DISTNAME - make portlint happy Notes: svn path=/head/; revision=105098
* Mark FORBIDDEN because the distfile was rerolled.Trevor Johnson2004-03-121-0/+1
| | | | Notes: svn path=/head/; revision=103802
* - Fix plist and bump PORTREVISIONKirill Ponomarev2004-01-302-1/+2
| | | | | | | Noticed by: bento via kris Notes: svn path=/head/; revision=99557
* SIZEify.Trevor Johnson2004-01-291-0/+2
| | | | Notes: svn path=/head/; revision=99360
* Fix&Cleanup dependency on gd1 and some libs.Norikatsu Shigemura2003-08-202-8/+5
| | | | | | | | | Bump PORTREVISION acordingly. Spoted by: Pedro F. Giffuni <giffunip@yahoo.com> Notes: svn path=/head/; revision=87325
* A utility by NIST to process data and produce statistical plots.Maho Nakata2003-07-305-0/+390
PR: 54735 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com> Notes: svn path=/head/; revision=85888