pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-witherable



Module Name:    pkgsrc
Committed By:   pho
Date:           Sat Feb 12 05:28:34 UTC 2022

Added Files:
        pkgsrc/devel/hs-witherable: DESCR Makefile PLIST buildlink3.mk distinfo
        pkgsrc/devel/hs-witherable/patches: patch-witherable.cabal

Log Message:
devel/hs-witherable: import hs-witherable-0.4.2

A stronger variant of traverse which can remove elements and generalised
mapMaybe, catMaybes, filter.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/hs-witherable/DESCR \
    pkgsrc/devel/hs-witherable/Makefile pkgsrc/devel/hs-witherable/PLIST \
    pkgsrc/devel/hs-witherable/buildlink3.mk \
    pkgsrc/devel/hs-witherable/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/devel/hs-witherable/patches/patch-witherable.cabal

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/hs-witherable/DESCR
diff -u /dev/null pkgsrc/devel/hs-witherable/DESCR:1.1
--- /dev/null   Sat Feb 12 05:28:34 2022
+++ pkgsrc/devel/hs-witherable/DESCR    Sat Feb 12 05:28:34 2022
@@ -0,0 +1,2 @@
+A stronger variant of traverse which can remove elements and generalised
+mapMaybe, catMaybes, filter.
Index: pkgsrc/devel/hs-witherable/Makefile
diff -u /dev/null pkgsrc/devel/hs-witherable/Makefile:1.1
--- /dev/null   Sat Feb 12 05:28:34 2022
+++ pkgsrc/devel/hs-witherable/Makefile Sat Feb 12 05:28:34 2022
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2022/02/12 05:28:34 pho Exp $
+
+DISTNAME=      witherable-0.4.2
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Filterable traversable
+LICENSE=       modified-bsd
+
+.include "../../devel/hs-base-orphans/buildlink3.mk"
+.include "../../devel/hs-hashable/buildlink3.mk"
+.include "../../devel/hs-indexed-traversable/buildlink3.mk"
+.include "../../devel/hs-indexed-traversable-instances/buildlink3.mk"
+.include "../../devel/hs-unordered-containers/buildlink3.mk"
+.include "../../devel/hs-vector/buildlink3.mk"
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/hs-witherable/PLIST
diff -u /dev/null pkgsrc/devel/hs-witherable/PLIST:1.1
--- /dev/null   Sat Feb 12 05:28:34 2022
+++ pkgsrc/devel/hs-witherable/PLIST    Sat Feb 12 05:28:34 2022
@@ -0,0 +1,23 @@
+@comment $NetBSD: PLIST,v 1.1 2022/02/12 05:28:34 pho Exp $
+lib/witherable-${PKGVERSION}/${HS_VERSION}/package-description
+lib/witherable-${PKGVERSION}/${HS_VERSION}/package-id
+lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/Witherable.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/Witherable.hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/Witherable.p_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Witherable.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Witherable.hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Witherable.p_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}.a
+lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a
+share/doc/${HS_PLATFORM}/witherable-${PKGVERSION}/LICENSE
+share/doc/${HS_PLATFORM}/witherable-${PKGVERSION}/html/Data-Witherable.html
+share/doc/${HS_PLATFORM}/witherable-${PKGVERSION}/html/Witherable.html
+share/doc/${HS_PLATFORM}/witherable-${PKGVERSION}/html/doc-index.html
+share/doc/${HS_PLATFORM}/witherable-${PKGVERSION}/html/haddock-bundle.min.js
+share/doc/${HS_PLATFORM}/witherable-${PKGVERSION}/html/index.html
+share/doc/${HS_PLATFORM}/witherable-${PKGVERSION}/html/linuwial.css
+share/doc/${HS_PLATFORM}/witherable-${PKGVERSION}/html/meta.json
+share/doc/${HS_PLATFORM}/witherable-${PKGVERSION}/html/quick-jump.css
+share/doc/${HS_PLATFORM}/witherable-${PKGVERSION}/html/synopsis.png
+share/doc/${HS_PLATFORM}/witherable-${PKGVERSION}/html/witherable.haddock
Index: pkgsrc/devel/hs-witherable/buildlink3.mk
diff -u /dev/null pkgsrc/devel/hs-witherable/buildlink3.mk:1.1
--- /dev/null   Sat Feb 12 05:28:34 2022
+++ pkgsrc/devel/hs-witherable/buildlink3.mk    Sat Feb 12 05:28:34 2022
@@ -0,0 +1,20 @@
+# $NetBSD: buildlink3.mk,v 1.1 2022/02/12 05:28:34 pho Exp $
+
+BUILDLINK_TREE+=       hs-witherable
+
+.if !defined(HS_WITHERABLE_BUILDLINK3_MK)
+HS_WITHERABLE_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-witherable+=  hs-witherable>=0.4.2
+BUILDLINK_ABI_DEPENDS.hs-witherable+=  hs-witherable>=0.4.2
+BUILDLINK_PKGSRCDIR.hs-witherable?=    ../../devel/hs-witherable
+
+.include "../../devel/hs-base-orphans/buildlink3.mk"
+.include "../../devel/hs-hashable/buildlink3.mk"
+.include "../../devel/hs-indexed-traversable/buildlink3.mk"
+.include "../../devel/hs-indexed-traversable-instances/buildlink3.mk"
+.include "../../devel/hs-unordered-containers/buildlink3.mk"
+.include "../../devel/hs-vector/buildlink3.mk"
+.endif # HS_WITHERABLE_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-witherable
Index: pkgsrc/devel/hs-witherable/distinfo
diff -u /dev/null pkgsrc/devel/hs-witherable/distinfo:1.1
--- /dev/null   Sat Feb 12 05:28:34 2022
+++ pkgsrc/devel/hs-witherable/distinfo Sat Feb 12 05:28:34 2022
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2022/02/12 05:28:34 pho Exp $
+
+BLAKE2s (witherable-0.4.2.tar.gz) = 7004a4dfcaab709528a19fd34d21b2083bd857fdcde0174ad56a22fdab8f5e0f
+SHA512 (witherable-0.4.2.tar.gz) = 14ad590e24b93fc25f16fecaf71d6f9f891a903dd76e052d9f6c21b464f0d28df4f019d33ac36086341a6c5bd20833d7b0c2d19543460d1530899c0c25cea852
+Size (witherable-0.4.2.tar.gz) = 11876 bytes
+SHA1 (patch-witherable.cabal) = 6179b906e5e524d20b3e34b38307cbf5d6bed6ee

