Qt Cryptographic Architecture, TLS plugin
From Gerardo Santana Gomez Garrido <santana@openbsd.org.mx>
This commit is contained in:
parent
dfcd2dfd5d
commit
f61ebd7c14
36
security/qca-tls/Makefile
Normal file
36
security/qca-tls/Makefile
Normal 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>
|
4
security/qca-tls/distinfo
Normal file
4
security/qca-tls/distinfo
Normal 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
|
12
security/qca-tls/patches/patch-configure
Normal file
12
security/qca-tls/patches/patch-configure
Normal 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;
|
8
security/qca-tls/pkg/DESCR
Normal file
8
security/qca-tls/pkg/DESCR
Normal 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)
|
||||
|
2
security/qca-tls/pkg/PFRAG.shared
Normal file
2
security/qca-tls/pkg/PFRAG.shared
Normal 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
|
5
security/qca-tls/pkg/PLIST
Normal file
5
security/qca-tls/pkg/PLIST
Normal 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/
|
Loading…
Reference in New Issue
Block a user