diff options
author | szptvlfn <szptvlfn@pkgsrc.org> | 2014-05-24 22:00:42 +0000 |
---|---|---|
committer | szptvlfn <szptvlfn@pkgsrc.org> | 2014-05-24 22:00:42 +0000 |
commit | 0ba890960a64cd4dd5bf773f209482d98280912a (patch) | |
tree | 55cefb03afaad8b3dbff0dbaa8d9a5ce28cd6341 /devel/hs-exceptions | |
parent | d9ae36688f4380670acc06f80fd8730b2e89ddcc (diff) | |
download | pkgsrc-0ba890960a64cd4dd5bf773f209482d98280912a.tar.gz |
Import exceptions-0.6.1 as devel/hs-exceptions,
packaged for wip.
Extensible optionally-pure exceptions
Diffstat (limited to 'devel/hs-exceptions')
-rw-r--r-- | devel/hs-exceptions/DESCR | 1 | ||||
-rw-r--r-- | devel/hs-exceptions/Makefile | 13 | ||||
-rw-r--r-- | devel/hs-exceptions/PLIST | 22 | ||||
-rw-r--r-- | devel/hs-exceptions/buildlink3.mk | 15 | ||||
-rw-r--r-- | devel/hs-exceptions/distinfo | 5 |
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 |