1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

- Update to 0.6.1.3

Obtained from:	FreeBSD Haskell
This commit is contained in:
Gabor Pali 2012-06-03 21:33:34 +00:00
parent 036e6e86b5
commit 2014f1263f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298173
3 changed files with 7 additions and 6 deletions

View File

@ -6,15 +6,16 @@
#
PORTNAME= asn1-data
PORTVERSION= 0.6.1.2
PORTVERSION= 0.6.1.3
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= ASN1 data reader and writer in RAW, BER, DER, and CER forms
COMMENT= ASN1 data reader and writer in RAW, BER, DER and CER forms
LICENSE= BSD
CABAL_SETUP= Setup.hs
USE_CABAL= attoparsec>=0.8 attoparsec-enumerator>=0.2 enumerator>=0.4.5 \
mtl text>=0.11

View File

@ -1,2 +1,2 @@
SHA256 (cabal/asn1-data-0.6.1.2.tar.gz) = 799c03d091549acaf92fd79e271b2af2818c66173e3073898b12231ace75a598
SIZE (cabal/asn1-data-0.6.1.2.tar.gz) = 15952
SHA256 (cabal/asn1-data-0.6.1.3.tar.gz) = 98bface77db252d737c601b5116d2c390b6783b2e25cafd0daa9667c5b299e6e
SIZE (cabal/asn1-data-0.6.1.3.tar.gz) = 16226

View File

@ -1,4 +1,4 @@
ASN1 data reader and writer in raw form with supports for high level
forms of ASN1 (BER, CER and DER).
ASN1 data reader and writer in raw form with supports for high level forms
of ASN1 (BER, CER and DER). All interfaces use the enumerator interface.
WWW: http://github.com/vincenthz/hs-asn1-data