Received: by mail.netbsd.org (Postfix, from userid 605) id B98A984D5F; Thu, 8 Jul 2021 21:09:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F1E2084D44 for ; Thu, 8 Jul 2021 21:09:05 +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 p7x7VtiiCfTO for ; Thu, 8 Jul 2021 21:09:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4807784D1B for ; Thu, 8 Jul 2021 21:09:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4148DFA95; Thu, 8 Jul 2021 21:09:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162577854444720" MIME-Version: 1.0 Date: Thu, 8 Jul 2021 21:09:04 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/math/imath To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20210708210904.4148DFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162577854444720 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Thu Jul 8 21:09:04 UTC 2021 Added Files: pkgsrc/math/imath: DESCR Makefile PLIST buildlink3.mk distinfo Log Message: imath: add version 3.0.5 Imath is a basic, light-weight, and efficient C++ representation of 2D and 3D vectors and matrices and other simple but useful mathematical objects, functions, and data types common in computer graphics applications. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/math/imath/DESCR pkgsrc/math/imath/Makefile \ pkgsrc/math/imath/PLIST pkgsrc/math/imath/buildlink3.mk \ pkgsrc/math/imath/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162577854444720 Content-Disposition: inline Content-Length: 3859 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/math/imath/DESCR diff -u /dev/null pkgsrc/math/imath/DESCR:1.1 --- /dev/null Thu Jul 8 21:09:04 2021 +++ pkgsrc/math/imath/DESCR Thu Jul 8 21:09:04 2021 @@ -0,0 +1,4 @@ +Imath is a basic, light-weight, and efficient C++ representation of 2D +and 3D vectors and matrices and other simple but useful mathematical +objects, functions, and data types common in computer graphics +applications. Index: pkgsrc/math/imath/Makefile diff -u /dev/null pkgsrc/math/imath/Makefile:1.1 --- /dev/null Thu Jul 8 21:09:04 2021 +++ pkgsrc/math/imath/Makefile Thu Jul 8 21:09:04 2021 @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1 2021/07/08 21:09:04 markd Exp $ + +DISTNAME= imath-3.0.5 +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_GITHUB:=AcademySoftwareFoundation/} +GITHUB_PROJECT= Imath +GITHUB_TAG= v${PKGVERSION_NOREV} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://www.openexr.com/ +COMMENT= 2D and 3D vector, matrix, and math operations for computer graphics +LICENSE= modified-bsd + +USE_CMAKE= yes +USE_LANGUAGES= c c++14 +PTHREAD_OPTS= require + +# C++14 +GCC_REQD+= 6 + +PKGCONFIG_OVERRIDE= config/Imath.pc.in + +.include "../../mk/pthread.buildlink3.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/math/imath/PLIST diff -u /dev/null pkgsrc/math/imath/PLIST:1.1 --- /dev/null Thu Jul 8 21:09:04 2021 +++ pkgsrc/math/imath/PLIST Thu Jul 8 21:09:04 2021 @@ -0,0 +1,45 @@ +@comment $NetBSD: PLIST,v 1.1 2021/07/08 21:09:04 markd Exp $ +include/Imath/ImathBox.h +include/Imath/ImathBoxAlgo.h +include/Imath/ImathColor.h +include/Imath/ImathColorAlgo.h +include/Imath/ImathConfig.h +include/Imath/ImathEuler.h +include/Imath/ImathExport.h +include/Imath/ImathForward.h +include/Imath/ImathFrame.h +include/Imath/ImathFrustum.h +include/Imath/ImathFrustumTest.h +include/Imath/ImathFun.h +include/Imath/ImathGL.h +include/Imath/ImathGLU.h +include/Imath/ImathInt64.h +include/Imath/ImathInterval.h +include/Imath/ImathLine.h +include/Imath/ImathLineAlgo.h +include/Imath/ImathMath.h +include/Imath/ImathMatrix.h +include/Imath/ImathMatrixAlgo.h +include/Imath/ImathNamespace.h +include/Imath/ImathPlane.h +include/Imath/ImathPlatform.h +include/Imath/ImathQuat.h +include/Imath/ImathRandom.h +include/Imath/ImathRoots.h +include/Imath/ImathShear.h +include/Imath/ImathSphere.h +include/Imath/ImathTypeTraits.h +include/Imath/ImathVec.h +include/Imath/ImathVecAlgo.h +include/Imath/half.h +include/Imath/halfFunction.h +include/Imath/halfLimits.h +lib/cmake/Imath/ImathConfig.cmake +lib/cmake/Imath/ImathConfigVersion.cmake +lib/cmake/Imath/ImathTargets-release.cmake +lib/cmake/Imath/ImathTargets.cmake +lib/libImath-3_0.so +lib/libImath-3_0.so.28 +lib/libImath-3_0.so.28.0.2 +lib/libImath.so +lib/pkgconfig/Imath.pc Index: pkgsrc/math/imath/buildlink3.mk diff -u /dev/null pkgsrc/math/imath/buildlink3.mk:1.1 --- /dev/null Thu Jul 8 21:09:04 2021 +++ pkgsrc/math/imath/buildlink3.mk Thu Jul 8 21:09:04 2021 @@ -0,0 +1,12 @@ +# $NetBSD: buildlink3.mk,v 1.1 2021/07/08 21:09:04 markd Exp $ + +BUILDLINK_TREE+= imath + +.if !defined(IMATH_BUILDLINK3_MK) +IMATH_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.imath+= imath>=3.0.4 +BUILDLINK_PKGSRCDIR.imath?= ../../math/imath +.endif # IMATH_BUILDLINK3_MK + +BUILDLINK_TREE+= -imath Index: pkgsrc/math/imath/distinfo diff -u /dev/null pkgsrc/math/imath/distinfo:1.1 --- /dev/null Thu Jul 8 21:09:04 2021 +++ pkgsrc/math/imath/distinfo Thu Jul 8 21:09:04 2021 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2021/07/08 21:09:04 markd Exp $ + +SHA1 (imath-3.0.5.tar.gz) = 52b330d90873debbaa343931adbe734337cccada +RMD160 (imath-3.0.5.tar.gz) = 92ec5f1c6e2765518c3250cdd9dded0e640c77d8 +SHA512 (imath-3.0.5.tar.gz) = df206315d822266cf32a5a4399abff7ad1dd0bd1f0372d61f61516e2acdefd13e3cfd9cf54373a3fb49bb28c9f80915ca5ecaec2a068a1d6ea231d71a5316da2 +Size (imath-3.0.5.tar.gz) = 528503 bytes --_----------=_162577854444720--