Update to 0.9.8
PR: ports/76405 Submitted by: maintainer
This commit is contained in:
parent
93d3794f90
commit
53e350f745
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126797
4 changed files with 9 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= asn1c
|
||||
PORTVERSION= 0.9.7.1
|
||||
PORTVERSION= 0.9.8
|
||||
CATEGORIES= lang converters security
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://lionet.info/soft/
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (asn1c-0.9.7.1.tar.gz) = a6eed515e5012c1925fdc7a8d8651cc5
|
||||
SIZE (asn1c-0.9.7.1.tar.gz) = 873788
|
||||
MD5 (asn1c-0.9.8.tar.gz) = 301a635426cdf1b9f468c5a09a0fd398
|
||||
SIZE (asn1c-0.9.8.tar.gz) = 889458
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
The asn1c compiles ASN.1 (Abstract Syntax Notation One) specifications into
|
||||
the C source code. This compiler supports automatic constraints checking code
|
||||
generation, parametrization, basic support for Information Object Classes.
|
||||
The produced C code contains the codecs for BER & DER encoding rules.
|
||||
The produced C code contains the codecs for BER/DER/CER/XER encoding rules.
|
||||
|
||||
See asn1c-usage.pdf and asn1c(1) manual page for details.
|
||||
|
||||
|
|
|
@ -61,15 +61,17 @@ bin/unber
|
|||
%%DATADIR%%/VideotexString.h
|
||||
%%DATADIR%%/VisibleString.c
|
||||
%%DATADIR%%/VisibleString.h
|
||||
%%DATADIR%%/asn-decoder-template.c
|
||||
%%DATADIR%%/asn_SEQUENCE_OF.c
|
||||
%%DATADIR%%/asn_SEQUENCE_OF.h
|
||||
%%DATADIR%%/asn_SET_OF.c
|
||||
%%DATADIR%%/asn_SET_OF.h
|
||||
%%DATADIR%%/asn_application.h
|
||||
%%DATADIR%%/asn_codecs.h
|
||||
%%DATADIR%%/asn_codecs_prim.c
|
||||
%%DATADIR%%/asn_codecs_prim.h
|
||||
%%DATADIR%%/asn_internal.h
|
||||
%%DATADIR%%/asn_types.h
|
||||
%%DATADIR%%/ber_codec_prim.c
|
||||
%%DATADIR%%/ber_codec_prim.h
|
||||
%%DATADIR%%/asn_system.h
|
||||
%%DATADIR%%/ber_decoder.c
|
||||
%%DATADIR%%/ber_decoder.h
|
||||
%%DATADIR%%/ber_tlv_length.c
|
||||
|
|
Loading…
Reference in a new issue