aboutsummaryrefslogtreecommitdiff
path: root/math/ttmath
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-06-29 20:10:51 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-06-29 20:11:24 +0000
commitfa8df33c779ad67e2d2260e29ea552e2113e5020 (patch)
tree83fd3671e5ee2f1a88c8376399c6914d95415f56 /math/ttmath
parentcf9c8c457fc123b4d91e4a2b84177e596821e170 (diff)
Diffstat (limited to 'math/ttmath')
-rw-r--r--math/ttmath/Makefile36
-rw-r--r--math/ttmath/distinfo3
-rw-r--r--math/ttmath/pkg-descr5
-rw-r--r--math/ttmath/pkg-plist15
4 files changed, 59 insertions, 0 deletions
diff --git a/math/ttmath/Makefile b/math/ttmath/Makefile
new file mode 100644
index 000000000000..6ac908c1f139
--- /dev/null
+++ b/math/ttmath/Makefile
@@ -0,0 +1,36 @@
+PORTNAME= ttmath
+DISTVERSION= 0.9.3.20191013
+CATEGORIES= math
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= C++ headers-only library for big integer and floating point numbers
+
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/COPYRIGHT
+
+FETCH_DEPENDS= git:devel/git
+
+USES= cmake:testing
+
+NO_BUILD= yes
+NO_ARCH= yes
+
+GIT_URL= https://gitea.ttmath.org/tomasz.sowa/ttmath.git
+GIT_TAG= aad580f51e7ffc32966507a9897ec575c389e3e6
+
+do-fetch:
+ @if [ "${FORCE_FETCH_ALL}" = "true" ] || ! [ -f "${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX}" ]; then \
+ ${MKDIR} ${DISTDIR}/${DIST_SUBDIR} && \
+ cd ${DISTDIR}/${DIST_SUBDIR} && \
+ git clone -q ${GIT_URL} ${PORTNAME}-${DISTVERSIONFULL} && \
+ (cd ${PORTNAME}-${DISTVERSIONFULL} && git reset -q --hard ${GIT_TAG} && ${RM} -r .git) && \
+ ${FIND} ${PORTNAME}-${DISTVERSIONFULL} -and -exec ${TOUCH} -h -d 1970-01-01T00:00:00Z {} \; && \
+ ${FIND} ${PORTNAME}-${DISTVERSIONFULL} -print0 | LC_ALL=C ${SORT} -z | \
+ ${TAR} czf ${PORTNAME}-${DISTVERSIONFULL}${EXTRACT_SUFX} --format=bsdtar --gid 0 --uid 0 --options gzip:!timestamp --no-recursion --null -T - && \
+ ${RM} -r ${PORTNAME}-${DISTVERSIONFULL}; \
+ fi
+
+do-install:
+ @cd ${WRKSRC} && ${COPYTREE_SHARE} ${PORTNAME} ${STAGEDIR}${PREFIX}/include
+
+.include <bsd.port.mk>
diff --git a/math/ttmath/distinfo b/math/ttmath/distinfo
new file mode 100644
index 000000000000..a11cfa3819fd
--- /dev/null
+++ b/math/ttmath/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1656531839
+SHA256 (ttmath-0.9.3.20191013.tar.gz) = be79987c86f5139cf0ee6ca985412629af9631b967ee495be46065b15f04401d
+SIZE (ttmath-0.9.3.20191013.tar.gz) = 2194590
diff --git a/math/ttmath/pkg-descr b/math/ttmath/pkg-descr
new file mode 100644
index 000000000000..ddf268ccceed
--- /dev/null
+++ b/math/ttmath/pkg-descr
@@ -0,0 +1,5 @@
+TTMath is a small library which allows one to perform arithmetic
+operations with big unsigned integer, big signed integer and big
+floating point numbers.
+
+WWW: https://ttmath.org
diff --git a/math/ttmath/pkg-plist b/math/ttmath/pkg-plist
new file mode 100644
index 000000000000..f194764b4921
--- /dev/null
+++ b/math/ttmath/pkg-plist
@@ -0,0 +1,15 @@
+include/ttmath/ttmath.h
+include/ttmath/ttmathbig.h
+include/ttmath/ttmathdec.h
+include/ttmath/ttmathint.h
+include/ttmath/ttmathmisc.h
+include/ttmath/ttmathobjects.h
+include/ttmath/ttmathparser.h
+include/ttmath/ttmaththreads.h
+include/ttmath/ttmathtypes.h
+include/ttmath/ttmathuint.h
+include/ttmath/ttmathuint_noasm.h
+include/ttmath/ttmathuint_x86.h
+include/ttmath/ttmathuint_x86_64.h
+include/ttmath/ttmathuint_x86_64_msvc.asm
+include/ttmath/win64_assemble.bat