From 3f7eca6ec642d44d4067e6b8b383f548da338201 Mon Sep 17 00:00:00 2001 From: szptvlfn Date: Wed, 28 May 2014 22:01:27 +0000 Subject: Import nats-0.1.3 as math/hs-nats, packaged for wip by pho. Natural numbers. --- math/hs-nats/DESCR | 1 + math/hs-nats/Makefile | 11 +++++++++++ math/hs-nats/PLIST | 22 ++++++++++++++++++++++ math/hs-nats/buildlink3.mk | 12 ++++++++++++ math/hs-nats/distinfo | 5 +++++ 5 files changed, 51 insertions(+) create mode 100644 math/hs-nats/DESCR create mode 100644 math/hs-nats/Makefile create mode 100644 math/hs-nats/PLIST create mode 100644 math/hs-nats/buildlink3.mk create mode 100644 math/hs-nats/distinfo diff --git a/math/hs-nats/DESCR b/math/hs-nats/DESCR new file mode 100644 index 00000000000..44f95768c21 --- /dev/null +++ b/math/hs-nats/DESCR @@ -0,0 +1 @@ +Natural numbers. diff --git a/math/hs-nats/Makefile b/math/hs-nats/Makefile new file mode 100644 index 00000000000..6a30dbd37cb --- /dev/null +++ b/math/hs-nats/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1 2014/05/28 22:01:27 szptvlfn Exp $ + +DISTNAME= nats-0.1.3 +CATEGORIES= math + +MAINTAINER= pho@cielonegro.org +COMMENT= Haskell 98 natural numbers +LICENSE= modified-bsd + +.include "../../mk/haskell.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/math/hs-nats/PLIST b/math/hs-nats/PLIST new file mode 100644 index 00000000000..02c8b73ec1c --- /dev/null +++ b/math/hs-nats/PLIST @@ -0,0 +1,22 @@ +@comment $NetBSD: PLIST,v 1.1 2014/05/28 22:01:27 szptvlfn Exp $ +lib/nats-${PKGVERSION}/${HASKELL_VERSION}/HSnats-${PKGVERSION}.o +lib/nats-${PKGVERSION}/${HASKELL_VERSION}/Numeric/Natural.hi +lib/nats-${PKGVERSION}/${HASKELL_VERSION}/Numeric/Natural/Internal.hi +lib/nats-${PKGVERSION}/${HASKELL_VERSION}/libHSnats-${PKGVERSION}.a +lib/nats-${PKGVERSION}/${HASKELL_VERSION}/package-description +share/doc/nats-${PKGVERSION}/LICENSE +${PLIST.doc}share/doc/nats-${PKGVERSION}/html/Numeric-Natural-Internal.html +${PLIST.doc}share/doc/nats-${PKGVERSION}/html/Numeric-Natural.html +${PLIST.doc}share/doc/nats-${PKGVERSION}/html/doc-index.html +${PLIST.doc}share/doc/nats-${PKGVERSION}/html/frames.html +${PLIST.doc}share/doc/nats-${PKGVERSION}/html/haddock-util.js +${PLIST.doc}share/doc/nats-${PKGVERSION}/html/hslogo-16.png +${PLIST.doc}share/doc/nats-${PKGVERSION}/html/index-frames.html +${PLIST.doc}share/doc/nats-${PKGVERSION}/html/index.html +${PLIST.doc}share/doc/nats-${PKGVERSION}/html/mini_Numeric-Natural-Internal.html +${PLIST.doc}share/doc/nats-${PKGVERSION}/html/mini_Numeric-Natural.html +${PLIST.doc}share/doc/nats-${PKGVERSION}/html/minus.gif +${PLIST.doc}share/doc/nats-${PKGVERSION}/html/nats.haddock +${PLIST.doc}share/doc/nats-${PKGVERSION}/html/ocean.css +${PLIST.doc}share/doc/nats-${PKGVERSION}/html/plus.gif +${PLIST.doc}share/doc/nats-${PKGVERSION}/html/synopsis.png diff --git a/math/hs-nats/buildlink3.mk b/math/hs-nats/buildlink3.mk new file mode 100644 index 00000000000..413f28bc2a4 --- /dev/null +++ b/math/hs-nats/buildlink3.mk @@ -0,0 +1,12 @@ +# $NetBSD: buildlink3.mk,v 1.1 2014/05/28 22:01:27 szptvlfn Exp $ + +BUILDLINK_TREE+= hs-nats + +.if !defined(HS_NATS_BUILDLINK3_MK) +HS_NATS_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.hs-nats+= hs-nats>=0.1.3 +BUILDLINK_PKGSRCDIR.hs-nats?= ../../math/hs-nats +.endif # HS_NATS_BUILDLINK3_MK + +BUILDLINK_TREE+= -hs-nats diff --git a/math/hs-nats/distinfo b/math/hs-nats/distinfo new file mode 100644 index 00000000000..552661bdaa4 --- /dev/null +++ b/math/hs-nats/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/05/28 22:01:27 szptvlfn Exp $ + +SHA1 (nats-0.1.3.tar.gz) = 1df860cf4ae1ee6def18afbb5fb049d412a2f0c5 +RMD160 (nats-0.1.3.tar.gz) = 0a1e4af51727e4fddadaf3262c8e2ccf643e8565 +Size (nats-0.1.3.tar.gz) = 4047 bytes -- cgit v1.2.3