non port: math/py-scientific/Makefile |
SVNWeb
|
Number of commits found: 37 |
Wed, 11 Nov 2020
|
[ 12:14 antoine ] (Only the first 10 of 23 ports in this commit are shown above. )
Deprecate a few python 2.7 ports
|
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
|
Sat, 2 Mar 2019
|
[ 17:45 sunpoet ] (Only the first 10 of 31 ports in this commit are shown above. )
Update science/netcdf to 4.6.3
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/Unidata/netcdf-c/releases
https://github.com/Unidata/netcdf-c/blob/master/RELEASE_NOTES.md
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
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
|
Sat, 10 Mar 2018
|
[ 17:46 gerald ] (Only the first 10 of 1104 ports in this commit are shown above. )
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
|
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 )
|
Sat, 21 Oct 2017
|
[ 20:18 sunpoet ] (Only the first 10 of 27 ports in this commit are shown above. )
Update to 4.5.0
- Pet portlint: reorder LICENSE knobs
Changes: https://github.com/Unidata/netcdf-c/releases
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Tue, 21 Oct 2014
|
[ 16:54 mva ] (Only the first 10 of 50 ports in this commit are shown above. )
- Convert ports of math/ to new USES=python
Approved by: portmgr (implicit)
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] (Only the first 10 of 3171 ports in this commit are shown above. )
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
|
Wed, 16 Jul 2014
|
[ 03:00 adamw ] (Only the first 10 of 88 ports in this commit are shown above. )
Add DOCS option for ports with PORTDOCS in plist.
|
Fri, 13 Jun 2014
|
[ 14:04 wg ]
math/py-scientific: support stage and use auto plist
|
Sat, 3 May 2014
|
[ 03:17 sunpoet ] (Only the first 10 of 26 ports in this commit are shown above. )
- Update to 4.3.2 (from science/netcdf4)
- Bump PORTREVISION for science/netcdf shlib change and
dependency change from science/netcdf4 to science/netcdf [1]
Changes: http://www.unidata.ucar.edu/software/netcdf/docs/release_notes.html
Approved by: portmgr (bapt) [1]
|
Mon, 10 Mar 2014
|
[ 20:55 gerald ] (Only the first 10 of 1081 ports in this commit are shown above. )
Update the default version of GCC used in the Ports Collection from
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)
|
Sat, 26 Oct 2013
|
[ 00:52 gerald ] (Only the first 10 of 1147 ports in this commit are shown above. )
Update to libmpc version 1.0.1 which brings the following fixes:
- 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 (Only the first 15 lines of the commit message are shown above )
|
Fri, 20 Sep 2013
|
[ 20:55 bapt ] (Only the first 10 of 665 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
math)
|
Fri, 6 Mar 2009
|
[ 15:29 lwhsu ]
- Update to 2.8
PR: ports/130676
Submitted by: TAOKA Fumiyoshi <fmysh AT iijmio-mail.jp> (maintainer)
|
Tue, 23 Sep 2008
|
[ 12:59 amdmi3 ]
- Update to ScientificPython 2.6.1, which is the latest stable release.
- Adoption of (NO)PORTEXAMPLES, EXAMPLESDIR and DOCSDIR
- Adding PKGNAMEPREFIX to EXAMPLESDIR and DOCSDIR.
- Pass maintainership to submitter with hist consent
PR: 123718
Submitted by: TAOKA Fumiyoshi <fmysh at iijmio-mail dot jp>
|
Fri, 12 Sep 2008
|
[ 08:50 miwi ]
- Respect NOPORTDOCS
Approved by: portmgr (erwin)
|
Sun, 7 Sep 2008
|
[ 00:54 linimon ] (Only the first 10 of 18 ports in this commit are shown above. )
Reset tg due to lack of commits for several months and no response to email.
Hat: portmgr
|
Mon, 30 Jul 2007
|
[ 09:42 alexbl ] (Only the first 10 of 445 ports in this commit are shown above. )
- Make Python 2.5.1 the default Python version
- 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
|
Tue, 10 Apr 2007
|
[ 03:08 lwhsu ] (Only the first 10 of 16 ports in this commit are shown above. )
science/netcdf
- Update to 3.6.2
graphics/gmt
math/grace
math/gri
math/p5-NetCDF
math/py-scientific
math/ruby-netcdf
science/gnudatalanguage
science/minc
science/minc2
science/v_sim
science/vis5d+
- Bump PORTREVISION for the changing of science/netcdf's major library version
number
PR: 111347
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net> (maintainer)
Approved by: clsung (mentor)
|
Wed, 21 Feb 2007
|
[ 11:23 tg ]
Upgrade to 2.6.
|
Wed, 15 Mar 2006
|
[ 08:23 tg ]
Upgrade to 2.4.9.
PR: 93808
Submitted by: "Pedro F. Giffuni" <giffunip at asme dot org>
|
Mon, 30 Jan 2006
|
[ 22:19 thierry ] (Only the first 10 of 22 ports in this commit are shown above. )
Repocopy math/netcdf to science/netcdf, along with cdf, hdf and hdf5.
PR: 92497
Submitted by: /me
Repocopied by: marcus
|
Thu, 10 Jul 2003
|
[ 07:00 tg ]
Correct MASTER_SITES.
PR: 54277
Submitted by: Mark Linimon <linimon@lonesome.com>
|
Mon, 7 Jul 2003
|
[ 09:32 tg ]
Upgrade to 2.4.3.
|
Fri, 7 Mar 2003
|
[ 06:06 ade ] (Only the first 10 of 106 ports in this commit are shown above. )
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
Mon, 15 Jul 2002
|
[ 11:37 tg ]
Use $PYNUMERIC in the dependencies.
|
Fri, 5 Jul 2002
|
[ 10:18 tg ]
Upgrade to 2.4.
|
Thu, 23 May 2002
|
[ 12:08 tg ]
Cleanup: remove unneeded patch; remove unused variable.
|
Wed, 17 Apr 2002
|
[ 11:35 tg ]
Use USE_PYDISTUTILS.
|
Thu, 3 May 2001
|
[ 12:03 tg ]
numpy -> py-numeric
|
Thu, 26 Apr 2001
|
[ 12:55 tg ]
Don't install backup files.
|
Tue, 3 Apr 2001
|
[ 12:35 tg ]
Upgrade to 2.2.
|
Thu, 29 Mar 2001
|
[ 12:22 tg ]
Upgrade to 2.0.1.
|
Thu, 28 Sep 2000
|
[ 12:19 tg ]
Use USE_PYTHON. Fix building with other python versions than 1.5.2.
|
Number of commits found: 37 |