svn commit: r321071 - in head/devel: . hs-bytestring-show

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Jun 16 19:54:11 UTC 2013


Author: amdmi3
Date: Sun Jun 16 19:54:10 2013
New Revision: 321071
URL: http://svnweb.freebsd.org/changeset/ports/321071

Log:
  Efficient conversion of values into readable byte strings
  
  WWW: http://code.haskell.org/~dolio/

Added:
  head/devel/hs-bytestring-show/
  head/devel/hs-bytestring-show/Makefile   (contents, props changed)
  head/devel/hs-bytestring-show/distinfo   (contents, props changed)
  head/devel/hs-bytestring-show/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Jun 16 19:48:08 2013	(r321070)
+++ head/devel/Makefile	Sun Jun 16 19:54:10 2013	(r321071)
@@ -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

Added: head/devel/hs-bytestring-show/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/hs-bytestring-show/Makefile	Sun Jun 16 19:54:10 2013	(r321071)
@@ -0,0 +1,13 @@
+# $FreeBSD$
+
+PORTNAME=	bytestring-show
+PORTVERSION=	0.3.5.5
+CATEGORIES=	devel haskell
+
+MAINTAINER=	haskell at FreeBSD.org
+COMMENT=	Efficient conversion of values into readable byte strings
+
+LICENSE=	BSD
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>

Added: head/devel/hs-bytestring-show/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/hs-bytestring-show/distinfo	Sun Jun 16 19:54:10 2013	(r321071)
@@ -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

Added: head/devel/hs-bytestring-show/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/hs-bytestring-show/pkg-descr	Sun Jun 16 19:54:10 2013	(r321071)
@@ -0,0 +1,3 @@
+Efficient conversion of values into readable byte strings
+
+WWW: http://code.haskell.org/~dolio/


More information about the svn-ports-all mailing list