Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.8_6 25 Feb 2018 00:12:32 |
stephen |
- Remove octave-forge ports no longer supported upstream. |
1.1.8_6 24 Feb 2018 22:03:00 |
stephen |
- Bump portrevision for math/octave-forge-* ports because of update of
math/octave to 4.2.1 (r462865). |
1.1.8_5 21 Oct 2017 20:18:16 |
sunpoet |
Update to 4.5.0
- Pet portlint: reorder LICENSE knobs
Changes: https://github.com/Unidata/netcdf-c/releases |
1.1.8_4 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(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 |
1.1.8_3 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
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 |
1.1.8_2 07 Dec 2016 13:24:57 |
gerald |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
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 |
1.1.8_1 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
1.1.8_1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.1.8_1 13 Jan 2016 04:34:13 |
stephen |
- Bump portrevision chasing upgrade of math/octave to 4.0.0. |
1.1.8 20 Aug 2015 18:24:57 |
pgollucci |
remove empty pkg-plist
PR: 201663
Submitted By: s3erios@gmail.com |
1.1.8 13 Mar 2015 02:13:28 |
stephen |
- Update to 1.1.8. |
1.1.7_3 10 Sep 2014 20:50:37 |
gerald |
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) |
1.1.7_2 23 Jun 2014 00:05:58 |
stephen |
- Set license_file. |
1.1.7_2 03 May 2014 03:17:19 |
sunpoet |
- 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] |
1.1.7_1 10 Mar 2014 20:55:22 |
gerald |
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) |
1.1.7 18 Feb 2014 06:07:56 |
stephen |
- Update to 1.1.7. |
1.1.6_3 16 Feb 2014 17:15:32 |
tijl |
Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most cases
USE_GCC=yes has been omitted though.
Remove USE_FORTRAN handling from bsd.port.mk and bsd.gcc.mk.
Minor cleanups in some ports like USE_GMAKE, NOPORTDOCS,...
Exp-run: bdrewery
Approved by: portmgr (bdrewery) |
1.1.6_2 12 Jan 2014 19:19:57 |
stephen |
- Add licence=GPLv2 to many octave-forge ports. |
1.1.6_2 12 Jan 2014 16:35:23 |
stephen |
- Implement staging for octave-forge ports. |
1.1.6_2 26 Oct 2013 00:52:36 |
gerald |
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 ) |
1.1.6_1 20 Sep 2013 20:55:06 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
1.1.6_1 16 Aug 2013 23:43:28 |
stephen |
- Change dependency science/netcdf to science/netcdf4.
- Fix some portlint errors. |
1.1.6 05 Jul 2013 20:59:44 |
stephen |
- Remove .include <bsd.ports.pre.mk>; bsd.ports.post.mk to bsd.ports.mk;
${PORTSDIR} to ${.CURDIR}/../.. in the .include for bsd.octave.mk.
This is because USE_GMAKE no longer works after .include <bsd.ports.pre.mk>.
- Trim headers.
- Clean whitespace.
- Portlint. |
1.1.6 10 May 2013 02:13:18 |
stephen |
- Update to 1.1.6. |
1.1.5_1 06 Jul 2012 00:16:50 |
stephen |
- Add a patch.
- Bump portrevision.
Obtained from:
http://sourceforge.net/mailarchive/forum.php?thread_name=20120705230126.GF15685%40laboissiere.net&forum_name=octave-dev |
1.1.5 03 Jul 2012 18:43:50 |
stephen |
- Update to 1.1.5. |
1.1.4_2 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.1.4_1 11 Apr 2012 02:58:30 |
maho |
Bump port revision of all the octave-forge ports,
since there was an API change to octave (from 3.4 to 3.6).
Now it is appropriate to bump the portrevision of every single octave-forge
port,
but a few of the ports needed further patches to make them work: ad,
communications, parallel, odepkg. The es package doesn't build so we switched
off.
Submitted by: stephen@
Reviewed by: maho@ |
1.1.4 22 Feb 2012 14:38:29 |
stephen |
- Update to 1.1.4. |
1.1.3 10 Feb 2012 03:29:59 |
stephen |
- Update to 1.1.3. |
1.1.2_2 21 Nov 2011 01:17:40 |
stephen |
- Cosmetic change to Makefile. Use the variable OCTSRC to describe where the
contents of the package are stored. This should make it easier if other
people take over maintainership of the octave-forge-* ports.
Feature safe: yes |
1.1.2_2 30 Jun 2011 20:55:50 |
stephen |
- Bump portrevision for octave-forge-* ports because of update of
math/octave-forge-base to 1.1, and update of Mk/bsd.octave.mk.
Approved by: gabor (mentor) |
1.1.2_1 24 Jun 2011 04:22:33 |
stephen |
- Bump portrevision because math/octave updated to 3.4.1
- Fix to work with math/octave-3.4.1
Approved by: maho (mentor) |
1.1.2 14 Jun 2011 07:34:38 |
stephen |
Maintainer: stephen@missouri.edu -> stephen@FreeBSD.org
Approved by: maho (mentor) |
1.1.2 31 May 2011 03:08:44 |
miwi |
- Update to 1.1.2
PR: 157413
Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer) |
1.0.13_2 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.0.13_2 02 Jun 2010 16:23:51 |
miwi |
A large number of the octave forge ports need version updates. But the new
release system they have is creating releases that don't quite fit into the
old paradigm. A big difference is that they don't all use configure any more.
This moves all the "GNU_CONFIGURE=yes" stuff from bsd.octave.mk to the
individual ports.
PR: 144512
Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer) |
1.0.13_2 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.0.13_1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.0.13 23 Aug 2009 16:50:00 |
dhn |
- Update to 1.0.13
PR: ports/137402
Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> |
1.0.12_1 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
1.0.12 26 May 2009 22:29:57 |
beat |
- Update to 1.0.12
- Pet portlint
PR: ports/134404
Submitted by: Stephen Montgomery-Smith <stephen AT missouri.edu> (maintainer)
Approved by: miwi (mentor) |
1.0.11 05 Apr 2009 20:50:49 |
dhn |
- Update maintainer mail address
PR: ports/133397
Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
Approved by: tabthorpe (co-mentor) |
1.0.11 09 Sep 2008 06:42:55 |
maho |
Correct port name and create date.
PR: 127226
Submitted by: Geraud CONTINSOUZAS <geraud@gcu.info> and also
Stephen Montgomery-Smith <stephen@math.missouri.edu> (maintainer)
Approved by: portmgr@ (erwin) |
1.0.11 08 Sep 2008 04:13:17 |
maho |
Add port math/octave-forge-octcdf
This is octcdf. A NetCDF interface for octave
The octave-forge package is the result of The GNU Octave Repositry project,
which is intended to be a central location for custom scripts, functions and
extensions for GNU Octave. contains the source for all the functions plus
build and install scripts.
PR: 127030
Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu> |