1
0
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:
Gabor Pali 2012-02-13 02:11:23 +00:00
parent 5c0f73a2f0
commit 3da3ed194d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291108
4 changed files with 27 additions and 0 deletions

View 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>

View 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

View 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

View File

@ -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