From nobody@FreeBSD.org  Thu Feb 19 02:18:30 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id A61D41065670
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 19 Feb 2009 02:18:30 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 935DE8FC14
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 19 Feb 2009 02:18:30 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n1J2IUfQ025403
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 19 Feb 2009 02:18:30 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n1J2IU92025402;
	Thu, 19 Feb 2009 02:18:30 GMT
	(envelope-from nobody)
Message-Id: <200902190218.n1J2IU92025402@www.freebsd.org>
Date: Thu, 19 Feb 2009 02:18:30 GMT
From: Wen Heping <wenheping@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [New Port]science/py-netCDF4:Python Interface to the NetCDF Library(versions 3 and 4)
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         131866
>Category:       ports
>Synopsis:       [New Port]science/py-netCDF4:Python Interface to the NetCDF Library(versions 3 and 4)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 19 02:20:01 UTC 2009
>Closed-Date:    Mon Feb 23 20:18:42 UTC 2009
>Last-Modified:  Mon Feb 23 20:20:05 UTC 2009
>Originator:     Wen Heping
>Release:        FreeBSD-8.0 Current
>Organization:
ChangAn Middle School
>Environment:
FreeBSD fb8.wenjing.com 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Tue Dec 16 00:26:59 HKT 2008     root@fb8.wenjing.com:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
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/
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	py-netCDF4
#	py-netCDF4/pkg-descr
#	py-netCDF4/distinfo
#	py-netCDF4/Makefile
#	py-netCDF4/pkg-plist
#
echo c - py-netCDF4
mkdir -p py-netCDF4 > /dev/null 2>&1
echo x - py-netCDF4/pkg-descr
sed 's/^X//' >py-netCDF4/pkg-descr << '25a240ca76f1538a440d1f6d58f56aa2'
XnetCDF version 4 has many features not found in earlier versions of the
Xlibrary and is implemented on top of HDF5. This module can read and
Xwrite files in both the new netCDF 4 and the old netCDF 3 format, and
Xcan create files that are readable by HDF5 clients. The API modelled
Xafter Scientific.IO.NetCDF, and should be familiar to users of that
Xmodule.
X
XMany new features of netCDF 4 are implemented, such as multiple
Xunlimited dimensions, groups and zlib data compression. All the new
Xprimitive data types (such as 64 bit and unsigned integer types) are
Ximplemented, except variable-length strings (NC_STRING). User defined
Xdata types (compound, vlen, enum etc.) are not supported.
X
XWWW:  http://code.google.com/p/netcdf4-python/
25a240ca76f1538a440d1f6d58f56aa2
echo x - py-netCDF4/distinfo
sed 's/^X//' >py-netCDF4/distinfo << '5d586982e0f04e5d5b443c248aef22b9'
XMD5 (netCDF4-0.7.7.tar.gz) = 0532342106f6f2bde28dd09dbf6b388c
XSHA256 (netCDF4-0.7.7.tar.gz) = 4bcb9ac71488bdc121e6701f13fb7a9ef2e35f97f13b476e6eb8366f984af5d2
XSIZE (netCDF4-0.7.7.tar.gz) = 416486
5d586982e0f04e5d5b443c248aef22b9
echo x - py-netCDF4/Makefile
sed 's/^X//' >py-netCDF4/Makefile << '1cba7c1b77c89b461b1b83c1435acdf5'
X# Ports collection makefile for:	netCDF4
X# Date created:			18 Feb, 2009
X# Whom:				wenheping@gmail.com
X#
X# $FreeBSD$
X#
X
XPORTNAME=	netCDF4
XPORTVERSION=	0.7.7
XCATEGORIES=	science python
XMASTER_SITES=	http://netcdf4-python.googlecode.com/files/
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
X
XMAINTAINER=	wenheping@gmail.com
XCOMMENT=	Python Interface to the NetCDF Library(versions 3 and 4)
X
XBUILD_DEPENDS=	${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy
XRUN_DEPENDS=	${BUILD_DEPENDS}
XLIB_DEPENDS=	hdf5.6:${PORTSDIR}/science/hdf5-18 \
X		netcdf.5:${PORTSDIR}/science/netcdf4
X
XUSE_PYTHON=	2.5+
XUSE_PYDISTUTILS=	yes
X
X.include <bsd.port.mk>
1cba7c1b77c89b461b1b83c1435acdf5
echo x - py-netCDF4/pkg-plist
sed 's/^X//' >py-netCDF4/pkg-plist << '526325db33fa13aaede4924dfad5057c'
Xbin/grib2nc4
Xbin/nc3tonc4
X%%PYTHON_SITELIBDIR%%/netCDF4_utils.py
X%%PYTHON_SITELIBDIR%%/netCDF4_utils.pyc
X%%PYTHON_SITELIBDIR%%/netCDF4_utils.pyo
X%%PYTHON_SITELIBDIR%%/netCDF4.so
X%%PYTHON_SITELIBDIR%%/netcdftime/__init__.py
X%%PYTHON_SITELIBDIR%%/netcdftime/__init__.pyc
X%%PYTHON_SITELIBDIR%%/netcdftime/__init__.pyo
X%%PYTHON_SITELIBDIR%%/netcdftime/netcdftime.py
X%%PYTHON_SITELIBDIR%%/netcdftime/netcdftime.pyc
X%%PYTHON_SITELIBDIR%%/netcdftime/netcdftime.pyo
X@dirrm %%PYTHON_SITELIBDIR%%/netcdftime
526325db33fa13aaede4924dfad5057c
exit



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Feb 19 02:20:11 UTC 2009 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=131866 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Mon Feb 23 20:18:41 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=131866 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/131866: commit references a PR
Date: Mon, 23 Feb 2009 20:18:57 +0000 (UTC)

 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)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
