Qt Cryptographic Architecture 1.0

From Gerardo Santana Gomez Garrido <santana@openbsd.org.mx>
This commit is contained in:
niallo 2005-05-19 20:26:59 +00:00
parent bd322ac906
commit dfcd2dfd5d
5 changed files with 46 additions and 0 deletions

34
security/qca/Makefile Normal file
View File

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

4
security/qca/distinfo Normal file
View File

@ -0,0 +1,4 @@
MD5 (qca-1.0.tar.bz2) = ee44022eb0e5b8b5df64c62630f6e6b6
RMD160 (qca-1.0.tar.bz2) = 129d8eeed68fb98e9cba94040b8f75b9f94c8a60
SHA1 (qca-1.0.tar.bz2) = b4b166f9dbbe222ebaf5287582a0ba29ddbc1391
SIZE (qca-1.0.tar.bz2) = 30677

3
security/qca/pkg/DESCR Normal file
View File

@ -0,0 +1,3 @@
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.

View File

@ -0,0 +1,2 @@
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2005/05/19 20:26:59 niallo Exp $
@lib lib/libqca.so.1.0

3
security/qca/pkg/PLIST Normal file
View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/05/19 20:26:59 niallo Exp $
%%SHARED%%
include/qca.h