Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.6.1 15 Nov 2024 10:17:06 |
Po-Chuan Hsieh (sunpoet) |
science/netcdf-fortran: Cosmetic change |
4.6.1 18 Apr 2024 12:48:10 |
Po-Chuan Hsieh (sunpoet) |
science/netcdf-fortran: Update to 4.6.1
Changes: https://github.com/Unidata/netcdf-fortran/releases |
4.6.0 13 Apr 2024 13:03:19 |
Po-Chuan Hsieh (sunpoet) |
*/*: Remove GNU_CONFIGURE_MANPREFIX=${PREFIX}/share after
9fd7ee1cdf6cbd5528159b58a966e1a40e2909a9 |
4.6.0 23 Mar 2024 14:30:47 |
Po-Chuan Hsieh (sunpoet) |
science/netcdf-fortran: Clean up pkg-descr |
4.6.0 21 Feb 2024 15:06:41 |
Po-Chuan Hsieh (sunpoet) |
science/netcdf-fortran: Update manpage location
(003a571d1d6585196545295efc181514f171c4c4, r523104) |
4.6.0 27 May 2023 04:07:47 |
Po-Chuan Hsieh (sunpoet) |
science/netcdf-fortran: Update to 4.6.0
- Update WWW
Changes: https://github.com/Unidata/netcdf-fortran/releases |
4.5.4_1 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.5.4 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.5.4 20 Jul 2022 14:22:51 |
Tobias C. Berner (tcberner) |
science: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Andreas Fehlner <fehlner@gmx.de>
* Brad Huntting <huntting@glarp.com>
* Chao Shin <quakelee@cn.FreeBSD.org>
* Cheng-Lung Sung <clsung@FreeBSD.org>
* Chia-Hsing Yu <me@davidyu.org>
* Chris Rees <utisoft@gmail.com>
* David Naylor <dbn@FreeBSD.org>
* Dmitry Sivachenko <demon@FreeBSD.org>
* Ed Schouten <ed@FreeBSD.org>
* Eric Freeman <freebsdports@chillibear.com>
* Erik B Knudsen (Only the first 15 lines of the commit message are shown above ) |
4.5.4 07 Mar 2022 18:10:59 |
Po-Chuan Hsieh (sunpoet) |
science/netcdf-fortran: Update to 4.5.4
- Update MASTER_SITES
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/Unidata/netcdf-fortran/releases |
4.5.3 28 Feb 2022 17:34:44 |
Po-Chuan Hsieh (sunpoet) |
science/netcdf-fortran: Clean up after 4.5.3 update |
4.5.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.5.3 26 Jan 2021 14:04:11 |
sunpoet |
Update to 4.5.3
Changes: https://github.com/Unidata/netcdf-fortran/releases
PR: 252569
Exp-run by: antoine |
4.5.2 26 Jul 2020 17:58:55 |
tobik |
science/netcdf-fortran: Unbreak build with GCC 10
netcdf4_func.f90:730:75:
730 | nf90_inq_var_fill_FourByteReal = nf_inq_var_fill(ncid, varid,
no_fill, fill)
|
1
......
740 | nf90_inq_var_fill_EightByteReal = nf_inq_var_fill(ncid, varid,
no_fill, fill)
|
2
Error: Type mismatch between actual argument at (1) and actual argument at (2)
(REAL(4)/REAL(8)).
netcdf4_func.f90:720:75:
720 | nf90_inq_var_fill_EightByteInt = nf_inq_var_fill(ncid, varid,
no_fill, fill)
|
1
...... (Only the first 15 lines of the commit message are shown above ) |
4.5.2 26 Sep 2019 18:13:09 |
sunpoet |
Update to 4.5.2
Changes: https://github.com/Unidata/netcdf-fortran/releases |
4.5.1 05 Sep 2019 17:07:11 |
sunpoet |
Update to 4.5.1
- Add BUILD_DEPENDS
Changes: https://github.com/Unidata/netcdf-fortran/releases |
4.5.0 31 Aug 2019 17:11:52 |
sunpoet |
Update to 4.5.0
- Update MASTER_SITES
- Use INSTALL_TARGET=install-strip
Changes: https://github.com/Unidata/netcdf-fortran/releases |
4.4.5_3 26 Jul 2019 20:46:57 |
gerald |
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 |
4.4.5_2 22 Apr 2019 13:16:34 |
gerald |
Related to revision 499061 bump ports with USES=fortran to have them
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.
Suggested by: tijl |
4.4.5_1 02 Mar 2019 17:45:58 |
sunpoet |
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 |
4.4.5 13 Jan 2019 20:08:15 |
sunpoet |
Update to 4.4.5
Changes: https://github.com/Unidata/netcdf-fortran/releases |
4.4.4_7 12 Dec 2018 01:35:36 |
gerald |
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 |
4.4.4_6 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
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 |
4.4.4_5 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
4.4.4_4 11 Dec 2017 10:37:24 |
sunpoet |
Update WWW
- Reformat pkg-descr |
4.4.4_4 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 |
4.4.4_3 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 |
4.4.4_2 11 Jun 2017 01:53:49 |
sunpoet |
Remove CONFLICTS: science/netcdf-ftn and science/netcdf3-ftn have been removed
over 3 years |
4.4.4_2 17 Apr 2017 16:06:01 |
sunpoet |
Add LICENSE
PR: 217786
Reported by: Anton Shterenlikht <mexas@bris.ac.uk> |
4.4.4_2 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 |
4.4.4_1 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 |
4.4.4 15 May 2016 16:12:05 |
sunpoet |
- Update to 4.4.4
Changes: https://github.com/Unidata/netcdf-fortran/blob/master/RELEASE_NOTES.md |
4.4.3 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
4.4.3 23 Jan 2016 15:14:52 |
sunpoet |
- Update to 4.4.3
Changes: https://github.com/Unidata/netcdf-fortran/blob/master/RELEASE_NOTES.md |
4.4.2 19 Oct 2015 20:21:05 |
sunpoet |
- Use USES=localbase |
4.4.2 01 Oct 2015 15:56:17 |
sunpoet |
- Convert to new test framework |
4.4.2 13 May 2015 18:59:31 |
sunpoet |
- Cleanup GH_* knobs:
- Use DISTVERSIONPREFIX
- Remove GH_PROJECT |
4.4.2 24 Mar 2015 18:24:29 |
sunpoet |
- Cleanup WRKSRC: leading v in GH_TAGNAME is removed from DISTNAME in r382120 |
4.4.2 21 Mar 2015 20:07:51 |
sunpoet |
- Update to 4.4.2
- Convert to new USE_GITHUB usage and remove deprecated GH_COMMIT
- Add GitHub repository to WWW
Changes: https://github.com/Unidata/netcdf-fortran/blob/master/RELEASE_NOTES.md |
4.4.1 13 Sep 2014 15:19:28 |
sunpoet |
- Update to 4.4.1
Changes: https://github.com/Unidata/netcdf-fortran/blob/master/RELEASE_NOTES.md |
4.4.0_1 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) |
4.4.0 17 Aug 2014 09:56:47 |
sunpoet |
- Cleanup Makefile |
4.4.0 15 Aug 2014 21:08:21 |
sunpoet |
- Update to 4.4.0
- Bump PORTREVISION for science/netcdf-fortran shlib change [1]
Changes: https://github.com/Unidata/netcdf-fortran/blob/master/RELEASE_NOTES.md
Approved by: portmgr (implicit, unstaged port) [1] |
4.2_3 26 Jun 2014 08:41:34 |
antoine |
Allow to build with texinfo from ports
With hat: portmgr |
4.2_3 25 Jun 2014 08:58:09 |
bapt |
Fix build on system built WITHOUT_INFO
With hat: portmgr |
4.2_3 09 May 2014 15:14:29 |
sunpoet |
- Fix "make test"
- Bump PORTREVISION for package change
PR: ports/189490
Submitted by: Shin-ya Murakami <murashin@gfd-dennou.org> |
4.2_2 04 May 2014 15:31:39 |
sunpoet |
- Fix build when print/texinfo installed
- Bump PORTREVISION for package change
PR: ports/186850
Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> |
4.2_1 03 May 2014 14:53:12 |
sunpoet |
- Fix PLIST
- Bump PORTREVISION for package change
Reported by: tijl |
4.2 03 May 2014 14:36:42 |
sunpoet |
- Add LIBTOOLIZE_ARGS
Suggested by: tijl |
4.2 03 May 2014 03:20:48 |
sunpoet |
- Add netcdf-fortran 4.2
NetCDF (network Common Data Form) is an interface for array-oriented
data access and a library that provides an implementation of the
interface. The netCDF library also defines a machine-independent
format for representing scientific data. Together, the interface,
library, and format support the creation, access, and sharing of
scientific data. The netCDF software was developed at the Unidata
Program Center in Boulder, Colorado.
Git repository: https://github.com/Unidata/netcdf-fortran
WWW: http://www.unidata.ucar.edu/software/netcdf/ |