summaryrefslogtreecommitdiff
path: root/math/py-gnuplot (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-03-10Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer1-1/+1
version 1.1.0 (via revision 464079).
2017-11-30Convert Python ports to FLAVORS.Mathieu Arnold1-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
2016-11-15- Add LICENSEDmitry Marakasov1-1/+6
- Add NO_ARCH - Switch to options helpers
2016-05-19- Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov1-3/+3
Approved by: portmgr blanket
2016-04-01Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold1-1/+1
With hat: portmgr Sponsored by: Absolight
2015-09-20Typos, whitespace and capitalization fixes (G-P).Jimmy Olgeni1-1/+1
2014-10-21- Convert ports of math/ to new USES=pythonMarcus von Appen1-3/+2
Approved by: portmgr (implicit)
2014-09-10Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer1-1/+1
to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
2014-03-10Update the default version of GCC used in the Ports Collection fromGerald Pfeifer1-1/+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)
2013-12-28math/py-gnuplot: support stagingWilliam Grzybowski2-153/+5
2013-10-26Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer1-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)
2013-09-20Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin1-5/+2
math)
2012-06-01- update png to 1.5.10Dirk Meyer1-1/+1
2011-05-02Bump PORTREVISION after open-mofit updateMax Brazhnikov1-1/+1
2011-03-20- Get Rid MD5 supportMartin Wilke1-1/+0
2010-03-28- update to 1.4.1Dirk Meyer1-1/+1
Reviewed by: exp8 run on pointyhat Supported by: miwi
2010-02-05- update to jpeg-8Dirk Meyer1-0/+1
2009-08-22- Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov1-1/+1
starting with M
2009-08-18Eliminate hard coded "PKGNAMEPREFIX= py-"Martin Wilke1-1/+2
PR: 137859 Submitted by: olli hauer <ohauer@gmx.de>
2008-05-22- Update to 1.8Martin Wilke3-80/+85
PR: 123873 Submitted by: Port Fury
2007-07-30 - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry1-0/+1
- Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav
2007-05-19- Welcome X.org 7.2 \o/.Florent Thoumie1-0/+1
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
2005-11-25- Add SHA256Pav Lucistnik1-0/+1
2004-01-29SIZEify.Trevor Johnson1-0/+1
2004-01-04- update to 1.7Clement Laforet3-101/+142
- Use DOCSDIR macro - Use PYTHON_SITELIBDIR PR: 60875 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org> Approved by: erwin (mentor) (implicitly)
2003-07-29Let be hohest: I really don't have a time now to properly maintain allMaxim Sobolev1-1/+1
these great pieces of software, so that let others with more free time to take over them.
2003-03-07Clear moonlight beckons.Ade Lovett2-1/+1
Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
2002-08-23Add missing .pyo files to each pkg-plistHye-Shik Chang1-0/+13
2002-07-15Use $PYNUMERIC in the dependencies.Thomas Gellekum1-2/+2
2002-04-29use USE_PYDISTUTILSYing-Chieh Liao1-7/+1
2001-11-08Fix WWW.Maxim Sobolev1-1/+1
Submitted by: Fenner's distfiles survey
2001-05-29math/numpy was renamed to math/py-numeric.Maxim Sobolev1-2/+2
PR: 27594 Submitted by: Chang, Hye-Shik <perky@python.or.kr>
2001-02-01Update to 1.5.Maxim Sobolev3-6/+91
Submitted by: tg
2000-11-01Whitespace-only:Maxim Sobolev1-1/+1
Make indentation uniform across my ports.
2000-09-28Pythonize.Maxim Sobolev2-18/+16
Submitted by: tg
2000-09-08Don't break package building on Satoshi's cluster. Explicitly dependThomas Gellekum1-2/+2
on python1.5:lang/python15.
2000-07-03New port of py-gnuplot - a python interface to the popular gnuplot dataMaxim Sobolev5-0/+61
plotting package.