From 4a62a59af0bf375fc0f2af6e7e329567fa15830c Mon Sep 17 00:00:00 2001 From: clsung Date: Tue, 19 Sep 2006 07:27:52 +0000 Subject: - 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) --- lang/asn1c/Makefile | 2 +- lang/asn1c/distinfo | 6 +++--- lang/asn1c/pkg-descr | 2 +- lang/asn1c/pkg-plist | 8 +++++++- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/lang/asn1c/Makefile b/lang/asn1c/Makefile index cf5c5df351fe..7fa41d0369a5 100644 --- a/lang/asn1c/Makefile +++ b/lang/asn1c/Makefile @@ -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/ diff --git a/lang/asn1c/distinfo b/lang/asn1c/distinfo index 4ff82135e477..6f013cd0851d 100644 --- a/lang/asn1c/distinfo +++ b/lang/asn1c/distinfo @@ -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 diff --git a/lang/asn1c/pkg-descr b/lang/asn1c/pkg-descr index 261f840e4679..de264538ad40 100644 --- a/lang/asn1c/pkg-descr +++ b/lang/asn1c/pkg-descr @@ -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. diff --git a/lang/asn1c/pkg-plist b/lang/asn1c/pkg-plist index f83d706602e9..17b636bc0903 100644 --- a/lang/asn1c/pkg-plist +++ b/lang/asn1c/pkg-plist @@ -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%% -- cgit