pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/hs-quote-quot



Module Name:    pkgsrc
Committed By:   pho
Date:           Tue Oct 24 08:35:10 UTC 2023

Added Files:
        pkgsrc/math/hs-quote-quot: DESCR Makefile PLIST buildlink3.mk distinfo

Log Message:
math/hs-quote-quot: import hs-quote-quot-0.2.1.0

Generate routines for integer division, employing arithmetic and bitwise
operations only, which are 2.5x-3.5x faster than quot. Divisors must be
known in compile-time and be positive.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/hs-quote-quot/DESCR \
    pkgsrc/math/hs-quote-quot/Makefile pkgsrc/math/hs-quote-quot/PLIST \
    pkgsrc/math/hs-quote-quot/buildlink3.mk \
    pkgsrc/math/hs-quote-quot/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/hs-quote-quot/DESCR
diff -u /dev/null pkgsrc/math/hs-quote-quot/DESCR:1.1
--- /dev/null   Tue Oct 24 08:35:10 2023
+++ pkgsrc/math/hs-quote-quot/DESCR     Tue Oct 24 08:35:10 2023
@@ -0,0 +1,3 @@
+Generate routines for integer division, employing arithmetic and bitwise
+operations only, which are 2.5x-3.5x faster than quot. Divisors must be
+known in compile-time and be positive.
Index: pkgsrc/math/hs-quote-quot/Makefile
diff -u /dev/null pkgsrc/math/hs-quote-quot/Makefile:1.1
--- /dev/null   Tue Oct 24 08:35:10 2023
+++ pkgsrc/math/hs-quote-quot/Makefile  Tue Oct 24 08:35:10 2023
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.1 2023/10/24 08:35:10 pho Exp $
+
+DISTNAME=      quote-quot-0.2.1.0
+CATEGORIES=    math
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Divide without division
+LICENSE=       modified-bsd
+
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/hs-quote-quot/PLIST
diff -u /dev/null pkgsrc/math/hs-quote-quot/PLIST:1.1
--- /dev/null   Tue Oct 24 08:35:10 2023
+++ pkgsrc/math/hs-quote-quot/PLIST     Tue Oct 24 08:35:10 2023
@@ -0,0 +1,21 @@
+@comment $NetBSD: PLIST,v 1.1 2023/10/24 08:35:10 pho Exp $
+lib/quote-quot-${PKGVERSION}/${HS_VERSION}/package-description
+lib/quote-quot-${PKGVERSION}/${HS_VERSION}/package-id
+${PLIST.shlibs}lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Numeric/QuoteQuot.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Numeric/QuoteQuot.hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Numeric/QuoteQuot.p_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}.a
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a
+share/doc/${HS_PLATFORM}/quote-quot-${PKGVERSION}/LICENSE
+${PLIST.doc}share/doc/${HS_PLATFORM}/quote-quot-${PKGVERSION}/html/Numeric-QuoteQuot.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/quote-quot-${PKGVERSION}/html/doc-index.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/quote-quot-${PKGVERSION}/html/doc-index.json
+${PLIST.doc}share/doc/${HS_PLATFORM}/quote-quot-${PKGVERSION}/html/haddock-bundle.min.js
+${PLIST.doc}share/doc/${HS_PLATFORM}/quote-quot-${PKGVERSION}/html/index.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/quote-quot-${PKGVERSION}/html/linuwial.css
+${PLIST.doc}share/doc/${HS_PLATFORM}/quote-quot-${PKGVERSION}/html/meta.json
+${PLIST.doc}share/doc/${HS_PLATFORM}/quote-quot-${PKGVERSION}/html/quick-jump.css
+${PLIST.doc}share/doc/${HS_PLATFORM}/quote-quot-${PKGVERSION}/html/quick-jump.min.js
+${PLIST.doc}share/doc/${HS_PLATFORM}/quote-quot-${PKGVERSION}/html/quote-quot.haddock
+${PLIST.doc}share/doc/${HS_PLATFORM}/quote-quot-${PKGVERSION}/html/synopsis.png
Index: pkgsrc/math/hs-quote-quot/buildlink3.mk
diff -u /dev/null pkgsrc/math/hs-quote-quot/buildlink3.mk:1.1
--- /dev/null   Tue Oct 24 08:35:10 2023
+++ pkgsrc/math/hs-quote-quot/buildlink3.mk     Tue Oct 24 08:35:10 2023
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2023/10/24 08:35:10 pho Exp $
+
+BUILDLINK_TREE+=       hs-quote-quot
+
+.if !defined(HS_QUOTE_QUOT_BUILDLINK3_MK)
+HS_QUOTE_QUOT_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-quote-quot+=  hs-quote-quot>=0.2.1
+BUILDLINK_ABI_DEPENDS.hs-quote-quot+=  hs-quote-quot>=0.2.1.0
+BUILDLINK_PKGSRCDIR.hs-quote-quot?=    ../../math/hs-quote-quot
+.endif # HS_QUOTE_QUOT_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-quote-quot
Index: pkgsrc/math/hs-quote-quot/distinfo
diff -u /dev/null pkgsrc/math/hs-quote-quot/distinfo:1.1
--- /dev/null   Tue Oct 24 08:35:10 2023
+++ pkgsrc/math/hs-quote-quot/distinfo  Tue Oct 24 08:35:10 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/10/24 08:35:10 pho Exp $
+
+BLAKE2s (quote-quot-0.2.1.0.tar.gz) = 2196a0df77483103d512b4d982b90c23b11cac3629affe2ca915e3e98d144cd2
+SHA512 (quote-quot-0.2.1.0.tar.gz) = 4767d162e7df9cfa5bfa713cdf851d570b73351a491e18ff5df5928ae53beabb70d95c18eb35eb5a7e7ca555e119e9358ae78e59c7b7bf9c4be8f5eae383c17c
+Size (quote-quot-0.2.1.0.tar.gz) = 6731 bytes



Home | Main Index | Thread Index | Old Index