This package provides a Haskell library for working with base16-encoded
data quickly and efficiently, using the ByteString type. ok ajacoutot@
This commit is contained in:
parent
b9aa56ab42
commit
f02f37d96d
18
devel/hs-base16-bytestring/Makefile
Normal file
18
devel/hs-base16-bytestring/Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2012/01/23 21:01:37 kili Exp $
|
||||
|
||||
COMMENT= fast base16 (hex) encoding and decoding for ByteStrings
|
||||
|
||||
DISTNAME= base16-bytestring-0.1.1.4
|
||||
CATEGORIES= devel
|
||||
|
||||
# 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-base16-bytestring/distinfo
Normal file
5
devel/hs-base16-bytestring/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (ghc/base16-bytestring-0.1.1.4.tar.gz) = UA5T/oOExrJODn1UB/8zmQ==
|
||||
RMD160 (ghc/base16-bytestring-0.1.1.4.tar.gz) = OV/cHsDST514f2MF/OeSQaVcYlw=
|
||||
SHA1 (ghc/base16-bytestring-0.1.1.4.tar.gz) = 2tNeTOKT+5OG6y//o69+imwI+Us=
|
||||
SHA256 (ghc/base16-bytestring-0.1.1.4.tar.gz) = mfZfC1frMNTUfQWJAi7nXQDDLzaE1omABpLLWTjtORg=
|
||||
SIZE (ghc/base16-bytestring-0.1.1.4.tar.gz) = 3695
|
2
devel/hs-base16-bytestring/pkg/DESCR
Normal file
2
devel/hs-base16-bytestring/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
This package provides a Haskell library for working with base16-encoded
|
||||
data quickly and efficiently, using the ByteString type.
|
31
devel/hs-base16-bytestring/pkg/PLIST
Normal file
31
devel/hs-base16-bytestring/pkg/PLIST
Normal file
@ -0,0 +1,31 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/01/23 21:01:37 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/Data/
|
||||
lib/ghc/${DISTNAME}/Data/ByteString/
|
||||
lib/ghc/${DISTNAME}/Data/ByteString/Base16/
|
||||
lib/ghc/${DISTNAME}/Data/ByteString/Base16.hi
|
||||
lib/ghc/${DISTNAME}/Data/ByteString/Base16/Lazy.hi
|
||||
lib/ghc/${DISTNAME}/HS${DISTNAME}.o
|
||||
lib/ghc/${DISTNAME}/libHS${DISTNAME}.a
|
||||
lib/ghc/${DISTNAME}/register.sh
|
||||
@exec /usr/bin/env HOME=/nonexistent %D/lib/ghc/${DISTNAME}/register.sh -v0
|
||||
@unexec /usr/bin/env HOME=/nonexistent %D/lib/ghc/${DISTNAME}/unregister.sh -v0 --force
|
||||
lib/ghc/${DISTNAME}/unregister.sh
|
||||
share/doc/hs-${DISTNAME}/
|
||||
share/doc/hs-${DISTNAME}/LICENSE
|
||||
share/doc/hs-${DISTNAME}/html/
|
||||
share/doc/hs-${DISTNAME}/html/Data-ByteString-Base16-Lazy.html
|
||||
share/doc/hs-${DISTNAME}/html/Data-ByteString-Base16.html
|
||||
share/doc/hs-${DISTNAME}/html/base16-bytestring.haddock
|
||||
share/doc/hs-${DISTNAME}/html/doc-index.html
|
||||
share/doc/hs-${DISTNAME}/html/frames.html
|
||||
share/doc/hs-${DISTNAME}/html/haddock-util.js
|
||||
share/doc/hs-${DISTNAME}/html/hslogo-16.png
|
||||
share/doc/hs-${DISTNAME}/html/index-frames.html
|
||||
share/doc/hs-${DISTNAME}/html/index.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-ByteString-Base16-Lazy.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-ByteString-Base16.html
|
||||
share/doc/hs-${DISTNAME}/html/minus.gif
|
||||
share/doc/hs-${DISTNAME}/html/ocean.css
|
||||
share/doc/hs-${DISTNAME}/html/plus.gif
|
||||
share/doc/hs-${DISTNAME}/html/synopsis.png
|
Loading…
Reference in New Issue
Block a user