From owner-svn-ports-all@FreeBSD.ORG Fri Jul 11 03:50:45 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 F0D8686F; Fri, 11 Jul 2014 03:50:45 +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 C3E61280B; Fri, 11 Jul 2014 03:50:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6B3ojNo005293; Fri, 11 Jul 2014 03:50:45 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6B3oilr005290; Fri, 11 Jul 2014 03:50:44 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201407110350.s6B3oilr005290@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 11 Jul 2014 03:50:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361500 - head/science/pnetcdf 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.18 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: Fri, 11 Jul 2014 03:50:46 -0000 Author: sunpoet Date: Fri Jul 11 03:50:44 2014 New Revision: 361500 URL: http://svnweb.freebsd.org/changeset/ports/361500 QAT: https://qat.redports.org/buildarchive/r361500/ Log: - Fix PLIST [1] - Bump PORTREVISION for package change - Cleanup Makefile - Reformat pkg-descr Reported by: swills [1] Modified: head/science/pnetcdf/Makefile head/science/pnetcdf/pkg-descr head/science/pnetcdf/pkg-plist Modified: head/science/pnetcdf/Makefile ============================================================================== --- head/science/pnetcdf/Makefile Fri Jul 11 00:27:29 2014 (r361499) +++ head/science/pnetcdf/Makefile Fri Jul 11 03:50:44 2014 (r361500) @@ -3,6 +3,7 @@ PORTNAME= pnetcdf PORTVERSION= 1.5.0 +PORTREVISION= 1 CATEGORIES= science parallel MASTER_SITES= http://cucis.ece.northwestern.edu/projects/PnetCDF/Release/ \ LOCAL/sunpoet @@ -19,8 +20,6 @@ OPTIONS_DEFAULT=OPENMPI CONFLICTS= hdf-4.* CFLAGS+= -fPIC -DPIC -LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ENV= M4FLAGS="" GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes USE_PERL5= build Modified: head/science/pnetcdf/pkg-descr ============================================================================== --- head/science/pnetcdf/pkg-descr Fri Jul 11 00:27:29 2014 (r361499) +++ head/science/pnetcdf/pkg-descr Fri Jul 11 03:50:44 2014 (r361500) @@ -1,8 +1,8 @@ Parallel-NetCDF is a library providing high-performance I/O while still maintaining file-format compatibility with Unidata's NetCDF. NetCDF gives scientific programmers a space-efficient and portable means for storing data. -However, it does so in a serial manner, making it difficult to achieve high -I/O performance. By making some small changes to the API specified by NetCDF, -we can use MPI-IO and its collective operations. +However, it does so in a serial manner, making it difficult to achieve high I/O +performance. By making some small changes to the API specified by NetCDF, we can +use MPI-IO and its collective operations. WWW: http://trac.mcs.anl.gov/projects/parallel-netcdf Modified: head/science/pnetcdf/pkg-plist ============================================================================== --- head/science/pnetcdf/pkg-plist Fri Jul 11 00:27:29 2014 (r361499) +++ head/science/pnetcdf/pkg-plist Fri Jul 11 03:50:44 2014 (r361500) @@ -2,6 +2,8 @@ bin/ncmpidiff bin/ncmpidump bin/ncmpigen bin/ncmpivalid +bin/pnetcdf_version +include/pnetcdf include/pnetcdf.h include/pnetcdf.inc include/pnetcdf.mod @@ -13,3 +15,4 @@ man/man1/ncmpivalid.1.gz man/man3/pnetcdf.3.gz man/man3/pnetcdf_f77.3.gz man/man3/pnetcdf_f90.3.gz +man/man1/pnetcdf_version.1.gz