1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Update to 0.9.21

- original description:
  The ASN.1 compiler port lang/asn1c needs to be updated. A new
  version of compiler is available. Changes include RRC
  and H.248.1/MEGACO encoding support (PER).

PR:		ports/103396
Submitted by:	maintainer (Lev Walkin)
This commit is contained in:
Cheng-Lung Sung 2006-09-19 07:27:52 +00:00
parent de74d435e9
commit 6bb431616b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173372
4 changed files with 12 additions and 6 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= asn1c
PORTVERSION= 0.9.20
PORTVERSION= 0.9.21
CATEGORIES= lang converters security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://lionet.info/soft/

View File

@ -1,3 +1,3 @@
MD5 (asn1c-0.9.20.tar.gz) = 06d7404a99b2c591c311fe7a4a825942
SHA256 (asn1c-0.9.20.tar.gz) = a3d6cd4877c91e8bbe622942a06e4e35a70bd49628219a2850f2a52fd2198c43
SIZE (asn1c-0.9.20.tar.gz) = 1072670
MD5 (asn1c-0.9.21.tar.gz) = 0d06f96d345530e66e44e7bfee2e0aed
SHA256 (asn1c-0.9.21.tar.gz) = 171e236c8768155453609d55e51f13031901907ee84d0eebff4c7b5d6be7d055
SIZE (asn1c-0.9.21.tar.gz) = 1282580

View File

@ -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/CER/XER encoding rules.
The produced C code contains the codecs for BER/DER/CER/PER/XER encoding rules.
See asn1c-usage.pdf and asn1c(1) manual page for details.

View File

@ -95,6 +95,8 @@ bin/unber
%%DATADIR%%/der_encoder.h
%%DATADIR%%/per_decoder.c
%%DATADIR%%/per_decoder.h
%%DATADIR%%/per_encoder.c
%%DATADIR%%/per_encoder.h
%%DATADIR%%/xer_decoder.c
%%DATADIR%%/xer_decoder.h
%%DATADIR%%/xer_encoder.c
@ -103,8 +105,11 @@ bin/unber
%%DATADIR%%/xer_support.h
%%DATADIR%%/per_support.c
%%DATADIR%%/per_support.h
%%DATADIR%%/asn-decoder-template.c
%%DATADIR%%/converter-sample.c
%%DATADIR%%/file-dependencies
%%DATADIR%%/standard-modules/README
%%DATADIR%%/standard-modules/ASN1-Object-Identifier-Module.asn1
%%DATADIR%%/standard-modules/ASN1C-UsefulInformationObjectClasses.asn1
%%DOCSDIR%%/TODO
%%DOCSDIR%%/BUGS
%%DOCSDIR%%/ChangeLog
@ -115,4 +120,5 @@ bin/unber
%%DOCSDIR%%/asn1c-usage.html
%%DOCSDIR%%/asn1c-usage.pdf
@dirrm %%DOCSDIR%%
@dirrm %%DATADIR%%/standard-modules
@dirrm %%DATADIR%%