diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2013-06-17 03:54:10 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2013-06-17 03:54:10 +0800 |
commit | 9c6b52551142eb7d17c298fa95bb5a2f429f10e0 (patch) | |
tree | c926209bd09246b01b9e6e8ccb45e97c62e3d592 /devel | |
parent | 0b453a276f1981be98db67ac802037768c23ca49 (diff) | |
download | freebsd-ports-gnome-9c6b52551142eb7d17c298fa95bb5a2f429f10e0.tar.gz freebsd-ports-gnome-9c6b52551142eb7d17c298fa95bb5a2f429f10e0.tar.zst freebsd-ports-gnome-9c6b52551142eb7d17c298fa95bb5a2f429f10e0.zip |
Efficient conversion of values into readable byte strings
WWW: http://code.haskell.org/~dolio/
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-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 |
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/ |