pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/imath



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.

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@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"
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



Home | Main Index | Thread Index | Old Index