Bug 112265 - [NEW PORT] science/pnetcdf
Summary: [NEW PORT] science/pnetcdf
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-30 08:40 UTC by Shin CHAO
Modified: 2007-04-30 14:50 UTC (History)
0 users

See Also:


Attachments
pnetcdf.shar (4.97 KB, text/plain)
2007-04-30 08:40 UTC, Shin CHAO
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Shin CHAO 2007-04-30 08:40:07 UTC
		Add a new port, descriptions as below:
		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.
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-04-30 08:40:47 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Thierry Thomas freebsd_committer freebsd_triage 2007-04-30 08:54:56 UTC
On Mon 30 avr 07 at 9:38:36 +0200, CHAO Shin <quakelee@cn.FreeBSD.org>
 wrote:

> X# New ports collection makefile for:	parallel-netcdf
> X# Date created:		April 30 2007
> X# Whom:			Chao Shin <quakelee@cn.FreeBSD.org>
> X#
> X# $FreeBSD$
> X#
> X
> XPORTNAME=	pnetcdf
> XPORTVERSION=	1.0.1
> XCATEGORIES=	science


Great! May I suggest to add "parallel" to the CATEGORIES?

Regards,
-- 
Th. Thomas.
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2007-04-30 09:33:39 UTC
State Changed
From-To: open->feedback

Ask for maintainer approval.
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2007-04-30 09:34:10 UTC
State Changed
From-To: feedback->open

ups wrong pr.
Comment 5 dfilter service freebsd_committer freebsd_triage 2007-04-30 14:44:56 UTC
miwi        2007-04-30 13:44:51 UTC

  FreeBSD ports repository

  Modified files:
    science              Makefile 
  Added files:
    science/pnetcdf      Makefile distinfo pkg-descr pkg-plist 
    science/pnetcdf/files patch-aclocal.m4 patch-configure 
                          patch-macros.make.def 
  Log:
  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.
  
  WWW: http://trac.mcs.anl.gov/projects/parallel-netcdf
  
  PR:             ports/112265
  Submitted by:   Chao Shin <quakelee at cn.FreeBSD.org>
  
  Revision  Changes    Path
  1.115     +1 -0      ports/science/Makefile
  1.1       +53 -0     ports/science/pnetcdf/Makefile (new)
  1.1       +3 -0      ports/science/pnetcdf/distinfo (new)
  1.1       +11 -0     ports/science/pnetcdf/files/patch-aclocal.m4 (new)
  1.1       +11 -0     ports/science/pnetcdf/files/patch-configure (new)
  1.1       +11 -0     ports/science/pnetcdf/files/patch-macros.make.def (new)
  1.1       +8 -0      ports/science/pnetcdf/pkg-descr (new)
  1.1       +10 -0     ports/science/pnetcdf/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"
Comment 6 Martin Wilke freebsd_committer freebsd_triage 2007-04-30 14:45:09 UTC
State Changed
From-To: open->closed

New port added. Thanks!