diff options
author | salo <salo@pkgsrc.org> | 2003-05-14 03:23:43 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-05-14 03:23:43 +0000 |
commit | 9f0223d75e6e8451e5d6c16907447f74e5a24011 (patch) | |
tree | 167f1b295d2b8f915bcd81842d6046f95f40205e /security/libtasn1/PLIST | |
parent | 2e172b9dcbe3209c0cff67d80c058992a33d039a (diff) | |
download | pkgsrc-9f0223d75e6e8451e5d6c16907447f74e5a24011.tar.gz |
Import of libtasn1-0.2.4: ASN.1 structure parser library.
libtasn1 library was developed for ASN1 (Abstract Syntax Notation One)
structures management.
The main features of this library are:
- on-line ASN1 structure management that does
not require any C code file generation;
- off-line ASN1 structure management with C code
file generation containing an array;
- DER (Distinguish Encoding Rules) encoding;
- no limits for INTEGER and ENUMERATED values
Package provided bu Juan RP via pkgsrc-wip with some modifications by me.
Diffstat (limited to 'security/libtasn1/PLIST')
-rw-r--r-- | security/libtasn1/PLIST | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/security/libtasn1/PLIST b/security/libtasn1/PLIST new file mode 100644 index 00000000000..02a41560fb9 --- /dev/null +++ b/security/libtasn1/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/05/14 03:23:43 salo Exp $ +include/libtasn1.h +lib/libtasn1.a +lib/libtasn1.la +lib/libtasn1.so +lib/libtasn1.so.2 +lib/libtasn1.so.2.4 |