pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/imath imath: add version 3.0.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5a6ac3429324
branches:  trunk
changeset: 455682:5a6ac3429324
user:      markd <markd%pkgsrc.org@localhost>
date:      Thu Jul 08 21:09:04 2021 +0000

description:
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.

diffstat:

 math/imath/DESCR         |   4 ++++
 math/imath/Makefile      |  24 ++++++++++++++++++++++++
 math/imath/PLIST         |  45 +++++++++++++++++++++++++++++++++++++++++++++
 math/imath/buildlink3.mk |  12 ++++++++++++
 math/imath/distinfo      |   6 ++++++
 5 files changed, 91 insertions(+), 0 deletions(-)

diffs (111 lines):

diff -r bf20de1b75e7 -r 5a6ac3429324 math/imath/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/imath/DESCR  Thu Jul 08 21:09:04 2021 +0000
@@ -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.
diff -r bf20de1b75e7 -r 5a6ac3429324 math/imath/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/imath/Makefile       Thu Jul 08 21:09:04 2021 +0000
@@ -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@localhost
+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"
diff -r bf20de1b75e7 -r 5a6ac3429324 math/imath/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/imath/PLIST  Thu Jul 08 21:09:04 2021 +0000
@@ -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
diff -r bf20de1b75e7 -r 5a6ac3429324 math/imath/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/imath/buildlink3.mk  Thu Jul 08 21:09:04 2021 +0000
@@ -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
diff -r bf20de1b75e7 -r 5a6ac3429324 math/imath/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/imath/distinfo       Thu Jul 08 21:09:04 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index