ports/103396: [MAINTAINER UPDATE] port lang/asn1c: new version
Lev Walkin
vlm at lionet.info
Tue Sep 19 06:50:32 UTC 2006
>Number: 103396
>Category: ports
>Synopsis: [MAINTAINER UPDATE] port lang/asn1c: new version
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Tue Sep 19 06:50:21 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Lev Walkin
>Release: FreeBSD 4.10-RELEASE i386
>Organization:
>Environment:
>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).
>How-To-Repeat:
Apply the diff below.
>Fix:
==========================================================================
diff -ruN asn1c.old/Makefile asn1c/Makefile
--- asn1c.old/Makefile Tue Sep 19 06:23:44 2006
+++ asn1c/Makefile Tue Sep 19 06:33:44 2006
@@ -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 -ruN asn1c.old/distinfo asn1c/distinfo
--- asn1c.old/distinfo Tue Sep 19 06:23:44 2006
+++ asn1c/distinfo Tue Sep 19 06:34:10 2006
@@ -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 -ruN asn1c.old/pkg-descr asn1c/pkg-descr
--- asn1c.old/pkg-descr Tue Sep 19 06:23:44 2006
+++ asn1c/pkg-descr Tue Sep 19 06:24:35 2006
@@ -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 -ruN asn1c.old/pkg-plist asn1c/pkg-plist
--- asn1c.old/pkg-plist Tue Sep 19 06:23:44 2006
+++ asn1c/pkg-plist Tue Sep 19 06:40:53 2006
@@ -95,6 +95,8 @@
%%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 @@
%%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 @@
%%DOCSDIR%%/asn1c-usage.html
%%DOCSDIR%%/asn1c-usage.pdf
@dirrm %%DOCSDIR%%
+ at dirrm %%DATADIR%%/standard-modules
@dirrm %%DATADIR%%
==========================================================================
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list