pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/hs-commutative-semigroups
Module Name: pkgsrc
Committed By: pho
Date: Thu Jan 26 03:35:18 UTC 2023
Added Files:
pkgsrc/math/hs-commutative-semigroups: DESCR Makefile PLIST
buildlink3.mk distinfo
Log Message:
math/hs-commutative-semigroups: import hs-commutative-semigroups-0.1.0.0
A commutative semigroup is a semigroup where the order of arguments to
mappend does not matter.
class Semigroup g => Commutative g
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/hs-commutative-semigroups/DESCR \
pkgsrc/math/hs-commutative-semigroups/Makefile \
pkgsrc/math/hs-commutative-semigroups/PLIST \
pkgsrc/math/hs-commutative-semigroups/buildlink3.mk \
pkgsrc/math/hs-commutative-semigroups/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-commutative-semigroups/DESCR
diff -u /dev/null pkgsrc/math/hs-commutative-semigroups/DESCR:1.1
--- /dev/null Thu Jan 26 03:35:18 2023
+++ pkgsrc/math/hs-commutative-semigroups/DESCR Thu Jan 26 03:35:18 2023
@@ -0,0 +1,4 @@
+A commutative semigroup is a semigroup where the order of arguments to
+mappend does not matter.
+
+ class Semigroup g => Commutative g
Index: pkgsrc/math/hs-commutative-semigroups/Makefile
diff -u /dev/null pkgsrc/math/hs-commutative-semigroups/Makefile:1.1
--- /dev/null Thu Jan 26 03:35:18 2023
+++ pkgsrc/math/hs-commutative-semigroups/Makefile Thu Jan 26 03:35:18 2023
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2023/01/26 03:35:18 pho Exp $
+
+DISTNAME= commutative-semigroups-0.1.0.0
+CATEGORIES= math
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= Commutative semigroups
+LICENSE= modified-bsd
+
+HASKELL_UNRESTRICT_DEPENDENCIES+= \
+ base
+
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/hs-commutative-semigroups/PLIST
diff -u /dev/null pkgsrc/math/hs-commutative-semigroups/PLIST:1.1
--- /dev/null Thu Jan 26 03:35:18 2023
+++ pkgsrc/math/hs-commutative-semigroups/PLIST Thu Jan 26 03:35:18 2023
@@ -0,0 +1,23 @@
+@comment $NetBSD: PLIST,v 1.1 2023/01/26 03:35:18 pho Exp $
+lib/commutative-semigroups-${PKGVERSION}/${HS_VERSION}/package-description
+lib/commutative-semigroups-${PKGVERSION}/${HS_VERSION}/package-id
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Data/Semigroup/Commutative.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/Semigroup/Commutative.hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Data/Semigroup/Commutative.p_hi
+${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Numeric/Product/Commutative.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Numeric/Product/Commutative.hi
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Numeric/Product/Commutative.p_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}.a
+${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a
+${PLIST.shlibs}lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so
+${PLIST.doc}share/doc/${HS_PLATFORM}/commutative-semigroups-${PKGVERSION}/LICENSE
+${PLIST.doc}share/doc/${HS_PLATFORM}/commutative-semigroups-${PKGVERSION}/html/Data-Semigroup-Commutative.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/commutative-semigroups-${PKGVERSION}/html/Numeric-Product-Commutative.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/commutative-semigroups-${PKGVERSION}/html/commutative-semigroups.haddock
+${PLIST.doc}share/doc/${HS_PLATFORM}/commutative-semigroups-${PKGVERSION}/html/doc-index.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/commutative-semigroups-${PKGVERSION}/html/haddock-bundle.min.js
+${PLIST.doc}share/doc/${HS_PLATFORM}/commutative-semigroups-${PKGVERSION}/html/index.html
+${PLIST.doc}share/doc/${HS_PLATFORM}/commutative-semigroups-${PKGVERSION}/html/linuwial.css
+${PLIST.doc}share/doc/${HS_PLATFORM}/commutative-semigroups-${PKGVERSION}/html/meta.json
+${PLIST.doc}share/doc/${HS_PLATFORM}/commutative-semigroups-${PKGVERSION}/html/quick-jump.css
+${PLIST.doc}share/doc/${HS_PLATFORM}/commutative-semigroups-${PKGVERSION}/html/synopsis.png
Index: pkgsrc/math/hs-commutative-semigroups/buildlink3.mk
diff -u /dev/null pkgsrc/math/hs-commutative-semigroups/buildlink3.mk:1.1
--- /dev/null Thu Jan 26 03:35:18 2023
+++ pkgsrc/math/hs-commutative-semigroups/buildlink3.mk Thu Jan 26 03:35:18 2023
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2023/01/26 03:35:18 pho Exp $
+
+BUILDLINK_TREE+= hs-commutative-semigroups
+
+.if !defined(HS_COMMUTATIVE_SEMIGROUPS_BUILDLINK3_MK)
+HS_COMMUTATIVE_SEMIGROUPS_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-commutative-semigroups+= hs-commutative-semigroups>=0.1.0
+BUILDLINK_ABI_DEPENDS.hs-commutative-semigroups+= hs-commutative-semigroups>=0.1.0.0
+BUILDLINK_PKGSRCDIR.hs-commutative-semigroups?= ../../math/hs-commutative-semigroups
+.endif # HS_COMMUTATIVE_SEMIGROUPS_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -hs-commutative-semigroups
Index: pkgsrc/math/hs-commutative-semigroups/distinfo
diff -u /dev/null pkgsrc/math/hs-commutative-semigroups/distinfo:1.1
--- /dev/null Thu Jan 26 03:35:18 2023
+++ pkgsrc/math/hs-commutative-semigroups/distinfo Thu Jan 26 03:35:18 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/01/26 03:35:18 pho Exp $
+
+BLAKE2s (commutative-semigroups-0.1.0.0.tar.gz) = cc5830aa4e813fa3e235e1c1b145f6a90086896b414f54e748b7e7621898b01b
+SHA512 (commutative-semigroups-0.1.0.0.tar.gz) = cc00bdf95ccee83452ef19be311198981bfdbc7efc1b471fd504ab276842bb4501f886d937c5369c05a1d185e278c8631cd3d24d634414a5851af242d5a06587
+Size (commutative-semigroups-0.1.0.0.tar.gz) = 3916 bytes
Home |
Main Index |
Thread Index |
Old Index