diff options
author | szptvlfn <szptvlfn@pkgsrc.org> | 2014-05-28 22:01:27 +0000 |
---|---|---|
committer | szptvlfn <szptvlfn@pkgsrc.org> | 2014-05-28 22:01:27 +0000 |
commit | e4165bb14cb93aae008f64e2fccce90cf43304a7 (patch) | |
tree | 6e4ee9c399b2d2f38a9e21a3f52addef8e913cc4 /math/hs-nats | |
parent | bd8afd608ace8210646c2a191d751a4b1f4a3c00 (diff) | |
download | pkgsrc-e4165bb14cb93aae008f64e2fccce90cf43304a7.tar.gz |
Import nats-0.1.3 as math/hs-nats,
packaged for wip by pho.
Natural numbers.
Diffstat (limited to 'math/hs-nats')
-rw-r--r-- | math/hs-nats/DESCR | 1 | ||||
-rw-r--r-- | math/hs-nats/Makefile | 11 | ||||
-rw-r--r-- | math/hs-nats/PLIST | 22 | ||||
-rw-r--r-- | math/hs-nats/buildlink3.mk | 12 | ||||
-rw-r--r-- | math/hs-nats/distinfo | 5 |
5 files changed, 51 insertions, 0 deletions
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 |