Qt Cryptographic Architecture, TLS plugin

From Gerardo Santana Gomez Garrido <santana@openbsd.org.mx>
This commit is contained in:
niallo 2005-05-19 20:28:27 +00:00
parent dfcd2dfd5d
commit f61ebd7c14
6 changed files with 67 additions and 0 deletions

36
security/qca-tls/Makefile Normal file
View File

@ -0,0 +1,36 @@
# $OpenBSD: Makefile,v 1.1.1.1 2005/05/19 20:28:27 niallo Exp $
COMMENT= "Qt Cryptographic Architecture, TLS plugin"
DISTNAME= qca-tls-1.0
CATEGORIES= security
HOMEPAGE= http://delta.affinix.com/qca/
MAINTAINER= Gerardo Santana Gomez Garrido <santana@openbsd.org.mx>
RUN_DEPENDS= qca.1::security/qca
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= ssl crypto
SHARED_ONLY= Yes
MODULES= x11/qt3
MODQT_MT= Yes
MASTER_SITES= ${HOMEPAGE}
EXTRACT_SUFX= .tar.bz2
NO_REGRESS= Yes
USE_GMAKE= Yes
CONFIGURE_STYLE= simple
CONFIGURE_ENV= LOCALBASE=${LOCALBASE}
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/lib/qt3/plugins/crypto
${INSTALL_DATA} ${WRKSRC}/libqca-tls.so ${PREFIX}/lib/qt3/plugins/crypto
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (qca-tls-1.0.tar.bz2) = 886b1f60fc31de3b1a0bd93281e27b73
RMD160 (qca-tls-1.0.tar.bz2) = c553782e77ab54edde7e4f0676a3caad74dfa910
SHA1 (qca-tls-1.0.tar.bz2) = 775e764c5be342048eba11dae5c5fd3b636d23c5
SIZE (qca-tls-1.0.tar.bz2) = 23489

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-configure,v 1.1.1.1 2005/05/19 20:28:27 niallo Exp $
--- configure.orig Wed May 4 17:06:03 2005
+++ configure Wed May 4 17:06:31 2005
@@ -375,7 +375,7 @@ public:
QString extra;
if(!path.isEmpty())
extra += QString("-L") + path + ' ';
- extra += QString("-l") + name;
+ extra += QString("-l") + name + QString(" -lcrypto");
if(!doCompileAndLink(str, extra))
return false;
return true;

View File

@ -0,0 +1,8 @@
This plugin to the qca library provides an easy API for the following features:
SSL/TLS
X509
RSA
Hashing (SHA1, MD5)
Ciphers (BlowFish, 3DES, AES)

View File

@ -0,0 +1,2 @@
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2005/05/19 20:28:27 niallo Exp $
lib/qt3/plugins/crypto/libqca-tls.so

View File

@ -0,0 +1,5 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/05/19 20:28:27 niallo Exp $
%%SHARED%%
lib/qt3/
lib/qt3/plugins/
lib/qt3/plugins/crypto/