aboutsummaryrefslogtreecommitdiff
path: root/lang/asn1c
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2005-01-19 09:54:15 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2005-01-19 09:54:15 +0000
commit53e350f745561b56cf9f4d9f703d48e33a6ba9a1 (patch)
treefc05ef6c3127ad7ecc0e4b30c71f28d540638fb1 /lang/asn1c
parent93d3794f9093e64898877753a40a72f85c8d1c74 (diff)
downloadports-53e350f745561b56cf9f4d9f703d48e33a6ba9a1.tar.gz
ports-53e350f745561b56cf9f4d9f703d48e33a6ba9a1.zip
Notes
Diffstat (limited to 'lang/asn1c')
-rw-r--r--lang/asn1c/Makefile2
-rw-r--r--lang/asn1c/distinfo4
-rw-r--r--lang/asn1c/pkg-descr2
-rw-r--r--lang/asn1c/pkg-plist8
4 files changed, 9 insertions, 7 deletions
diff --git a/lang/asn1c/Makefile b/lang/asn1c/Makefile
index 61f1b58543b6..babcbeb4a940 100644
--- a/lang/asn1c/Makefile
+++ b/lang/asn1c/Makefile
@@ -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 --git a/lang/asn1c/distinfo b/lang/asn1c/distinfo
index 6349bc123d43..2230d31f3e1c 100644
--- a/lang/asn1c/distinfo
+++ b/lang/asn1c/distinfo
@@ -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 --git a/lang/asn1c/pkg-descr b/lang/asn1c/pkg-descr
index 0878be70e2cb..494db74c49b5 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 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 --git a/lang/asn1c/pkg-plist b/lang/asn1c/pkg-plist
index 9511a9c31c5e..2b1692d80580 100644
--- a/lang/asn1c/pkg-plist
+++ b/lang/asn1c/pkg-plist
@@ -61,15 +61,17 @@ bin/unber
%%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