diff --git a/security/qca/Makefile b/security/qca/Makefile new file mode 100644 index 00000000000..a77befa2340 --- /dev/null +++ b/security/qca/Makefile @@ -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 + +# 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 diff --git a/security/qca/distinfo b/security/qca/distinfo new file mode 100644 index 00000000000..6601d392181 --- /dev/null +++ b/security/qca/distinfo @@ -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 diff --git a/security/qca/pkg/DESCR b/security/qca/pkg/DESCR new file mode 100644 index 00000000000..d61caa1c46f --- /dev/null +++ b/security/qca/pkg/DESCR @@ -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. diff --git a/security/qca/pkg/PFRAG.shared b/security/qca/pkg/PFRAG.shared new file mode 100644 index 00000000000..7f3da6a5a1e --- /dev/null +++ b/security/qca/pkg/PFRAG.shared @@ -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 diff --git a/security/qca/pkg/PLIST b/security/qca/pkg/PLIST new file mode 100644 index 00000000000..c1918cf123d --- /dev/null +++ b/security/qca/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2005/05/19 20:26:59 niallo Exp $ +%%SHARED%% +include/qca.h