Sat Jun 3 03:38:52 2023 UTC ()
(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`.


(mef)
diff -r1.24 -r1.25 pkgsrc/devel/netcdf-cxx/Makefile
diff -r1.1 -r1.2 pkgsrc/devel/netcdf-cxx/PLIST
diff -r1.4 -r1.5 pkgsrc/devel/netcdf-cxx/distinfo

cvs diff -r1.24 -r1.25 pkgsrc/devel/netcdf-cxx/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/netcdf-cxx/Makefile 2023/04/19 08:08:18 1.24
+++ pkgsrc/devel/netcdf-cxx/Makefile 2023/06/03 03:38:52 1.25
@@ -1,18 +1,19 @@ @@ -1,18 +1,19 @@
1# $NetBSD: Makefile,v 1.24 2023/04/19 08:08:18 adam Exp $ 1# $NetBSD: Makefile,v 1.25 2023/06/03 03:38:52 mef Exp $
2 2
3DISTNAME= netcdf-cxx-4.2 3DISTNAME= netcdf-cxx4-4.3.1
4PKGREVISION= 22 4PKGNAME= ${DISTNAME:S/cxx4/cxx/}
5CATEGORIES= devel 5CATEGORIES= devel
6MASTER_SITES= https://www.unidata.ucar.edu/downloads/netcdf/ftp/ 6MASTER_SITES= https://downloads.unidata.ucar.edu/netcdf-cxx/4.3.1/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://www.unidata.ucar.edu/software/netcdf/index.html 9HOMEPAGE= https://www.unidata.ucar.edu/software/netcdf/index.html
10COMMENT= C++ support for NetCDF. 10COMMENT= C++ support for NetCDF
 11#LICENSE= NetCDF copyright, See COPYRIGHT file
11 12
12USE_LANGUAGES= c c++ 13USE_LANGUAGES= c c++
13USE_LIBTOOL= yes 14USE_LIBTOOL= yes
14GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
15INFO_FILES= yes 16INFO_FILES= yes
16 17
17.include "../../devel/netcdf/buildlink3.mk" 18.include "../../devel/netcdf/buildlink3.mk"
18.include "../../mk/bsd.pkg.mk" 19.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/devel/netcdf-cxx/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/netcdf-cxx/PLIST 2015/08/30 10:26:44 1.1
+++ pkgsrc/devel/netcdf-cxx/PLIST 2023/06/03 03:38:52 1.2
@@ -1,6 +1,32 @@ @@ -1,6 +1,32 @@
1@comment $NetBSD: PLIST,v 1.1 2015/08/30 10:26:44 markd Exp $ 1@comment $NetBSD: PLIST,v 1.2 2023/06/03 03:38:52 mef Exp $
2include/ncvalues.h 2bin/ncxx4-config
3include/netcdf.hh 3include/ncAtt.h
4include/netcdfcpp.h 4include/ncByte.h
5info/netcdf-cxx.info 5include/ncChar.h
6lib/libnetcdf_c++.la 6include/ncCheck.h
 7include/ncCompoundType.h
 8include/ncDim.h
 9include/ncDouble.h
 10include/ncEnumType.h
 11include/ncException.h
 12include/ncFile.h
 13include/ncFloat.h
 14include/ncGroup.h
 15include/ncGroupAtt.h
 16include/ncInt.h
 17include/ncInt64.h
 18include/ncOpaqueType.h
 19include/ncShort.h
 20include/ncString.h
 21include/ncType.h
 22include/ncUbyte.h
 23include/ncUint.h
 24include/ncUint64.h
 25include/ncUshort.h
 26include/ncVar.h
 27include/ncVarAtt.h
 28include/ncVlenType.h
 29include/netcdf
 30lib/libh5bzip2.la
 31lib/libnetcdf_c++4.la
 32lib/pkgconfig/netcdf-cxx4.pc

cvs diff -r1.4 -r1.5 pkgsrc/devel/netcdf-cxx/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/netcdf-cxx/distinfo 2021/10/26 10:15:43 1.4
+++ pkgsrc/devel/netcdf-cxx/distinfo 2023/06/03 03:38:52 1.5
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2021/10/26 10:15:43 nia Exp $ 1$NetBSD: distinfo,v 1.5 2023/06/03 03:38:52 mef Exp $
2 2
3BLAKE2s (netcdf-cxx-4.2.tar.gz) = 54b08e7c01fed8e0fb9465e70ce5f4401308ca36661b406661f1d06d95bd16f7 3BLAKE2s (netcdf-cxx4-4.3.1.tar.gz) = 4558e0ef38dfe6a4ac399c445e2ede0fcafcded616419dcf8090a524ded89959
4SHA512 (netcdf-cxx-4.2.tar.gz) = 347ddbc518ac2186868d69417342e5146e285fc3a88f7c55edc33063f5c9a6647af7e512a03b9b6a8f67a448b85a1edcdde5df707b893f6a1527821cfd78e643 4SHA512 (netcdf-cxx4-4.3.1.tar.gz) = f5d9d26fb9f57430d0d681a9c7396bb0f03ed6446ac6fed51058dcc43690c02565da3f729f98b268b0bd923ca8b5b3cfa8340aca6a4f18f512c0c320ea20703f
5Size (netcdf-cxx-4.2.tar.gz) = 703482 bytes 5Size (netcdf-cxx4-4.3.1.tar.gz) = 598335 bytes