pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/qca2-ossl reimport security/qca-ossl as secur...
details: https://anonhg.NetBSD.org/pkgsrc/rev/573206b7127b
branches: trunk
changeset: 536698:573206b7127b
user: jdolecek <jdolecek%pkgsrc.org@localhost>
date: Thu Dec 20 20:20:17 2007 +0000
description:
reimport security/qca-ossl as security/qca2-ossl (it's qca 2.x only)
diffstat:
security/qca2-ossl/DESCR | 15 +++++++++++++++
security/qca2-ossl/Makefile | 24 ++++++++++++++++++++++++
security/qca2-ossl/PLIST | 2 ++
security/qca2-ossl/distinfo | 5 +++++
4 files changed, 46 insertions(+), 0 deletions(-)
diffs (62 lines):
diff -r 4d635ba98d3c -r 573206b7127b security/qca2-ossl/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/qca2-ossl/DESCR Thu Dec 20 20:20:17 2007 +0000
@@ -0,0 +1,15 @@
+Taking a hint from the similarly-named Java Cryptography Architecture,
+QCA aims to provide a straightforward and cross-platform crypto
+API, using Qt datatypes and conventions. QCA separates the API from
+the implementation, using plugins known as Providers. The advantage
+of this model is to allow applications to avoid linking to or
+explicitly depending on any particular cryptographic library. This
+allows one to easily change or upgrade crypto implementations
+without even needing to recompile the application. QCA should work
+everywhere Qt does, including Windows/Unix/MacOSX.
+
+Capabilities:
+TLS, CMS, X.509, RSA, DSA, Diffie-Hellman, PKCS#7, PKCS#12, SHA0,
+SHA1, SHA224, SHA256, SHA384, SHA512, MD2, MD4, MD5, RIPEMD160,
+Blowfish, DES, 3DES, AES128, AES192, AES256, CAST5, HMAC(SHA1, MD5,
+RIPEMD160), PBKDF1(MD2, SHA1), PBKDF2(SHA1)
diff -r 4d635ba98d3c -r 573206b7127b security/qca2-ossl/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/qca2-ossl/Makefile Thu Dec 20 20:20:17 2007 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/12/20 20:20:17 jdolecek Exp $
+
+DISTNAME= qca-ossl-2.0.0-beta3
+PKGNAME= ${DISTNAME:S/-beta/beta/}
+CATEGORIES= security
+MASTER_SITES= http://delta.affinix.com/download/qca/2.0/plugins/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= jdolecek%NetBSD.org@localhost
+HOMEPAGE= http://delta.affinix.com/qca/
+COMMENT= Cross-platform crypto API for QT - OpenSSL plugin
+
+USE_TOOLS+= gmake
+USE_LIBTOOL= yes
+HAS_CONFIGURE= yes
+USE_LANGUAGES= c c++
+
+CONFIGURE_ARGS+= --with-qca=${BUILDLINK_PREFIX.qca}
+CONFIGURE_ARGS+= --with-openssl-inc=${SSLBASE}/include
+CONFIGURE_ARGS+= --with-openssl-lib=${SSLBASE}/lib
+
+.include "../../security/qca/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 4d635ba98d3c -r 573206b7127b security/qca2-ossl/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/qca2-ossl/PLIST Thu Dec 20 20:20:17 2007 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/12/20 20:20:17 jdolecek Exp $
+qt4/plugins/crypto/libqca-ossl.la
diff -r 4d635ba98d3c -r 573206b7127b security/qca2-ossl/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/qca2-ossl/distinfo Thu Dec 20 20:20:17 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/12/20 20:20:17 jdolecek Exp $
+
+SHA1 (qca-ossl-2.0.0-beta3.tar.bz2) = dd925e8732ff76f24f9f90f4094abaf2f0ac27bf
+RMD160 (qca-ossl-2.0.0-beta3.tar.bz2) = c979c3c3427eb45e8866e28746f83966e8bcf3c2
+Size (qca-ossl-2.0.0-beta3.tar.bz2) = 49188 bytes
Home |
Main Index |
Thread Index |
Old Index