summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorszptvlfn <szptvlfn>2014-05-24 22:00:42 +0000
committerszptvlfn <szptvlfn>2014-05-24 22:00:42 +0000
commit705a063882caa67cb281476eece114667319e495 (patch)
tree55cefb03afaad8b3dbff0dbaa8d9a5ce28cd6341 /devel
parent5aa9f774aaf2181af636c9f0fb7ca5e0a6400d83 (diff)
downloadpkgsrc-705a063882caa67cb281476eece114667319e495.tar.gz
Import exceptions-0.6.1 as devel/hs-exceptions,
packaged for wip. Extensible optionally-pure exceptions
Diffstat (limited to 'devel')
-rw-r--r--devel/hs-exceptions/DESCR1
-rw-r--r--devel/hs-exceptions/Makefile13
-rw-r--r--devel/hs-exceptions/PLIST22
-rw-r--r--devel/hs-exceptions/buildlink3.mk15
-rw-r--r--devel/hs-exceptions/distinfo5
5 files changed, 56 insertions, 0 deletions
diff --git a/devel/hs-exceptions/DESCR b/devel/hs-exceptions/DESCR
new file mode 100644
index 00000000000..237ae32afad
--- /dev/null
+++ b/devel/hs-exceptions/DESCR
@@ -0,0 +1 @@
+Extensible optionally-pure exceptions
diff --git a/devel/hs-exceptions/Makefile b/devel/hs-exceptions/Makefile
new file mode 100644
index 00000000000..57beea77443
--- /dev/null
+++ b/devel/hs-exceptions/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2014/05/24 22:00:42 szptvlfn Exp $
+
+DISTNAME= exceptions-0.6.1
+CATEGORIES= devel
+
+MAINTAINER= szptvlfn@NetBSD.org
+COMMENT= Extensible optionally-pure exceptions
+LICENSE= modified-bsd
+
+.include "../../mk/haskell.mk"
+.include "../../devel/hs-mtl/buildlink3.mk"
+.include "../../devel/hs-transformers/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/hs-exceptions/PLIST b/devel/hs-exceptions/PLIST
new file mode 100644
index 00000000000..c3f5e876cb3
--- /dev/null
+++ b/devel/hs-exceptions/PLIST
@@ -0,0 +1,22 @@
+@comment $NetBSD: PLIST,v 1.1 2014/05/24 22:00:42 szptvlfn Exp $
+lib/exceptions-${PKGVERSION}/${HASKELL_VERSION}/Control/Monad/Catch.hi
+lib/exceptions-${PKGVERSION}/${HASKELL_VERSION}/Control/Monad/Catch/Pure.hi
+lib/exceptions-${PKGVERSION}/${HASKELL_VERSION}/HSexceptions-${PKGVERSION}.o
+lib/exceptions-${PKGVERSION}/${HASKELL_VERSION}/libHSexceptions-${PKGVERSION}.a
+lib/exceptions-${PKGVERSION}/${HASKELL_VERSION}/package-description
+share/doc/exceptions-${PKGVERSION}/LICENSE
+${PLIST.doc}share/doc/exceptions-${PKGVERSION}/html/Control-Monad-Catch-Pure.html
+${PLIST.doc}share/doc/exceptions-${PKGVERSION}/html/Control-Monad-Catch.html
+${PLIST.doc}share/doc/exceptions-${PKGVERSION}/html/doc-index.html
+${PLIST.doc}share/doc/exceptions-${PKGVERSION}/html/exceptions.haddock
+${PLIST.doc}share/doc/exceptions-${PKGVERSION}/html/frames.html
+${PLIST.doc}share/doc/exceptions-${PKGVERSION}/html/haddock-util.js
+${PLIST.doc}share/doc/exceptions-${PKGVERSION}/html/hslogo-16.png
+${PLIST.doc}share/doc/exceptions-${PKGVERSION}/html/index-frames.html
+${PLIST.doc}share/doc/exceptions-${PKGVERSION}/html/index.html
+${PLIST.doc}share/doc/exceptions-${PKGVERSION}/html/mini_Control-Monad-Catch-Pure.html
+${PLIST.doc}share/doc/exceptions-${PKGVERSION}/html/mini_Control-Monad-Catch.html
+${PLIST.doc}share/doc/exceptions-${PKGVERSION}/html/minus.gif
+${PLIST.doc}share/doc/exceptions-${PKGVERSION}/html/ocean.css
+${PLIST.doc}share/doc/exceptions-${PKGVERSION}/html/plus.gif
+${PLIST.doc}share/doc/exceptions-${PKGVERSION}/html/synopsis.png
diff --git a/devel/hs-exceptions/buildlink3.mk b/devel/hs-exceptions/buildlink3.mk
new file mode 100644
index 00000000000..50e0d02e6dd
--- /dev/null
+++ b/devel/hs-exceptions/buildlink3.mk
@@ -0,0 +1,15 @@
+# $NetBSD: buildlink3.mk,v 1.1 2014/05/24 22:00:42 szptvlfn Exp $
+
+BUILDLINK_TREE+= hs-exceptions
+
+.if !defined(HS_EXCEPTIONS_BUILDLINK3_MK)
+HS_EXCEPTIONS_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-exceptions+= hs-exceptions>=0.6.1
+BUILDLINK_PKGSRCDIR.hs-exceptions?= ../../devel/hs-exceptions
+
+.include "../../devel/hs-mtl/buildlink3.mk"
+.include "../../devel/hs-transformers/buildlink3.mk"
+.endif # HS_EXCEPTIONS_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -hs-exceptions
diff --git a/devel/hs-exceptions/distinfo b/devel/hs-exceptions/distinfo
new file mode 100644
index 00000000000..4128dce004e
--- /dev/null
+++ b/devel/hs-exceptions/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/05/24 22:00:42 szptvlfn Exp $
+
+SHA1 (exceptions-0.6.1.tar.gz) = b28165332ae633a622cfe49f4df59b826db1f040
+RMD160 (exceptions-0.6.1.tar.gz) = 46e27be5a1f41c48a92ffe7976ce5655313ffd30
+Size (exceptions-0.6.1.tar.gz) = 11392 bytes