From owner-svn-ports-all@FreeBSD.ORG Sat May 3 03:18:08 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3A2ECE96; Sat, 3 May 2014 03:18:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1A1FA1958; Sat, 3 May 2014 03:18:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s433I7dr011005; Sat, 3 May 2014 03:18:07 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s433I7jo011000; Sat, 3 May 2014 03:18:07 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201405030318.s433I7jo011000@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 3 May 2014 03:18:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352856 - in head/science: . netcdf-cxx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2014 03:18:08 -0000 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 +# $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 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