Date: Tue, 18 Jan 2005 13:22:13 GMT From: Lev Walkin <vlm@lionet.info> To: FreeBSD-gnats-submit@FreeBSD.org Cc: krion@FreeBSD.org Subject: ports/76405: [MAINTAINER UPDATE] lang/asn1c to 0.9.8 Message-ID: <200501181322.j0IDMDRZ058485@mane.lionet.info> Resent-Message-ID: <200501181330.j0IDUMKF006542@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 76405 >Category: ports >Synopsis: [MAINTAINER UPDATE] lang/asn1c to 0.9.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jan 18 13:30:22 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Lev Walkin >Release: FreeBSD 4.9-RELEASE i386 >Organization: >Environment: System: FreeBSD mane.lionet.info 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Mon Oct 27 17:51:09 GMT 2003 root@freebsd-stable.sentex.ca:/usr/obj/usr/src/sys/GENERIC i386 >Description: New version of a Free, Open Source ASN.1 compiler is out. >How-To-Repeat: apply a patch below. >Fix: === start of patch === 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 === >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501181322.j0IDMDRZ058485>