diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-06-16 19:54:10 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-06-16 19:54:10 +0000 |
commit | 8d9de117d0798d3a9139bb773730ac0b4c542055 (patch) | |
tree | c926209bd09246b01b9e6e8ccb45e97c62e3d592 /devel/hs-bytestring-show | |
parent | 72cd145c7784ddc0329f6a44c88e7464ef1964b1 (diff) |
Notes
Diffstat (limited to 'devel/hs-bytestring-show')
-rw-r--r-- | devel/hs-bytestring-show/Makefile | 13 | ||||
-rw-r--r-- | devel/hs-bytestring-show/distinfo | 2 | ||||
-rw-r--r-- | devel/hs-bytestring-show/pkg-descr | 3 |
3 files changed, 18 insertions, 0 deletions
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/ |