diff --git a/devel/Makefile b/devel/Makefile index de2c8b04fe7f..4e569d7bf889 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -580,6 +580,7 @@ SUBDIR += hs-blaze-builder SUBDIR += hs-blaze-builder-enumerator SUBDIR += hs-bsd-sysctl + SUBDIR += hs-bytestring-nums SUBDIR += hs-c2hs SUBDIR += hs-cabal-install SUBDIR += hs-checkers diff --git a/devel/hs-bytestring-nums/Makefile b/devel/hs-bytestring-nums/Makefile new file mode 100644 index 000000000000..1332805c9ca3 --- /dev/null +++ b/devel/hs-bytestring-nums/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: hs-bytestring-nums +# Date created: September 19, 2010 +# Whom: haskell@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= bytestring-nums +PORTVERSION= 0.3.3 +CATEGORIES= devel haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Parse numeric literals from ByteStrings + +LICENSE= BSD + +CABAL_SETUP= Setup.hs + +EXECUTABLE= spoj-eugene + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include diff --git a/devel/hs-bytestring-nums/distinfo b/devel/hs-bytestring-nums/distinfo new file mode 100644 index 000000000000..f23907bffa33 --- /dev/null +++ b/devel/hs-bytestring-nums/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/bytestring-nums-0.3.3.tar.gz) = cd754b44e5744a322202e9f103a4f1a7b65d97fef026cd4e9128715ca45fed25 +SIZE (cabal/bytestring-nums-0.3.3.tar.gz) = 3609 diff --git a/devel/hs-bytestring-nums/pkg-descr b/devel/hs-bytestring-nums/pkg-descr new file mode 100644 index 000000000000..1927b0b43197 --- /dev/null +++ b/devel/hs-bytestring-nums/pkg-descr @@ -0,0 +1,3 @@ +Parse numeric literals from ByteStrings. + +WWW: http://github.com/solidsnack/bytestring-nums diff --git a/lang/ghc/bsd.hackage.mk b/lang/ghc/bsd.hackage.mk index 87a3918c12a4..59f329994934 100644 --- a/lang/ghc/bsd.hackage.mk +++ b/lang/ghc/bsd.hackage.mk @@ -30,6 +30,7 @@ BNFC_port= devel/hs-BNFC # executable Boolean_port= devel/hs-Boolean brainfuck_port= lang/hs-brainfuck # executable bsd-sysctl_port= devel/hs-bsd-sysctl +bytestring-nums_port= devel/hs-bytestring-nums # executable c2hs_port= devel/hs-c2hs # executable cabal-install_port= devel/hs-cabal-install # executable cairo_port= graphics/hs-cairo