Index: pkgsrc/devel/hs-witherable/patches/patch-witherable.cabal
diff -u /dev/null pkgsrc/devel/hs-witherable/patches/patch-witherable.cabal:1.1
--- /dev/null   Sat Feb 12 05:28:34 2022
+++ pkgsrc/devel/hs-witherable/patches/patch-witherable.cabal   Sat Feb 12 05:28:34 2022
@@ -0,0 +1,15 @@
+$NetBSD: patch-witherable.cabal,v 1.1 2022/02/12 05:28:34 pho Exp $
+
+Fix build with hashable-1.4
+
+--- witherable.cabal.orig      2001-09-09 01:46:40.000000000 +0000
++++ witherable.cabal
+@@ -26,7 +26,7 @@ library
+   build-depends:       base                          >=4.9      && <5,
+                        base-orphans                  >=0.8.4    && <0.9,
+                        containers                    >=0.5.7.1  && <0.7,
+-                       hashable                      >=1.2.7.0  && <1.4,
++                       hashable                      >=1.2.7.0  && <1.5,
+                        transformers                  >=0.5.2.0  && <0.6,
+                        unordered-containers          >=0.2.12.0 && <0.3,
+                        vector                        >=0.12.2.0 && <0.13,



Home | Main Index | Thread Index | Old Index