mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
This package provides a Haskell library for working with base16-encoded
data quickly and efficiently, using the ByteString type. WWW: https://github.com/mailrank/base16-bytestring Obtained from: FreeBSD Haskell
This commit is contained in:
parent
5c0f73a2f0
commit
3da3ed194d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291108
20
devel/hs-base16-bytestring/Makefile
Normal file
20
devel/hs-base16-bytestring/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# New ports collection makefile for: hs-base16-bytestring
|
||||
# Date created: May 25, 2011
|
||||
# Whom: haskell@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= base16-bytestring
|
||||
PORTVERSION= 0.1.1.4
|
||||
CATEGORIES= devel haskell
|
||||
|
||||
MAINTAINER= haskell@FreeBSD.org
|
||||
COMMENT= Fast base16 (hex) encoding and deconding for ByteStrings
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
CABAL_SETUP= Setup.hs
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
.include <bsd.port.mk>
|
2
devel/hs-base16-bytestring/distinfo
Normal file
2
devel/hs-base16-bytestring/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (cabal/base16-bytestring-0.1.1.4.tar.gz) = 99f65f0b57eb30d4d47d0589022ee75d00c32f3684d689800692cb5938ed3918
|
||||
SIZE (cabal/base16-bytestring-0.1.1.4.tar.gz) = 3695
|
4
devel/hs-base16-bytestring/pkg-descr
Normal file
4
devel/hs-base16-bytestring/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
This package provides a Haskell library for working with base16-encoded
|
||||
data quickly and efficiently, using the ByteString type.
|
||||
|
||||
WWW: https://github.com/mailrank/base16-bytestring
|
@ -22,6 +22,7 @@ arrows_port= devel/hs-arrows
|
||||
attoparsec_port= textproc/hs-attoparsec
|
||||
attoparsec-enumerator_port= textproc/hs-attoparsec-enumerator
|
||||
attoparsec-text_port= textproc/hs-attoparsec-text
|
||||
base16-bytestring_port= devel/hs-base16-bytestring
|
||||
base64-bytestring_port= devel/hs-base64-bytestring
|
||||
binary_port= devel/hs-binary
|
||||
bio_port= science/hs-bio
|
||||
|
Loading…
x
Reference in New Issue
Block a user