The NetBSD Project

CVS log for pkgsrc/devel/netcdf-cxx/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / netcdf-cxx

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.32: download - view: text, markup, annotated - select for diffs
Fri Nov 1 12:52:18 2024 UTC (5 days, 9 hours ago) by wiz
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2 lines
*: revbump for icu downgrade

Revision 1.31: download - view: text, markup, annotated - select for diffs
Fri Nov 1 00:51:31 2024 UTC (5 days, 21 hours ago) by wiz
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
*: recursive bump for icu 76.1 shlib bump

Revision 1.30: download - view: text, markup, annotated - select for diffs
Wed May 29 16:32:16 2024 UTC (5 months, 1 week ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
revbump after icu and protobuf updates

Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu May 16 06:14:47 2024 UTC (5 months, 3 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
*: recursive bump for gnutls p11-kit option

(existing installations need the bl3.mk included, but it's now only
optionally included)

Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed Nov 8 13:18:57 2023 UTC (11 months, 4 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2 lines
*: recursive bump for icu 74.1

Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Oct 24 22:08:54 2023 UTC (12 months, 2 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -1 lines
*: bump for openssl 3

Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Oct 6 13:40:47 2023 UTC (13 months ago) by adam
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +3 -2 lines
netcdf-cxx: fix build, especially on Darwin, by avoiding missing symbols

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sat Jun 3 03:38:52 2023 UTC (17 months ago) by mef
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +6 -5 lines
(devel/netcdf-cxx) Updated 4.2 to 4.3.1

\Brief Release notes file for the netcdf-cxx4 package.

This file contains a high-level description of this package's
evolution. Releases are in reverse chronological order (most recent
first).

Note that this file was created and maintained starting with the `netcdf-cxx4 4.3.0 release`.

## netCDF-CXX4 4.3.2 TBD

## netCDF-CXX4 v4.3.1 September 11, 2019

### Requirements

* netCDF-C 4.6.0 or greater

### Changes

* [Enhancement] Added cmake support to distribution files created by `make dist`.

* [Bug Fix] Added `ncFile::create()`, also added a new `open` function
  and constructor to allow for more flexibility when opening a file.
  See [GitHub #55](https://github.com/Unidata/netcdf-cxx4/issues/55)
  for more information.

* [Enhancement] Addressed an issue reported with `Intel Compilers
  17.0.0`. See [GitHub
  #41](https://github.com/Unidata/netcdf-cxx4/issues/41) for more
  information.

* [Enhancement] Updated how `configure` determines information about
  the existing netCDF-C install.  See [GitHub pull request
  #39](https://github.com/Unidata/netcdf-cxx4/pull/39) for more
  information.

* Corrected an issue where cmake-based builds weren't generating
  `ncxx4-config`.  See [GitHub pull request
  #37](https://github.com/Unidata/netcdf-cxx4/pull/37) for more
  information.


## netcdf-cxx4 v4.3.0 released May 13, 2016

* Fixed an issue where the tests were failing silently, and the
  underlying `NcType` class could not properly determine the type name
  or type size reliably. See [GitHub issue
  #30](https://github.com/Unidata/netcdf-cxx4/issues/30) for more
  information.

* Changed `NCXX_ENABLE_DOXYGEN` option to an easier-to-remember `ENABLE_DOXYGEN`.

* Added `--enable-doxygen`, `-DNCXX_ENABLE_DOXYGEN=ON` options to
  allow generation of netCDF-CXX4 documentation via doxygen using
  either `configure` or `cmake`, respectively.

* Added `netcdf-cxx4` to the [Coverity Scan
  Dashboard](https://scan.coverity.com/projects/unidata-netcdf-cxx4?tab=overview).

* Added `open` and `close` methods for NcFile.  See [Github Pull
  Request #18](https://github.com/Unidata/netcdf-cxx4/pull/18) for
  more information.

* Added `netcdf-cxx4` to travis-ci.org.  See
  [https://travis-ci.org/Unidata/netcdf-cxx4](https://travis-ci.org/Unidata/netcdf-cxx4)
  for more details.

* Added `NcCompoundType` methods `getMemberName` and `getMemberIndex`.
  See [Pull Request
  #19](https://github.com/Unidata/netcdf-cxx4/pull/19) for more
  details.

* Added  `cmake` support  to  `netcdf-cxx4`, which  will  allow us  to
  create a  `CDash` continuous integration dashboard  similar to those
  created for the `netcdf-c` and `netcdf-fortran` projects.

* Added a `travis-ci` configuration file, `.travis.yml`.

* Created `RELEASE_NOTES.md`.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed Apr 19 08:08:18 2023 UTC (18 months, 2 weeks ago) by adam
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2 lines
revbump after textproc/icu update

Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Oct 26 10:31:02 2022 UTC (2 years ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
*: bump PKGREVISION for libunistring shlib major bump

Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Dec 8 16:02:00 2021 UTC (2 years, 10 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
revbump for icu and libffi

Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Sep 29 19:00:06 2021 UTC (3 years, 1 month ago) by adam
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
revbump for boost-libs

Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Apr 21 13:24:10 2021 UTC (3 years, 6 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
revbump for boost-libs

Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri May 22 10:55:44 2020 UTC (4 years, 5 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
revbump after updating security/nettle

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed May 6 14:04:08 2020 UTC (4 years, 6 months ago) by adam
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
revbump after boost update

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Mar 8 16:47:40 2020 UTC (4 years, 8 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
*: recursive bump for libffi

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Jan 18 21:48:08 2020 UTC (4 years, 9 months ago) by jperkin
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
*: Recursive revision bump for openssl 1.1.1.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Jan 12 20:19:55 2020 UTC (4 years, 9 months ago) by ryoon
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
*: Recursive revbump from devel/boost-libs

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Aug 22 12:23:03 2019 UTC (5 years, 2 months ago) by ryoon
Branches: MAIN
CVS tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
Recursive revbump from boost-1.71.0

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Jul 20 22:46:00 2019 UTC (5 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
*: recursive bump for nettle 3.5.1

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Jul 1 04:07:47 2019 UTC (5 years, 4 months ago) by ryoon
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Recursive revbump from boost-1.70.0

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Dec 13 19:51:33 2018 UTC (5 years, 10 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
revbump for boost 1.69.0

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Aug 16 18:54:28 2018 UTC (6 years, 2 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
revbump after boost-libs update

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Apr 29 21:31:20 2018 UTC (6 years, 6 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
revbump for boost-libs update

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Jan 1 21:18:08 2018 UTC (6 years, 10 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Revbump after boost update

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Nov 26 10:51:05 2017 UTC (6 years, 11 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3 lines
netcdf-cxx: follow redirects

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Aug 24 20:02:58 2017 UTC (7 years, 2 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Revbump for boost update

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Apr 30 01:21:21 2017 UTC (7 years, 6 months ago) by ryoon
Branches: MAIN
CVS tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Recursive revbump from boost update

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Jan 1 16:05:57 2017 UTC (7 years, 10 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Revbump after boost update

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Oct 7 18:25:31 2016 UTC (8 years, 1 month ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Revbump post boost update

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Mar 5 11:27:45 2016 UTC (8 years, 8 months ago) by jperkin
Branches: MAIN
CVS tags: pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1 lines
Bump PKGREVISION for security/openssl ABI bump.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Aug 30 10:26:44 2015 UTC (9 years, 2 months ago) by markd
Branches: MAIN
CVS tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3
Add netcdf-cxx 4.2

C++ support for NetCDF (network Common Data Form).

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>