Date: Mon, 23 Feb 2009 20:18:45 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/science Makefile ports/science/py-netCDF4 Makefile distinfo pkg-descr pkg-plist Message-ID: <200902232018.n1NKIjmr008008@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
miwi 2009-02-23 20:18:45 UTC FreeBSD ports repository Modified files: science Makefile Added files: science/py-netCDF4 Makefile distinfo pkg-descr pkg-plist Log: netCDF version 4 has many features not found in earlier versions of the library and is implemented on top of HDF5. This module can read and write files in both the new netCDF 4 and the old netCDF 3 format, and can create files that are readable by HDF5 clients. The API modelled after Scientific.IO.NetCDF, and should be familiar to users of that module. Many new features of netCDF 4 are implemented, such as multiple unlimited dimensions, groups and zlib data compression. All the new primitive data types (such as 64 bit and unsigned integer types) are implemented, except variable-length strings (NC_STRING). User defined data types (compound, vlen, enum etc.) are not supported. WWW: http://code.google.com/p/netcdf4-python/ PR: ports/131866 Submitted by: wenheping at gmail.com Revision Changes Path 1.137 +1 -0 ports/science/Makefile 1.1 +25 -0 ports/science/py-netCDF4/Makefile (new) 1.1 +3 -0 ports/science/py-netCDF4/distinfo (new) 1.1 +14 -0 ports/science/py-netCDF4/pkg-descr (new) 1.1 +13 -0 ports/science/py-netCDF4/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902232018.n1NKIjmr008008>