diff options
author | jdolecek <jdolecek> | 2007-12-20 20:21:03 +0000 |
---|---|---|
committer | jdolecek <jdolecek> | 2007-12-20 20:21:03 +0000 |
commit | 8a4ed8bb040bbd300cf08e5b403700d3c319a69e (patch) | |
tree | f59eb410c4d5c042d9f48125f1269d6dbee5c629 /security | |
parent | da16927f5c7bf72135c3c264bf61a8512a6a093c (diff) | |
download | pkgsrc-8a4ed8bb040bbd300cf08e5b403700d3c319a69e.tar.gz |
files moved to security/qca2-ossl
Diffstat (limited to 'security')
-rw-r--r-- | security/qca-ossl/DESCR | 15 | ||||
-rw-r--r-- | security/qca-ossl/Makefile | 24 | ||||
-rw-r--r-- | security/qca-ossl/PLIST | 2 | ||||
-rw-r--r-- | security/qca-ossl/distinfo | 5 |
4 files changed, 0 insertions, 46 deletions
diff --git a/security/qca-ossl/DESCR b/security/qca-ossl/DESCR deleted file mode 100644 index 8686fe8eb6e..00000000000 --- a/security/qca-ossl/DESCR +++ /dev/null @@ -1,15 +0,0 @@ -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 --git a/security/qca-ossl/Makefile b/security/qca-ossl/Makefile deleted file mode 100644 index 7ecec6a9007..00000000000 --- a/security/qca-ossl/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/12/19 13:05:05 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 -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 --git a/security/qca-ossl/PLIST b/security/qca-ossl/PLIST deleted file mode 100644 index 2cd1916ede2..00000000000 --- a/security/qca-ossl/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2007/12/19 13:05:05 jdolecek Exp $ -qt4/plugins/crypto/libqca-ossl.la diff --git a/security/qca-ossl/distinfo b/security/qca-ossl/distinfo deleted file mode 100644 index 0003fad0f7e..00000000000 --- a/security/qca-ossl/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.1.1.1 2007/12/19 13:05:05 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 |