aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-base16-bytestring
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-02-13 02:11:23 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-02-13 02:11:23 +0000
commit3da3ed194d6c04239277e23654cb7b09b0ec95d4 (patch)
treeb48a713cc3719c2950923a0fadfb176df495fbf1 /devel/hs-base16-bytestring
parent5c0f73a2f04e9d866260d3129864ebf5c56d2f7b (diff)
downloadports-3da3ed194d6c04239277e23654cb7b09b0ec95d4.tar.gz
ports-3da3ed194d6c04239277e23654cb7b09b0ec95d4.zip
Notes
Diffstat (limited to 'devel/hs-base16-bytestring')
-rw-r--r--devel/hs-base16-bytestring/Makefile20
-rw-r--r--devel/hs-base16-bytestring/distinfo2
-rw-r--r--devel/hs-base16-bytestring/pkg-descr4
3 files changed, 26 insertions, 0 deletions
diff --git a/devel/hs-base16-bytestring/Makefile b/devel/hs-base16-bytestring/Makefile
new file mode 100644
index 000000000000..c47423cfaffd
--- /dev/null
+++ b/devel/hs-base16-bytestring/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: hs-base16-bytestring
+# Date created: May 25, 2011
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= base16-bytestring
+PORTVERSION= 0.1.1.4
+CATEGORIES= devel haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Fast base16 (hex) encoding and deconding for ByteStrings
+
+LICENSE= BSD
+
+CABAL_SETUP= Setup.hs
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/devel/hs-base16-bytestring/distinfo b/devel/hs-base16-bytestring/distinfo
new file mode 100644
index 000000000000..4538966e0eff
--- /dev/null
+++ b/devel/hs-base16-bytestring/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/base16-bytestring-0.1.1.4.tar.gz) = 99f65f0b57eb30d4d47d0589022ee75d00c32f3684d689800692cb5938ed3918
+SIZE (cabal/base16-bytestring-0.1.1.4.tar.gz) = 3695
diff --git a/devel/hs-base16-bytestring/pkg-descr b/devel/hs-base16-bytestring/pkg-descr
new file mode 100644
index 000000000000..1154d6f8954a
--- /dev/null
+++ b/devel/hs-base16-bytestring/pkg-descr
@@ -0,0 +1,4 @@
+This package provides a Haskell library for working with base16-encoded
+data quickly and efficiently, using the ByteString type.
+
+WWW: https://github.com/mailrank/base16-bytestring