aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-base64-bytestring
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2011-08-14 14:29:14 +0000
committerGabor Pali <pgj@FreeBSD.org>2011-08-14 14:29:14 +0000
commit2f0c788422e3940712df9e5cbd35e8d2ad44fba7 (patch)
tree7f1a5f6e140aa850b050b56f88b40ab9740867aa /devel/hs-base64-bytestring
parentb32be464483cadd573af92d3e006aa180bde107a (diff)
downloadports-2f0c788422e3940712df9e5cbd35e8d2ad44fba7.tar.gz
ports-2f0c788422e3940712df9e5cbd35e8d2ad44fba7.zip
Notes
Diffstat (limited to 'devel/hs-base64-bytestring')
-rw-r--r--devel/hs-base64-bytestring/Makefile20
-rw-r--r--devel/hs-base64-bytestring/distinfo2
-rw-r--r--devel/hs-base64-bytestring/pkg-descr3
3 files changed, 25 insertions, 0 deletions
diff --git a/devel/hs-base64-bytestring/Makefile b/devel/hs-base64-bytestring/Makefile
new file mode 100644
index 000000000000..634eddf23b85
--- /dev/null
+++ b/devel/hs-base64-bytestring/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: hs-base64-bytestring
+# Date created: August 13, 2011
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= base64-bytestring
+PORTVERSION= 0.1.0.3
+CATEGORIES= devel haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Fast base64 encoding and decoding for ByteStrings
+
+LICENSE= BSD
+
+CABAL_SETUP= Setup.hs
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/devel/hs-base64-bytestring/distinfo b/devel/hs-base64-bytestring/distinfo
new file mode 100644
index 000000000000..c986180a0753
--- /dev/null
+++ b/devel/hs-base64-bytestring/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/base64-bytestring-0.1.0.3.tar.gz) = a3d76d27f2271c603990d909fed0a4f175628e9c6e19427cc8387dd4c2429234
+SIZE (cabal/base64-bytestring-0.1.0.3.tar.gz) = 4983
diff --git a/devel/hs-base64-bytestring/pkg-descr b/devel/hs-base64-bytestring/pkg-descr
new file mode 100644
index 000000000000..cdb608125f2e
--- /dev/null
+++ b/devel/hs-base64-bytestring/pkg-descr
@@ -0,0 +1,3 @@
+Fast base64 encoding and decoding for ByteStrings.
+
+WWW: http://github.com/bos/base64-bytestring