Import cgnslib-3.1.3-2 as wip/cgnslib.

The CFD General Notation System (CGNS) provides a standard for recording and
recovering computer data associated with the numerical solution of the equations
of fluid dynamics
This commit is contained in:
Kamel Ibn Aziz Derouiche 2011-08-12 23:35:17 +00:00 committed by Thomas Klausner
parent 072856e1ff
commit a46beca637
5 changed files with 62 additions and 0 deletions

3
cgnslib/DESCR Normal file
View file

@ -0,0 +1,3 @@
The CFD General Notation System (CGNS) provides a standard for recording and
recovering computer data associated with the numerical solution of the equations
of fluid dynamics

23
cgnslib/Makefile Normal file
View file

@ -0,0 +1,23 @@
# $NetBSD: Makefile,v 1.1.1.1 2011/08/12 23:35:17 jihbed Exp $
#
DISTNAME= cgnslib_3.1.3-2
PKGNAME= cgnslib-3.1.3-2
CATEGORIES= science
MASTER_SITES= http://garr.dl.sourceforge.net/project/cgns/cgnslib_3.1/
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= http://www.cgns.org/
COMMENT= CFD General Notation System library code
#LICENSE= # TODO: (see mk/license.mk)
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/cgnslib_3.1.3
USE_CMAKE= yes
USE_LANGUAGES= c c++ fortran
.include "../../devel/hdf5/buildlink3.mk"
.include "../../mk/mpi.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

17
cgnslib/PLIST Normal file
View file

@ -0,0 +1,17 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2011/08/12 23:35:17 jihbed Exp $
bin/cgnames
bin/cgnscheck
bin/cgnsconvert
bin/cgnsdiff
bin/cgnslist
bin/cgnsupdate
bin/cgnsversion
include/cgns_io.h
include/cgnslib.h
include/cgnslib_f.h
include/cgnstypes.h
include/cgnstypes_f.h
include/cgnswin_f.h
lib/libcgns.a
lib/libcgns.so
lib/libcgns.so.3.1

14
cgnslib/buildlink3.mk Normal file
View file

@ -0,0 +1,14 @@
# $NetBSD: buildlink3.mk,v 1.1.1.1 2011/08/12 23:35:17 jihbed Exp $
BUILDLINK_TREE+= cgnslib-3.1.3
.if !defined(CGNSLIB_3.1.3_BUILDLINK3_MK)
CGNSLIB_3.1.3_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.cgnslib-3.1.3+= cgnslib-3.1.3>=2
BUILDLINK_PKGSRCDIR.cgnslib-3.1.3?= ../../wip/cgnslib
.include "../../devel/hdf5/buildlink3.mk"
.endif # CGNSLIB_3.1.3_BUILDLINK3_MK
BUILDLINK_TREE+= -cgnslib-3.1.3

5
cgnslib/distinfo Normal file
View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2011/08/12 23:35:17 jihbed Exp $
SHA1 (cgnslib_3.1.3-2.tar.gz) = ab310941551d4ec877df50b82c95ee59921e05e9
RMD160 (cgnslib_3.1.3-2.tar.gz) = 0d29c758d0cd22b592db565483c803aea96ceb4e
Size (cgnslib_3.1.3-2.tar.gz) = 1571497 bytes