Qt Cryptographic Architecture 1.0
From Gerardo Santana Gomez Garrido <santana@openbsd.org.mx>
This commit is contained in:
parent
bd322ac906
commit
dfcd2dfd5d
34
security/qca/Makefile
Normal file
34
security/qca/Makefile
Normal 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
4
security/qca/distinfo
Normal 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
3
security/qca/pkg/DESCR
Normal 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.
|
2
security/qca/pkg/PFRAG.shared
Normal file
2
security/qca/pkg/PFRAG.shared
Normal 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
3
security/qca/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user