pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/hs-storable-tuple Import storable-tuple-0.0.3.3
details: https://anonhg.NetBSD.org/pkgsrc/rev/fbea51492cb9
branches: trunk
changeset: 452104:fbea51492cb9
user: pho <pho%pkgsrc.org@localhost>
date: Wed May 05 11:58:24 2021 +0000
description:
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.
diffstat:
devel/hs-storable-tuple/DESCR | 4 ++++
devel/hs-storable-tuple/Makefile | 14 ++++++++++++++
devel/hs-storable-tuple/PLIST | 19 +++++++++++++++++++
devel/hs-storable-tuple/buildlink3.mk | 17 +++++++++++++++++
devel/hs-storable-tuple/distinfo | 6 ++++++
5 files changed, 60 insertions(+), 0 deletions(-)
diffs (80 lines):
diff -r 5ae7800a0247 -r fbea51492cb9 devel/hs-storable-tuple/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-storable-tuple/DESCR Wed May 05 11:58:24 2021 +0000
@@ -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.
diff -r 5ae7800a0247 -r fbea51492cb9 devel/hs-storable-tuple/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-storable-tuple/Makefile Wed May 05 11:58:24 2021 +0000
@@ -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"
diff -r 5ae7800a0247 -r fbea51492cb9 devel/hs-storable-tuple/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-storable-tuple/PLIST Wed May 05 11:58:24 2021 +0000
@@ -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
diff -r 5ae7800a0247 -r fbea51492cb9 devel/hs-storable-tuple/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-storable-tuple/buildlink3.mk Wed May 05 11:58:24 2021 +0000
@@ -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
diff -r 5ae7800a0247 -r fbea51492cb9 devel/hs-storable-tuple/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-storable-tuple/distinfo Wed May 05 11:58:24 2021 +0000
@@ -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