NOTICE: This package has been removed from pkgsrc

./wip/qca2-gnupg, Cross-platform crypto API for QT - GnuPG plugin

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.0.0beta3, Package name: qca2-gnupg-2.0.0beta3, Maintainer: jfranz

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)

This is the GnuPG plugin.


Required to run:
[security/gnupg2] [security/qca2]

Required to build:
[pkgtools/x11-links] [devel/gmake] [devel/libtool-base] [x11/qt4-tools]

Master sites:

SHA1: 77e3874b9ed427e281b23b9bf41ecc95e74f7053
RMD160: 2531d81179e0b78cc3689c7891b4c6c60d56a422
Filesize: 37.282 KB

Version history: (Expand)


CVS history: (Expand)


   2011-10-18 02:47:17 by Eric Schnoebelen | Files touched by this commit (4) | Package removed
Log message:
Imported into pkgsrc as security/qca2-gnupg.

   2011-08-04 23:37:00 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 2.0.0beta3, convert to user-destdir, set LICENSE.
Changes to beta2 not found.
   2010-06-14 00:47:10 by Thomas Klausner | Files touched by this commit (235)
Log message:
Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
   2010-01-18 10:38:16 by Thomas Klausner | Files touched by this commit (204)
Log message:
Second try at recursive PKGREVISION bump for jpeg shlib major bump (jpeg-8).
   2007-12-23 12:53:12 by Johann Franz | Files touched by this commit (4) | Imported package
Log message:
GnuPG plugin to QCA, a Cross-platform crypto API for QT