Date: Sat, 3 May 2014 03:18:07 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352856 - in head/science: . netcdf-cxx Message-ID: <201405030318.s433I7jo011000@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat May 3 03:18:06 2014 New Revision: 352856 URL: http://svnweb.freebsd.org/changeset/ports/352856 QAT: https://qat.redports.org/buildarchive/r352856/ Log: - Add netcdf-cxx 4.2.1 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-cxx4 WWW: http://www.unidata.ucar.edu/software/netcdf/ Added: head/science/netcdf-cxx/ head/science/netcdf-cxx/Makefile (contents, props changed) head/science/netcdf-cxx/distinfo (contents, props changed) head/science/netcdf-cxx/pkg-descr (contents, props changed) head/science/netcdf-cxx/pkg-plist (contents, props changed) Modified: head/science/Makefile Modified: head/science/Makefile ============================================================================== --- head/science/Makefile Sat May 3 03:17:19 2014 (r352855) +++ head/science/Makefile Sat May 3 03:18:06 2014 (r352856) @@ -102,6 +102,7 @@ SUBDIR += mpqc-mpich SUBDIR += ncs SUBDIR += netcdf + SUBDIR += netcdf-cxx SUBDIR += netcdf-ftn SUBDIR += netcdf3-ftn SUBDIR += netcdf4 Added: head/science/netcdf-cxx/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/netcdf-cxx/Makefile Sat May 3 03:18:06 2014 (r352856) @@ -0,0 +1,30 @@ +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> +# $FreeBSD$ + +PORTNAME= netcdf-cxx +PORTVERSION= 4.2.1 +CATEGORIES= science +MASTER_SITES= https://github.com/Unidata/${PORTNAME}4/archive/v${PORTVERSION}.tar.gz?dummy=/ \ + LOCAL/sunpoet + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= C++ library for machine-independent, array-oriented data access + +LIB_DEPENDS= libnetcdf.so:${PORTSDIR}/science/netcdf + +CONFLICTS= netcdf-3.* netcdf-4.[0-2].* + +CPPFLAGS+= -I${LOCALBASE}/include -fPIC -DPIC +GNU_CONFIGURE= yes +LDFLAGS+= -L${LOCALBASE}/lib +USE_LDCONFIG= yes +USES= pathfix +WRKSRC= ${WRKDIR}/Unidata-${PORTNAME}4-b477274 + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libnetcdf_c++4.so.1 + +regression-test test: build + cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check + +.include <bsd.port.mk> Added: head/science/netcdf-cxx/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/netcdf-cxx/distinfo Sat May 3 03:18:06 2014 (r352856) @@ -0,0 +1,2 @@ +SHA256 (netcdf-cxx-4.2.1.tar.gz) = 03c639e7834302adc98934ea0e81821143e62e721533f0e111dcb38ae1ca49e4 +SIZE (netcdf-cxx-4.2.1.tar.gz) = 456691 Added: head/science/netcdf-cxx/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/netcdf-cxx/pkg-descr Sat May 3 03:18:06 2014 (r352856) @@ -0,0 +1,11 @@ +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-cxx4 + +WWW: http://www.unidata.ucar.edu/software/netcdf/ Added: head/science/netcdf-cxx/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/netcdf-cxx/pkg-plist Sat May 3 03:18:06 2014 (r352856) @@ -0,0 +1,33 @@ +bin/ncxx4-config +include/ncAtt.h +include/ncByte.h +include/ncChar.h +include/ncCheck.h +include/ncCompoundType.h +include/ncDim.h +include/ncDouble.h +include/ncEnumType.h +include/ncException.h +include/ncFile.h +include/ncFloat.h +include/ncGroup.h +include/ncGroupAtt.h +include/ncInt.h +include/ncInt64.h +include/ncOpaqueType.h +include/ncShort.h +include/ncString.h +include/ncType.h +include/ncUbyte.h +include/ncUint.h +include/ncUint64.h +include/ncUshort.h +include/ncVar.h +include/ncVarAtt.h +include/ncVlenType.h +include/netcdf +lib/libnetcdf_c++4.a +lib/libnetcdf_c++4.la +lib/libnetcdf_c++4.so +lib/libnetcdf_c++4.so.1 +libdata/pkgconfig/netcdf-cxx4.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405030318.s433I7jo011000>