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.
This commit is contained in:
parent
2e172b9dcb
commit
9f0223d75e
5 changed files with 63 additions and 0 deletions
10
security/libtasn1/DESCR
Normal file
10
security/libtasn1/DESCR
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
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
|
18
security/libtasn1/Makefile
Normal file
18
security/libtasn1/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# $NetBSD: Makefile,v 1.1.1.1 2003/05/14 03:23:43 salo Exp $
|
||||||
|
#
|
||||||
|
|
||||||
|
DISTNAME= libtasn1-0.2.4
|
||||||
|
CATEGORIES= security devel
|
||||||
|
MASTER_SITES= ftp://ftp.gnutls.org/pub/gnutls/libtasn1/
|
||||||
|
|
||||||
|
MAINTAINER= packages@netbsd.org
|
||||||
|
HOMEPAGE= http://www.gnutls.org/
|
||||||
|
COMMENT= ASN.1 structure parser library
|
||||||
|
|
||||||
|
USE_BUILDLINK2= YES
|
||||||
|
USE_LIBTOOL= YES
|
||||||
|
GNU_CONFIGURE= YES
|
||||||
|
|
||||||
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
||||||
|
|
||||||
|
.include "../../mk/bsd.pkg.mk"
|
7
security/libtasn1/PLIST
Normal file
7
security/libtasn1/PLIST
Normal file
|
@ -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
|
24
security/libtasn1/buildlink2.mk
Normal file
24
security/libtasn1/buildlink2.mk
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# $NetBSD: buildlink2.mk,v 1.1.1.1 2003/05/14 03:23:43 salo Exp $
|
||||||
|
#
|
||||||
|
# This Makefile fragment is included by packages that use libtasn1.
|
||||||
|
#
|
||||||
|
# This file was created automatically using createbuildlink 2.6.
|
||||||
|
#
|
||||||
|
|
||||||
|
.if !defined(LIBTASN1_BUILDLINK2_MK)
|
||||||
|
LIBTASN1_BUILDLINK2_MK= # defined
|
||||||
|
|
||||||
|
BUILDLINK_PACKAGES+= libtasn1
|
||||||
|
BUILDLINK_DEPENDS.libtasn1?= libtasn1>=0.1.2
|
||||||
|
BUILDLINK_PKGSRCDIR.libtasn1?= ../../security/libtasn1
|
||||||
|
|
||||||
|
EVAL_PREFIX+= BUILDLINK_PREFIX.libtasn1=libtasn1
|
||||||
|
BUILDLINK_PREFIX.libtasn1_DEFAULT= ${LOCALBASE}
|
||||||
|
BUILDLINK_FILES.libtasn1+= include/libtasn1.h
|
||||||
|
BUILDLINK_FILES.libtasn1+= lib/libtasn1.*
|
||||||
|
|
||||||
|
BUILDLINK_TARGETS+= libtasn1-buildlink
|
||||||
|
|
||||||
|
libtasn1-buildlink: _BUILDLINK_USE
|
||||||
|
|
||||||
|
.endif # LIBTASN1_BUILDLINK2_MK
|
4
security/libtasn1/distinfo
Normal file
4
security/libtasn1/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
$NetBSD: distinfo,v 1.1.1.1 2003/05/14 03:23:43 salo Exp $
|
||||||
|
|
||||||
|
SHA1 (libtasn1-0.2.4.tar.gz) = 0cd9b054fc7c7ae49c4f86c20d37c911744538d6
|
||||||
|
Size (libtasn1-0.2.4.tar.gz) = 354215 bytes
|
Loading…
Reference in a new issue