aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorpgj <pgj@FreeBSD.org>2011-08-14 04:33:23 +0800
committerpgj <pgj@FreeBSD.org>2011-08-14 04:33:23 +0800
commit940434bd226f00a49ffd163033f8b616f0ad438a (patch)
treebe0323652bd5349e363712c82a2acd201517362d /devel
parentc7e9bcf10f09ec67c737658010076b84720e4279 (diff)
downloadfreebsd-ports-gnome-940434bd226f00a49ffd163033f8b616f0ad438a.tar.gz
freebsd-ports-gnome-940434bd226f00a49ffd163033f8b616f0ad438a.tar.zst
freebsd-ports-gnome-940434bd226f00a49ffd163033f8b616f0ad438a.zip
Parse numeric literals from ByteStrings.
WWW: http://github.com/solidsnack/bytestring-nums Obtained from: FreeBSD Haskell
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/hs-bytestring-nums/Makefile22
-rw-r--r--devel/hs-bytestring-nums/distinfo2
-rw-r--r--devel/hs-bytestring-nums/pkg-descr3
4 files changed, 28 insertions, 0 deletions
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 <bsd.port.mk>
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