diff -ruN asn1c.old/Makefile asn1c/Makefile --- asn1c.old/Makefile Tue Jan 18 05:03:15 2005 +++ asn1c/Makefile Tue Jan 18 05:03:40 2005 @@ -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/ diff -ruN asn1c.old/distinfo asn1c/distinfo --- asn1c.old/distinfo Tue Jan 18 05:03:15 2005 +++ asn1c/distinfo Tue Jan 18 05:08:40 2005 @@ -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 diff -ruN asn1c.old/pkg-descr asn1c/pkg-descr --- asn1c.old/pkg-descr Tue Jan 18 05:03:15 2005 +++ asn1c/pkg-descr Tue Jan 18 05:08:14 2005 @@ -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. diff -ruN asn1c.old/pkg-plist asn1c/pkg-plist --- asn1c.old/pkg-plist Tue Jan 18 05:03:15 2005 +++ asn1c/pkg-plist Tue Jan 18 05:13:47 2005 @@ -61,15 +61,17 @@ %%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 === end of patch ===