pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Add qca-tls 1.0 - QT Cryptography Architecture TLS plu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5fa264965713
branches:  trunk
changeset: 484502:5fa264965713
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Sat Nov 27 20:27:06 2004 +0000

description:
Add qca-tls 1.0 - QT Cryptography Architecture TLS plugin. Features
SSL/TLS, X509, RSA, Hasing (SHA1, MD5), Ciphers (Blowfish, 3DES, AES).
Uses QT conventions and plugin mechanism, and provides the crypto
services for applications such as PSI (Jabber client).

diffstat:

 doc/CHANGES               |   3 ++-
 security/Makefile         |   3 ++-
 security/qca-tls/DESCR    |  16 ++++++++++++++++
 security/qca-tls/Makefile |  34 ++++++++++++++++++++++++++++++++++
 security/qca-tls/PLIST    |   3 +++
 security/qca-tls/distinfo |   4 ++++
 6 files changed, 61 insertions(+), 2 deletions(-)

diffs (104 lines):

diff -r 90d575808a8e -r 5fa264965713 doc/CHANGES
--- a/doc/CHANGES       Sat Nov 27 20:15:42 2004 +0000
+++ b/doc/CHANGES       Sat Nov 27 20:27:06 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.8085 2004/11/27 18:18:11 wiz Exp $
+$NetBSD: CHANGES,v 1.8086 2004/11/27 20:29:25 jdolecek Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -5546,3 +5546,4 @@
        Updated rss2html to 0.7 [wiz 2004-11-27]
        Updated classpath to 0.11 [wiz 2004-11-27]
        Updated classpath-gui to 0.11 [wiz 2004-11-27]
+       Added qca-tls-1.0 [jdolecek 2004-11-27]
diff -r 90d575808a8e -r 5fa264965713 security/Makefile
--- a/security/Makefile Sat Nov 27 20:15:42 2004 +0000
+++ b/security/Makefile Sat Nov 27 20:27:06 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.213 2004/11/27 14:48:38 taca Exp $
+# $NetBSD: Makefile,v 1.214 2004/11/27 20:29:25 jdolecek Exp $
 #
 
 COMMENT=       Security tools
@@ -178,6 +178,7 @@
 SUBDIR+=       py-gnutls
 SUBDIR+=       py-m2crypto
 SUBDIR+=       pyca
+SUBDIR+=       qca-tls
 SUBDIR+=       qident
 SUBDIR+=       racoon
 SUBDIR+=       rats
diff -r 90d575808a8e -r 5fa264965713 security/qca-tls/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/qca-tls/DESCR    Sat Nov 27 20:27:06 2004 +0000
@@ -0,0 +1,16 @@
+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.
+
+Features:
+* SSL/TLS
+* X509
+* RSA
+* Hashing (SHA1, MD5)
+* Ciphers (Blowfish, 3DES, AES)
diff -r 90d575808a8e -r 5fa264965713 security/qca-tls/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/qca-tls/Makefile Sat Nov 27 20:27:06 2004 +0000
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/11/27 20:27:06 jdolecek Exp $
+
+DISTNAME=      qca-tls-1.0
+PKGREVISION=   # empty
+CATEGORIES=    security
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORCE:=psi/}
+EXTRACT_SUFX=  .tar.bz2
+
+MAINTAINER=    jdolecek%NetBSD.org@localhost
+HOMEPAGE=      http://delta.affinix.com/qca/
+COMMENT=       Cross-platform crypto API for QT
+
+USE_BUILDLINK3=        yes
+USE_GNU_TOOLS+=        make
+USE_LIBTOOL=   yes
+USE_X11=       yes
+HAS_CONFIGURE= yes
+
+post-configure:
+       cd ${WRKSRC} && (       \
+               ${QTDIR}/bin/qmake qca-tls.pro -o Makefile.orig;        \
+               ${SED} -e "s,-rpath .*,-rpath ${QTDIR}/lib," Makefile.orig > Makefile;  \
+       )
+               
+do-install:
+       ${INSTALL_DATA_DIR} ${QTDIR}/plugins/crypto
+       cd ${WRKSRC} && \
+       libtool --mode=install ${INSTALL_LIB} libqca-tls.la ${QTDIR}/plugins/crypto
+
+.include "../../security/openssl/buildlink3.mk"
+.include "../../x11/qt3-libs/buildlink3.mk"
+BUILDLINK_DEPMETHOD.qt3-tools= build
+.include "../../x11/qt3-tools/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 90d575808a8e -r 5fa264965713 security/qca-tls/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/qca-tls/PLIST    Sat Nov 27 20:27:06 2004 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/27 20:27:07 jdolecek Exp $
+qt3/plugins/crypto/libqca-tls.la
+@dirrm qt3/plugins/crypto
diff -r 90d575808a8e -r 5fa264965713 security/qca-tls/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/qca-tls/distinfo Sat Nov 27 20:27:06 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/11/27 20:27:07 jdolecek Exp $
+
+SHA1 (qca-tls-1.0.tar.bz2) = 775e764c5be342048eba11dae5c5fd3b636d23c5
+Size (qca-tls-1.0.tar.bz2) = 23489 bytes



Home | Main Index | Thread Index | Old Index