Import libksba: a library to make the tasks of working with X.509
certificates, CMS data and related objects more easy. ok jasper@
This commit is contained in:
parent
e0fb41c023
commit
ad9495eaa9
31
security/libksba/Makefile
Normal file
31
security/libksba/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2010/06/15 12:01:53 pea Exp $
|
||||
|
||||
COMMENT = X.509 Library
|
||||
|
||||
DISTNAME = libksba-1.0.7
|
||||
CATEGORIES = security
|
||||
|
||||
SHARED_LIBS = ksba 0.0 #17.6
|
||||
|
||||
MASTER_SITES = ftp://ftp.gnupg.org/gcrypt/libksba/
|
||||
|
||||
HOMEPAGE = http://www.gnupg.org/related_software/libksba
|
||||
|
||||
MAINTAINER = Pierre-Emmanuel Andre <pea@openbsd.org>
|
||||
|
||||
# GPLv3
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
EXTRACT_SUFX = .tar.bz2
|
||||
|
||||
USE_LIBTOOL = Yes
|
||||
MODULES = devel/gettext
|
||||
|
||||
LIB_DEPENDS = gpg-error.>=1::security/libgpg-error
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
|
||||
.include <bsd.port.mk>
|
5
security/libksba/distinfo
Normal file
5
security/libksba/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (libksba-1.0.7.tar.bz2) = 7rzlIakGADacM8X6a5u72A==
|
||||
RMD160 (libksba-1.0.7.tar.bz2) = Nqzekcsh92OI8m6OvFydYYSfm54=
|
||||
SHA1 (libksba-1.0.7.tar.bz2) = yNJp+xWGm1kgTvP11GzrLETb6rM=
|
||||
SHA256 (libksba-1.0.7.tar.bz2) = qrUF3hx21GgfR3dFef1NWEWgGcx4uE+ol8ApGQldKq4=
|
||||
SIZE (libksba-1.0.7.tar.bz2) = 569854
|
11
security/libksba/pkg/DESCR
Normal file
11
security/libksba/pkg/DESCR
Normal file
@ -0,0 +1,11 @@
|
||||
Libksba is a library to make the tasks of working with X.509
|
||||
certificates, CMS data and related objects more easy. It provides a
|
||||
highlevel interface to the implemented protocols and presents the data
|
||||
in a consistent way. There is no more need to worry about all the nasty
|
||||
details of the protocols. The API gives the C programmer an easy way of
|
||||
interacting with the data. It copes with the version details X.509
|
||||
protocols tend to have as well as with the many different versions and
|
||||
dialects. Applications must usually cope with all of this and it has to
|
||||
be coded over and over again. Libksba hides this by providing just one
|
||||
API which does the Right Thing. Support for new features will be added
|
||||
as needed.
|
2
security/libksba/pkg/PFRAG.shared
Normal file
2
security/libksba/pkg/PFRAG.shared
Normal file
@ -0,0 +1,2 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2010/06/15 12:01:53 pea Exp $
|
||||
@lib lib/libksba.so.${LIBksba_VERSION}
|
8
security/libksba/pkg/PLIST
Normal file
8
security/libksba/pkg/PLIST
Normal file
@ -0,0 +1,8 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/06/15 12:01:53 pea Exp $
|
||||
%%SHARED%%
|
||||
bin/ksba-config
|
||||
include/ksba.h
|
||||
@info info/ksba.info
|
||||
lib/libksba.a
|
||||
lib/libksba.la
|
||||
share/aclocal/ksba.m4
|
Loading…
Reference in New Issue
Block a user