Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EDCC284D14 for ; Tue, 25 Jul 2023 11:23:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id vc_Z46bwXt9J for ; Tue, 25 Jul 2023 11:23:55 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3F6CF84D0E for ; Tue, 25 Jul 2023 11:23:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2DA83FBDB; Tue, 25 Jul 2023 11:23:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1690284235149790" MIME-Version: 1.0 Date: Tue, 25 Jul 2023 11:23:55 +0000 From: "Dr. Thomas Orgis" Subject: CVS commit: pkgsrc/science To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: thor@netbsd.org X-Mailer: log_accum Message-Id: <20230725112355.2DA83FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1690284235149790 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: thor Date: Tue Jul 25 11:23:55 UTC 2023 Modified Files: pkgsrc/science: Makefile Added Files: pkgsrc/science/cgnslib: DESCR Makefile PLIST buildlink3.mk distinfo Log Message: science/cgnslib: import new package vom wip The CFD General Notation System (CGNS) provides a standard for recording and recovering computer data associated with the numerical solution of fluid dynamics equations. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/science/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/science/cgnslib/DESCR \ pkgsrc/science/cgnslib/Makefile pkgsrc/science/cgnslib/PLIST \ pkgsrc/science/cgnslib/buildlink3.mk pkgsrc/science/cgnslib/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1690284235149790 Content-Disposition: inline Content-Length: 3502 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/science/Makefile diff -u pkgsrc/science/Makefile:1.1 pkgsrc/science/Makefile:1.2 --- pkgsrc/science/Makefile:1.1 Mon Jul 17 01:03:19 2023 +++ pkgsrc/science/Makefile Tue Jul 25 11:23:54 2023 @@ -1,6 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2023/07/17 01:03:19 thor Exp $ +# $NetBSD: Makefile,v 1.2 2023/07/25 11:23:54 thor Exp $ # COMMENT= Scientific software in general +SUBDIR+= cgnslib + .include "../mk/misc/category.mk" Added files: Index: pkgsrc/science/cgnslib/DESCR diff -u /dev/null pkgsrc/science/cgnslib/DESCR:1.1 --- /dev/null Tue Jul 25 11:23:55 2023 +++ pkgsrc/science/cgnslib/DESCR Tue Jul 25 11:23:54 2023 @@ -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 fluid dynamics equations. Index: pkgsrc/science/cgnslib/Makefile diff -u /dev/null pkgsrc/science/cgnslib/Makefile:1.1 --- /dev/null Tue Jul 25 11:23:55 2023 +++ pkgsrc/science/cgnslib/Makefile Tue Jul 25 11:23:54 2023 @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1 2023/07/25 11:23:54 thor Exp $ + +PKGNAME= cgnslib-4.4.0 +GITHUB_PROJECT= CGNS +GITHUB_TAG= v${PKGVERSION_NOREV} +DISTNAME= ${GITHUB_PROJECT}-${PKGVERSION_NOREV} +CATEGORIES= science +MASTER_SITES= ${MASTER_SITE_GITHUB:=CGNS/} + +MAINTAINER= thomas.orgis@uni-hamburg.de +HOMEPAGE= https://cgns.github.io/ +COMMENT= CFD General Notation System +LICENSE= zlib + +USE_LANGUAGES= c fortran + +# cmake seems preferred +CHECK_PORTABILITY_SKIP+= src/configure + +.include "../../devel/cmake/build.mk" +.include "../../devel/hdf5/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/science/cgnslib/PLIST diff -u /dev/null pkgsrc/science/cgnslib/PLIST:1.1 --- /dev/null Tue Jul 25 11:23:55 2023 +++ pkgsrc/science/cgnslib/PLIST Tue Jul 25 11:23:54 2023 @@ -0,0 +1,23 @@ +@comment $NetBSD: PLIST,v 1.1 2023/07/25 11:23:54 thor Exp $ +bin/adf2hdf +bin/cgnscheck +bin/cgnscompress +bin/cgnsconvert +bin/cgnsdiff +bin/cgnslist +bin/cgnsnames +bin/cgnsupdate +bin/hdf2adf +include/cgnsBuild.defs +include/cgns_io.h +include/cgnsconfig.h +include/cgnslib.h +include/cgnstypes.h +include/cgnstypes_f.h +include/cgnstypes_f03.h +include/cgnswin_f.h +lib/cmake/cgns/cgns-targets-release.cmake +lib/cmake/cgns/cgns-targets.cmake +lib/libcgns.a +lib/libcgns.so +lib/libcgns.so.4.4 Index: pkgsrc/science/cgnslib/buildlink3.mk diff -u /dev/null pkgsrc/science/cgnslib/buildlink3.mk:1.1 --- /dev/null Tue Jul 25 11:23:55 2023 +++ pkgsrc/science/cgnslib/buildlink3.mk Tue Jul 25 11:23:54 2023 @@ -0,0 +1,14 @@ +# $NetBSD: buildlink3.mk,v 1.1 2023/07/25 11:23:54 thor Exp $ + +BUILDLINK_TREE+= cgnslib + +.if !defined(CGNSLIB_BUILDLINK3_MK) +CGNSLIB_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.cgnslib+= cgnslib>=2 +BUILDLINK_PKGSRCDIR.cgnslib?= ../../science/cgnslib + +.include "../../devel/hdf5/buildlink3.mk" +.endif # CGNSLIB_BUILDLINK3_MK + +BUILDLINK_TREE+= -cgnslib Index: pkgsrc/science/cgnslib/distinfo diff -u /dev/null pkgsrc/science/cgnslib/distinfo:1.1 --- /dev/null Tue Jul 25 11:23:55 2023 +++ pkgsrc/science/cgnslib/distinfo Tue Jul 25 11:23:54 2023 @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2023/07/25 11:23:54 thor Exp $ + +BLAKE2s (CGNS-4.4.0.tar.gz) = 498f965523c7391051231a031fdafbc2b49dd83b226f31621332d03ed5949552 +SHA512 (CGNS-4.4.0.tar.gz) = 86c16d40b524519362645c553c91bade9bb7e4bffde7bf4de96a7f471ae3779a15781efa91efa059b2af0b127f08a560d2e903df6b45e1c79eaec6061db226e9 +Size (CGNS-4.4.0.tar.gz) = 1979828 bytes --_----------=_1690284235149790--