pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-storable-tuple



Module Name:    pkgsrc
Committed By:   pho
Date:           Wed May  5 11:58:24 UTC 2021

Added Files:
        pkgsrc/devel/hs-storable-tuple: DESCR Makefile PLIST buildlink3.mk
            distinfo

Log Message:
Import storable-tuple-0.0.3.3

Provides a Storable instance for pair and triple which should be
binary compatible with C99 and C++. The only purpose of this package
is to provide a standard location for this instance so that other
packages needing this instance can play nicely together.


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

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-storable-tuple/DESCR
diff -u /dev/null pkgsrc/devel/hs-storable-tuple/DESCR:1.1
--- /dev/null   Wed May  5 11:58:24 2021
+++ pkgsrc/devel/hs-storable-tuple/DESCR        Wed May  5 11:58:24 2021
@@ -0,0 +1,4 @@
+Provides a Storable instance for pair and triple which should be
+binary compatible with C99 and C++. The only purpose of this package
+is to provide a standard location for this instance so that other
+packages needing this instance can play nicely together.
Index: pkgsrc/devel/hs-storable-tuple/Makefile
diff -u /dev/null pkgsrc/devel/hs-storable-tuple/Makefile:1.1
--- /dev/null   Wed May  5 11:58:24 2021
+++ pkgsrc/devel/hs-storable-tuple/Makefile     Wed May  5 11:58:24 2021
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2021/05/05 11:58:24 pho Exp $
+
+DISTNAME=      storable-tuple-0.0.3.3
+CATEGORIES=    devel
+
+MAINTAINER=    pho%cielonegro.org@localhost
+COMMENT=       Storable instance for pairs and triples
+LICENSE=       mit
+
+.include "../../devel/hs-base-orphans/buildlink3.mk"
+.include "../../devel/hs-storable-record/buildlink3.mk"
+.include "../../devel/hs-utility-ht/buildlink3.mk"
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/hs-storable-tuple/PLIST
diff -u /dev/null pkgsrc/devel/hs-storable-tuple/PLIST:1.1
--- /dev/null   Wed May  5 11:58:24 2021
+++ pkgsrc/devel/hs-storable-tuple/PLIST        Wed May  5 11:58:24 2021
@@ -0,0 +1,19 @@
+@comment $NetBSD: PLIST,v 1.1 2021/05/05 11:58:24 pho Exp $
+lib/storable-tuple-${PKGVERSION}/${HS_VERSION}/package-description
+lib/storable-tuple-${PKGVERSION}/${HS_VERSION}/package-id
+lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so
+lib/${HS_PLATFORM}/${HS_PKGID}/Foreign/Storable/Tuple.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Foreign/Storable/Tuple.hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Foreign/Storable/Tuple.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}/storable-tuple-${PKGVERSION}/LICENSE
+share/doc/${HS_PLATFORM}/storable-tuple-${PKGVERSION}/html/Foreign-Storable-Tuple.html
+share/doc/${HS_PLATFORM}/storable-tuple-${PKGVERSION}/html/doc-index.html
+share/doc/${HS_PLATFORM}/storable-tuple-${PKGVERSION}/html/haddock-bundle.min.js
+share/doc/${HS_PLATFORM}/storable-tuple-${PKGVERSION}/html/index.html
+share/doc/${HS_PLATFORM}/storable-tuple-${PKGVERSION}/html/linuwial.css
+share/doc/${HS_PLATFORM}/storable-tuple-${PKGVERSION}/html/meta.json
+share/doc/${HS_PLATFORM}/storable-tuple-${PKGVERSION}/html/quick-jump.css
+share/doc/${HS_PLATFORM}/storable-tuple-${PKGVERSION}/html/storable-tuple.haddock
+share/doc/${HS_PLATFORM}/storable-tuple-${PKGVERSION}/html/synopsis.png
Index: pkgsrc/devel/hs-storable-tuple/buildlink3.mk
diff -u /dev/null pkgsrc/devel/hs-storable-tuple/buildlink3.mk:1.1
--- /dev/null   Wed May  5 11:58:24 2021
+++ pkgsrc/devel/hs-storable-tuple/buildlink3.mk        Wed May  5 11:58:24 2021
@@ -0,0 +1,17 @@
+# $NetBSD: buildlink3.mk,v 1.1 2021/05/05 11:58:24 pho Exp $
+
+BUILDLINK_TREE+=       hs-storable-tuple
+
+.if !defined(HS_STORABLE_TUPLE_BUILDLINK3_MK)
+HS_STORABLE_TUPLE_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-storable-tuple+=      hs-storable-tuple>=0.0.3
+BUILDLINK_ABI_DEPENDS.hs-storable-tuple+=      hs-storable-tuple>=0.0.3.3
+BUILDLINK_PKGSRCDIR.hs-storable-tuple?=                ../../devel/hs-storable-tuple
+
+.include "../../devel/hs-base-orphans/buildlink3.mk"
+.include "../../devel/hs-storable-record/buildlink3.mk"
+.include "../../devel/hs-utility-ht/buildlink3.mk"
+.endif # HS_STORABLE_TUPLE_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-storable-tuple
Index: pkgsrc/devel/hs-storable-tuple/distinfo
diff -u /dev/null pkgsrc/devel/hs-storable-tuple/distinfo:1.1
--- /dev/null   Wed May  5 11:58:24 2021
+++ pkgsrc/devel/hs-storable-tuple/distinfo     Wed May  5 11:58:24 2021
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/05/05 11:58:24 pho Exp $
+
+SHA1 (storable-tuple-0.0.3.3.tar.gz) = ed0e6535ae3cbaa2e0ba077ab9cdf3e1fecf5bdd
+RMD160 (storable-tuple-0.0.3.3.tar.gz) = 1aadcffb4cc6ac8a5881873df4bb3da24003b006
+SHA512 (storable-tuple-0.0.3.3.tar.gz) = 046a809d8b6655259f3cb4de55b81d272007cf2d32f0eec3f464924f595f904030102c3fd4f3b193a01b48d2d54582a9206314a2e87cd17ecdc16a159fe73b4d
+Size (storable-tuple-0.0.3.3.tar.gz) = 2383 bytes



Home | Main Index | Thread Index | Old Index