From 705a063882caa67cb281476eece114667319e495 Mon Sep 17 00:00:00 2001 From: szptvlfn Date: Sat, 24 May 2014 22:00:42 +0000 Subject: Import exceptions-0.6.1 as devel/hs-exceptions, packaged for wip. Extensible optionally-pure exceptions --- devel/hs-exceptions/DESCR | 1 + devel/hs-exceptions/Makefile | 13 +++++++++++++ devel/hs-exceptions/PLIST | 22 ++++++++++++++++++++++ devel/hs-exceptions/buildlink3.mk | 15 +++++++++++++++ devel/hs-exceptions/distinfo | 5 +++++ 5 files changed, 56 insertions(+) create mode 100644 devel/hs-exceptions/DESCR create mode 100644 devel/hs-exceptions/Makefile create mode 100644 devel/hs-exceptions/PLIST create mode 100644 devel/hs-exceptions/buildlink3.mk create mode 100644 devel/hs-exceptions/distinfo (limited to 'devel') 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 -- cgit v1.2.3