1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

A binary serialization library, similar to binary, that introduces an

isolate primitive for parser isolation, and replaces the asynchronous
errors with a user-handleable Either type. Similar to binary in
performance, but uses a strict ByteString instead of a lazy
ByteString, thus restricting it to operating on finite inputs.

WWW:	http://hackage.haskell.org/package/cereal

Obtained from:	FreeBSD Haskell
This commit is contained in:
Gabor Pali 2011-08-13 20:44:40 +00:00
parent d3d5c35b1d
commit f7cecff29d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279635
5 changed files with 29 additions and 0 deletions

View File

@ -583,6 +583,7 @@
SUBDIR += hs-bytestring-nums
SUBDIR += hs-c2hs
SUBDIR += hs-cabal-install
SUBDIR += hs-cereal
SUBDIR += hs-checkers
SUBDIR += hs-cmdargs
SUBDIR += hs-convertible

18
devel/hs-cereal/Makefile Normal file
View File

@ -0,0 +1,18 @@
# New ports collection makefile for: hs-cereal
# Date created: 2010-08-17
# Whom: Ashish SHUKLA <ashish@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= cereal
PORTVERSION= 0.3.3.0
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= A binary serialization library for Haskell
LICENSE= BSD
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>

2
devel/hs-cereal/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (cabal/cereal-0.3.3.0.tar.gz) = 7e94e9b337f9372289839ceeefb255ac671802904ebdfe01aee7fcb51d2e0d2f
SIZE (cabal/cereal-0.3.3.0.tar.gz) = 18876

View File

@ -0,0 +1,7 @@
A binary serialization library, similar to binary, that introduces an
isolate primitive for parser isolation, and replaces the asynchronous
errors with a user-handleable Either type. Similar to binary in
performance, but uses a strict ByteString instead of a lazy
ByteString, thus restricting it to operating on finite inputs.
WWW: http://hackage.haskell.org/package/cereal

View File

@ -33,6 +33,7 @@ bsd-sysctl_port= devel/hs-bsd-sysctl
bytestring-nums_port= devel/hs-bytestring-nums # executable
c2hs_port= devel/hs-c2hs # executable
cabal-install_port= devel/hs-cabal-install # executable
cereal_port= devel/hs-cereal
cairo_port= graphics/hs-cairo
case-insensitive_port= textproc/hs-case-insensitive
category-extras_port= math/hs-category-extras # BROKEN