summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorszptvlfn <szptvlfn@pkgsrc.org>2014-09-12 21:10:09 +0000
committerszptvlfn <szptvlfn@pkgsrc.org>2014-09-12 21:10:09 +0000
commitbb3fad2035f5f546cd01b3fbe334862b83d2e9b0 (patch)
treefa4f1448277f0e1b3a6447a57661d4f2a5402605 /devel
parent284e41bdf8b1778d304f918a64bac81af6948ce6 (diff)
downloadpkgsrc-bb3fad2035f5f546cd01b3fbe334862b83d2e9b0.tar.gz
Import resourcet-1.1.2.3 as devel/hs-resourcet,
packaged for wip. A full tutorial is available at https://www.fpcomplete.com/user/snoyberg/library-documentation/resourcet. This package was originally included with the conduit package, but has existed as a separate package for quite a while. It is fully usable outside of conduit.
Diffstat (limited to 'devel')
-rw-r--r--devel/hs-resourcet/DESCR6
-rw-r--r--devel/hs-resourcet/Makefile18
-rw-r--r--devel/hs-resourcet/PLIST28
-rw-r--r--devel/hs-resourcet/buildlink3.mk21
-rw-r--r--devel/hs-resourcet/distinfo5
5 files changed, 78 insertions, 0 deletions
diff --git a/devel/hs-resourcet/DESCR b/devel/hs-resourcet/DESCR
new file mode 100644
index 00000000000..7183ba14cee
--- /dev/null
+++ b/devel/hs-resourcet/DESCR
@@ -0,0 +1,6 @@
+A full tutorial is available at
+https://www.fpcomplete.com/user/snoyberg/library-documentation/resourcet.
+
+This package was originally included with the conduit package, but has
+existed as a separate package for quite a while. It is fully usable outside
+of conduit.
diff --git a/devel/hs-resourcet/Makefile b/devel/hs-resourcet/Makefile
new file mode 100644
index 00000000000..1fff5f890a4
--- /dev/null
+++ b/devel/hs-resourcet/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2014/09/12 21:10:09 szptvlfn Exp $
+
+DISTNAME= resourcet-1.1.2.3
+CATEGORIES= devel
+
+MAINTAINER= szptvlfn@NetBSD.org
+COMMENT= Deterministic allocation and freeing of scarce resources
+LICENSE= modified-bsd
+
+.include "../../mk/haskell.mk"
+.include "../../devel/hs-exceptions/buildlink3.mk"
+.include "../../devel/hs-lifted-base/buildlink3.mk"
+.include "../../devel/hs-mmorph/buildlink3.mk"
+.include "../../devel/hs-monad-control/buildlink3.mk"
+.include "../../devel/hs-mtl/buildlink3.mk"
+.include "../../devel/hs-transformers/buildlink3.mk"
+.include "../../devel/hs-transformers-base/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/hs-resourcet/PLIST b/devel/hs-resourcet/PLIST
new file mode 100644
index 00000000000..850f4a0ef31
--- /dev/null
+++ b/devel/hs-resourcet/PLIST
@@ -0,0 +1,28 @@
+@comment $NetBSD: PLIST,v 1.1 2014/09/12 21:10:09 szptvlfn Exp $
+lib/resourcet-${PKGVERSION}/${HASKELL_VERSION}/Control/Monad/Trans/Resource.hi
+lib/resourcet-${PKGVERSION}/${HASKELL_VERSION}/Control/Monad/Trans/Resource/Internal.hi
+lib/resourcet-${PKGVERSION}/${HASKELL_VERSION}/Data/Acquire.hi
+lib/resourcet-${PKGVERSION}/${HASKELL_VERSION}/Data/Acquire/Internal.hi
+lib/resourcet-${PKGVERSION}/${HASKELL_VERSION}/HSresourcet-${PKGVERSION}.o
+lib/resourcet-${PKGVERSION}/${HASKELL_VERSION}/libHSresourcet-${PKGVERSION}.a
+lib/resourcet-${PKGVERSION}/${HASKELL_VERSION}/package-description
+share/doc/resourcet-${PKGVERSION}/LICENSE
+${PLIST.doc}share/doc/resourcet-${PKGVERSION}/html/Control-Monad-Trans-Resource-Internal.html
+${PLIST.doc}share/doc/resourcet-${PKGVERSION}/html/Control-Monad-Trans-Resource.html
+${PLIST.doc}share/doc/resourcet-${PKGVERSION}/html/Data-Acquire-Internal.html
+${PLIST.doc}share/doc/resourcet-${PKGVERSION}/html/Data-Acquire.html
+${PLIST.doc}share/doc/resourcet-${PKGVERSION}/html/doc-index.html
+${PLIST.doc}share/doc/resourcet-${PKGVERSION}/html/frames.html
+${PLIST.doc}share/doc/resourcet-${PKGVERSION}/html/haddock-util.js
+${PLIST.doc}share/doc/resourcet-${PKGVERSION}/html/hslogo-16.png
+${PLIST.doc}share/doc/resourcet-${PKGVERSION}/html/index-frames.html
+${PLIST.doc}share/doc/resourcet-${PKGVERSION}/html/index.html
+${PLIST.doc}share/doc/resourcet-${PKGVERSION}/html/mini_Control-Monad-Trans-Resource-Internal.html
+${PLIST.doc}share/doc/resourcet-${PKGVERSION}/html/mini_Control-Monad-Trans-Resource.html
+${PLIST.doc}share/doc/resourcet-${PKGVERSION}/html/mini_Data-Acquire-Internal.html
+${PLIST.doc}share/doc/resourcet-${PKGVERSION}/html/mini_Data-Acquire.html
+${PLIST.doc}share/doc/resourcet-${PKGVERSION}/html/minus.gif
+${PLIST.doc}share/doc/resourcet-${PKGVERSION}/html/ocean.css
+${PLIST.doc}share/doc/resourcet-${PKGVERSION}/html/plus.gif
+${PLIST.doc}share/doc/resourcet-${PKGVERSION}/html/resourcet.haddock
+${PLIST.doc}share/doc/resourcet-${PKGVERSION}/html/synopsis.png
diff --git a/devel/hs-resourcet/buildlink3.mk b/devel/hs-resourcet/buildlink3.mk
new file mode 100644
index 00000000000..afdf4b91e90
--- /dev/null
+++ b/devel/hs-resourcet/buildlink3.mk
@@ -0,0 +1,21 @@
+# $NetBSD: buildlink3.mk,v 1.1 2014/09/12 21:10:09 szptvlfn Exp $
+
+BUILDLINK_TREE+= hs-resourcet
+
+.if !defined(HS_RESOURCET_BUILDLINK3_MK)
+HS_RESOURCET_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-resourcet+= hs-resourcet>=1.1.2
+BUILDLINK_ABI_DEPENDS.hs-resourcet+= hs-resourcet>=1.1.2.3
+BUILDLINK_PKGSRCDIR.hs-resourcet?= ../../devel/hs-resourcet
+
+.include "../../devel/hs-exceptions/buildlink3.mk"
+.include "../../devel/hs-lifted-base/buildlink3.mk"
+.include "../../devel/hs-mmorph/buildlink3.mk"
+.include "../../devel/hs-monad-control/buildlink3.mk"
+.include "../../devel/hs-mtl/buildlink3.mk"
+.include "../../devel/hs-transformers/buildlink3.mk"
+.include "../../devel/hs-transformers-base/buildlink3.mk"
+.endif # HS_RESOURCET_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -hs-resourcet
diff --git a/devel/hs-resourcet/distinfo b/devel/hs-resourcet/distinfo
new file mode 100644
index 00000000000..579bfd000c7
--- /dev/null
+++ b/devel/hs-resourcet/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/09/12 21:10:09 szptvlfn Exp $
+
+SHA1 (resourcet-1.1.2.3.tar.gz) = 09d5bbe28f2396123fef981b757745ea9672208e
+RMD160 (resourcet-1.1.2.3.tar.gz) = 563acdd9039c769dbdf73446d86757a1590ee273
+Size (resourcet-1.1.2.3.tar.gz) = 10745 bytes