aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2013-06-16 19:54:10 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2013-06-16 19:54:10 +0000
commit8d9de117d0798d3a9139bb773730ac0b4c542055 (patch)
treec926209bd09246b01b9e6e8ccb45e97c62e3d592 /devel
parent72cd145c7784ddc0329f6a44c88e7464ef1964b1 (diff)
downloadports-8d9de117d0798d3a9139bb773730ac0b4c542055.tar.gz
ports-8d9de117d0798d3a9139bb773730ac0b4c542055.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/hs-bytestring-show/Makefile13
-rw-r--r--devel/hs-bytestring-show/distinfo2
-rw-r--r--devel/hs-bytestring-show/pkg-descr3
4 files changed, 19 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index f67c0048aa9f..d850e584255a 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -693,6 +693,7 @@
SUBDIR += hs-bsd-sysctl
SUBDIR += hs-byteorder
SUBDIR += hs-bytestring-nums
+ SUBDIR += hs-bytestring-show
SUBDIR += hs-c2hs
SUBDIR += hs-cabal-install
SUBDIR += hs-cereal
diff --git a/devel/hs-bytestring-show/Makefile b/devel/hs-bytestring-show/Makefile
new file mode 100644
index 000000000000..907e194de27d
--- /dev/null
+++ b/devel/hs-bytestring-show/Makefile
@@ -0,0 +1,13 @@
+# $FreeBSD$
+
+PORTNAME= bytestring-show
+PORTVERSION= 0.3.5.5
+CATEGORIES= devel haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Efficient conversion of values into readable byte strings
+
+LICENSE= BSD
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/devel/hs-bytestring-show/distinfo b/devel/hs-bytestring-show/distinfo
new file mode 100644
index 000000000000..beec3a1f30b3
--- /dev/null
+++ b/devel/hs-bytestring-show/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/bytestring-show-0.3.5.5.tar.gz) = c40b4a23ea32cb6003ef35e8ace2f5879a99b59940589653085ac49fe570a86d
+SIZE (cabal/bytestring-show-0.3.5.5.tar.gz) = 8491
diff --git a/devel/hs-bytestring-show/pkg-descr b/devel/hs-bytestring-show/pkg-descr
new file mode 100644
index 000000000000..177b8775263b
--- /dev/null
+++ b/devel/hs-bytestring-show/pkg-descr
@@ -0,0 +1,3 @@
+Efficient conversion of values into readable byte strings
+
+WWW: http://code.haskell.org/~dolio/