Update to 0.9.7.1 and fix build on amd64

Submitted by:	maintainer
This commit is contained in:
Kirill Ponomarev 2004-10-26 20:40:20 +00:00
parent e570c85499
commit a9b32ce1eb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120278
3 changed files with 22 additions and 4 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= asn1c
PORTVERSION= 0.9.4
PORTVERSION= 0.9.7.1
CATEGORIES= lang converters security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://lionet.info/soft/
@ -18,7 +18,7 @@ COMMENT= Modern ASN.1 to C compiler
GNU_CONFIGURE= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= asn1c.1
MAN1= asn1c.1 enber.1 unber.1
.include <bsd.port.pre.mk>

View file

@ -1,2 +1,2 @@
MD5 (asn1c-0.9.4.tar.gz) = 93c2ef70b015693c28f6f014230e79dd
SIZE (asn1c-0.9.4.tar.gz) = 792180
MD5 (asn1c-0.9.7.1.tar.gz) = a6eed515e5012c1925fdc7a8d8651cc5
SIZE (asn1c-0.9.7.1.tar.gz) = 873788

View file

@ -1,6 +1,8 @@
bin/asn1c
bin/clyx2asn1.pl
bin/crfc2asn1.pl
bin/enber
bin/unber
%%DATADIR%%/ANY.c
%%DATADIR%%/ANY.h
%%DATADIR%%/BIT_STRING.c
@ -29,6 +31,8 @@ bin/crfc2asn1.pl
%%DATADIR%%/NativeEnumerated.h
%%DATADIR%%/NativeInteger.c
%%DATADIR%%/NativeInteger.h
%%DATADIR%%/NativeReal.c
%%DATADIR%%/NativeReal.h
%%DATADIR%%/NumericString.c
%%DATADIR%%/NumericString.h
%%DATADIR%%/OBJECT_IDENTIFIER.c
@ -39,6 +43,8 @@ bin/crfc2asn1.pl
%%DATADIR%%/ObjectDescriptor.h
%%DATADIR%%/PrintableString.c
%%DATADIR%%/PrintableString.h
%%DATADIR%%/REAL.c
%%DATADIR%%/REAL.h
%%DATADIR%%/RELATIVE-OID.c
%%DATADIR%%/RELATIVE-OID.h
%%DATADIR%%/T61String.c
@ -59,7 +65,11 @@ bin/crfc2asn1.pl
%%DATADIR%%/asn_SEQUENCE_OF.h
%%DATADIR%%/asn_SET_OF.c
%%DATADIR%%/asn_SET_OF.h
%%DATADIR%%/asn_application.h
%%DATADIR%%/asn_internal.h
%%DATADIR%%/asn_types.h
%%DATADIR%%/ber_codec_prim.c
%%DATADIR%%/ber_codec_prim.h
%%DATADIR%%/ber_decoder.c
%%DATADIR%%/ber_decoder.h
%%DATADIR%%/ber_tlv_length.c
@ -83,6 +93,14 @@ bin/crfc2asn1.pl
%%DATADIR%%/der_encoder.c
%%DATADIR%%/der_encoder.h
%%DATADIR%%/file-dependencies
%%DATADIR%%/xer_encoder.c
%%DATADIR%%/xer_encoder.h
%%PORTDOCS%%%%DOCSDIR%%/BUGS
%%PORTDOCS%%%%DOCSDIR%%/COPYING
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
%%PORTDOCS%%%%DOCSDIR%%/FAQ
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/TODO
%%PORTDOCS%%%%DOCSDIR%%/asn1c-usage.html
%%PORTDOCS%%%%DOCSDIR%%/asn1c-usage.pdf
%%PORTDOCS%%@dirrm %%DOCSDIR%%