Import hs-binary, a library for lazy binary serialization of Haskell values.
Required by some other stuff, especially the upcomming darcs update. Not yet wired to the build.
This commit is contained in:
parent
736006d809
commit
194298702a
22
devel/hs-binary/Makefile
Normal file
22
devel/hs-binary/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2010/04/08 14:37:53 kili Exp $
|
||||
|
||||
COMMENT = lazy binary serialisation for Haskell values
|
||||
|
||||
DISTNAME = binary-0.5.0.2
|
||||
CATEGORIES = devel
|
||||
|
||||
HOMEPAGE = http://code.haskell.org/binary/
|
||||
|
||||
MAINTAINER = Matthias Kilian <kili@openbsd.org>
|
||||
|
||||
# BSD3
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM =Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MODULES = lang/ghc
|
||||
|
||||
MODGHC_BUILD = cabal hackage haddock register
|
||||
|
||||
.include <bsd.port.mk>
|
5
devel/hs-binary/distinfo
Normal file
5
devel/hs-binary/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (binary-0.5.0.2.tar.gz) = a/jz0UQWAsmrCadeO9bpJg==
|
||||
RMD160 (binary-0.5.0.2.tar.gz) = pLtL4gceM6LEP+pMH6bxA3M8B1M=
|
||||
SHA1 (binary-0.5.0.2.tar.gz) = u2gMA9uuJ2XhTZE3ZEC3YrtLZaQ=
|
||||
SHA256 (binary-0.5.0.2.tar.gz) = 4MLe3mF9ybFhH2LygB8h0v1I4ETuaIbne1XfEODyEws=
|
||||
SIZE (binary-0.5.0.2.tar.gz) = 41494
|
5
devel/hs-binary/pkg/DESCR
Normal file
5
devel/hs-binary/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
Efficient, pure binary serialisation using lazy ByteStrings. Haskell
|
||||
values may be encoded to and from binary formats, written to disk
|
||||
as binary, or sent over the network. Serialisation speeds of over
|
||||
1 G\/sec have been observed, so this library should be suitable for
|
||||
high performance scenarios.
|
36
devel/hs-binary/pkg/PLIST
Normal file
36
devel/hs-binary/pkg/PLIST
Normal file
@ -0,0 +1,36 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/04/08 14:37:53 kili Exp $
|
||||
lib/${DISTNAME}/
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Data/
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Data/Binary/
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Data/Binary.hi
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Data/Binary/Builder.hi
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Data/Binary/Get.hi
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Data/Binary/Put.hi
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/HS${DISTNAME}.o
|
||||
lib/${DISTNAME}/ghc-${MODGHC_VER}/libHS${DISTNAME}.a
|
||||
lib/${DISTNAME}/register.sh
|
||||
@exec /usr/bin/env HOME=/nonexistent %D/lib/${DISTNAME}/register.sh
|
||||
@unexec-delete /usr/bin/env HOME=/nonexistent %D/lib/${DISTNAME}/unregister.sh
|
||||
lib/${DISTNAME}/unregister.sh
|
||||
share/doc/${DISTNAME}/
|
||||
share/doc/${DISTNAME}/LICENSE
|
||||
share/doc/${DISTNAME}/html/
|
||||
share/doc/${DISTNAME}/html/Data-Binary-Builder.html
|
||||
share/doc/${DISTNAME}/html/Data-Binary-Get.html
|
||||
share/doc/${DISTNAME}/html/Data-Binary-Put.html
|
||||
share/doc/${DISTNAME}/html/Data-Binary.html
|
||||
share/doc/${DISTNAME}/html/binary.haddock
|
||||
share/doc/${DISTNAME}/html/doc-index.html
|
||||
share/doc/${DISTNAME}/html/frames.html
|
||||
share/doc/${DISTNAME}/html/haddock-util.js
|
||||
share/doc/${DISTNAME}/html/haddock.css
|
||||
share/doc/${DISTNAME}/html/haskell_icon.gif
|
||||
share/doc/${DISTNAME}/html/index-frames.html
|
||||
share/doc/${DISTNAME}/html/index.html
|
||||
share/doc/${DISTNAME}/html/mini_Data-Binary-Builder.html
|
||||
share/doc/${DISTNAME}/html/mini_Data-Binary-Get.html
|
||||
share/doc/${DISTNAME}/html/mini_Data-Binary-Put.html
|
||||
share/doc/${DISTNAME}/html/mini_Data-Binary.html
|
||||
share/doc/${DISTNAME}/html/minus.gif
|
||||
share/doc/${DISTNAME}/html/plus.gif
|
Loading…
Reference in New Issue
Block a user