pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun May 26 10:33:26 UTC 2024

Modified Files:
        pkgsrc/security: Makefile
        pkgsrc/security/qca2-qt5: Makefile.common
Added Files:
        pkgsrc/security/qca2-qt6: DESCR Makefile PLIST buildlink3.mk

Log Message:
qca2-qt6: add version 2.3.8

QT6 variant of qca2.


To generate a diff of this commit:
cvs rdiff -u -r1.949 -r1.950 pkgsrc/security/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/qca2-qt5/Makefile.common
cvs rdiff -u -r0 -r1.1 pkgsrc/security/qca2-qt6/DESCR \
    pkgsrc/security/qca2-qt6/Makefile pkgsrc/security/qca2-qt6/PLIST \
    pkgsrc/security/qca2-qt6/buildlink3.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/Makefile
diff -u pkgsrc/security/Makefile:1.949 pkgsrc/security/Makefile:1.950
--- pkgsrc/security/Makefile:1.949      Sat May 18 16:25:50 2024
+++ pkgsrc/security/Makefile    Sun May 26 10:33:26 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.949 2024/05/18 16:25:50 pin Exp $
+# $NetBSD: Makefile,v 1.950 2024/05/26 10:33:26 markd Exp $
 #
 
 COMMENT=       Security and cryptography tools and libraries
@@ -541,6 +541,7 @@ SUBDIR+=    qca2-ossl
 SUBDIR+=       qca2-qt5
 SUBDIR+=       qca2-qt5-gnupg
 SUBDIR+=       qca2-qt5-ossl
+SUBDIR+=       qca2-qt6
 SUBDIR+=       qgpgme
 SUBDIR+=       qident
 SUBDIR+=       qoauth

Index: pkgsrc/security/qca2-qt5/Makefile.common
diff -u pkgsrc/security/qca2-qt5/Makefile.common:1.2 pkgsrc/security/qca2-qt5/Makefile.common:1.3
--- pkgsrc/security/qca2-qt5/Makefile.common:1.2        Tue May  7 04:11:45 2024
+++ pkgsrc/security/qca2-qt5/Makefile.common    Sun May 26 10:33:26 2024
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile.common,v 1.2 2024/05/07 04:11:45 adam Exp $
+# $NetBSD: Makefile.common,v 1.3 2024/05/26 10:33:26 markd Exp $
 #
 # used by security/qca2-qt5-gnupg/Makefile
 # used by security/qca2-qt5-ossl/Makefile
+# used by security/qca2-qt6/Makefile
 
 DISTNAME=      qca-2.3.8
 CATEGORIES=    security

Added files:

Index: pkgsrc/security/qca2-qt6/DESCR
diff -u /dev/null pkgsrc/security/qca2-qt6/DESCR:1.1
--- /dev/null   Sun May 26 10:33:26 2024
+++ pkgsrc/security/qca2-qt6/DESCR      Sun May 26 10:33:26 2024
@@ -0,0 +1,16 @@
+Taking a hint from the similarly-named Java Cryptography Architecture,
+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. The advantage
+of this model is to allow applications to avoid linking to or
+explicitly depending on any particular cryptographic library. This
+allows one to easily change or upgrade crypto implementations
+without even needing to recompile the application. QCA should work
+everywhere Qt does, including Windows/Unix/MacOSX.
+
+Features:
+* SSL/TLS
+* X509
+* RSA
+* Hashing (SHA1, MD5)
+* Ciphers (Blowfish, 3DES, AES)
Index: pkgsrc/security/qca2-qt6/Makefile
diff -u /dev/null pkgsrc/security/qca2-qt6/Makefile:1.1
--- /dev/null   Sun May 26 10:33:26 2024
+++ pkgsrc/security/qca2-qt6/Makefile   Sun May 26 10:33:26 2024
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1 2024/05/26 10:33:26 markd Exp $
+
+PKGNAME=       qca2-qt6-${DISTNAME:C/.*-//}
+
+COMMENT=       Cross-platform crypto API for Qt6
+
+.include "../../security/qca2-qt5/Makefile.common"
+
+DEPENDS+=      mozilla-rootcerts-[0-9]*:../../security/mozilla-rootcerts
+
+INSTALLATION_DIRS=     lib/pkgconfig
+
+CMAKE_ARGS+=   -DQT6=ON
+CMAKE_ARGS+=   -DBUILD_PLUGINS=none
+CMAKE_ARGS+=   -DQCA_MAN_INSTALL_DIR=${PREFIX}/${PKGMANDIR}
+
+.include "../../devel/qt6-qt5compat/buildlink3.mk"
+.include "../../x11/qt6-qtbase/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
+
+# qt6 insists on a UTF locale, override setting C in bsd.pkg.mk
+ALL_ENV+=      LANG=C.UTF-8
+ALL_ENV+=      LC_ALL=C.UTF-8
+ALL_ENV+=      LC_COLLATE=C.UTF-8
+ALL_ENV+=      LC_CTYPE=C.UTF-8
+ALL_ENV+=      LC_MESSAGES=C.UTF-8
+ALL_ENV+=      LC_MONETARY=C.UTF-8
+ALL_ENV+=      LC_NUMERIC=C.UTF-8
+ALL_ENV+=      LC_TIME=C.UTF-8
Index: pkgsrc/security/qca2-qt6/PLIST
diff -u /dev/null pkgsrc/security/qca2-qt6/PLIST:1.1
--- /dev/null   Sun May 26 10:33:26 2024
+++ pkgsrc/security/qca2-qt6/PLIST      Sun May 26 10:33:26 2024
@@ -0,0 +1,28 @@
+@comment $NetBSD: PLIST,v 1.1 2024/05/26 10:33:26 markd Exp $
+man/man1/qcatool-qt6.1
+qt6/bin/mozcerts-qt6
+qt6/bin/qcatool-qt6
+qt6/include/Qca-qt6/QtCrypto/QtCrypto
+qt6/include/Qca-qt6/QtCrypto/qca.h
+qt6/include/Qca-qt6/QtCrypto/qca_basic.h
+qt6/include/Qca-qt6/QtCrypto/qca_cert.h
+qt6/include/Qca-qt6/QtCrypto/qca_core.h
+qt6/include/Qca-qt6/QtCrypto/qca_export.h
+qt6/include/Qca-qt6/QtCrypto/qca_keystore.h
+qt6/include/Qca-qt6/QtCrypto/qca_publickey.h
+qt6/include/Qca-qt6/QtCrypto/qca_safetimer.h
+qt6/include/Qca-qt6/QtCrypto/qca_securelayer.h
+qt6/include/Qca-qt6/QtCrypto/qca_securemessage.h
+qt6/include/Qca-qt6/QtCrypto/qca_support.h
+qt6/include/Qca-qt6/QtCrypto/qca_textfilter.h
+qt6/include/Qca-qt6/QtCrypto/qca_tools.h
+qt6/include/Qca-qt6/QtCrypto/qca_version.h
+qt6/include/Qca-qt6/QtCrypto/qcaprovider.h
+qt6/include/Qca-qt6/QtCrypto/qpipe.h
+qt6/lib/cmake/Qca-qt6/Qca-qt6Config.cmake
+qt6/lib/cmake/Qca-qt6/Qca-qt6ConfigVersion.cmake
+qt6/lib/cmake/Qca-qt6/Qca-qt6Targets-noconfig.cmake
+qt6/lib/cmake/Qca-qt6/Qca-qt6Targets.cmake
+qt6/lib/libqca-qt6.so
+qt6/lib/libqca-qt6.so.2
+qt6/lib/libqca-qt6.so.${PKGVERSION}
Index: pkgsrc/security/qca2-qt6/buildlink3.mk
diff -u /dev/null pkgsrc/security/qca2-qt6/buildlink3.mk:1.1
--- /dev/null   Sun May 26 10:33:26 2024
+++ pkgsrc/security/qca2-qt6/buildlink3.mk      Sun May 26 10:33:26 2024
@@ -0,0 +1,15 @@
+# $NetBSD: buildlink3.mk,v 1.1 2024/05/26 10:33:26 markd Exp $
+
+BUILDLINK_TREE+=       qca2-qt6
+
+.if !defined(QCA2_QT6_BUILDLINK3_MK)
+QCA2_QT6_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.qca2-qt6+=       qca2-qt6>=2.3.8
+BUILDLINK_PKGSRCDIR.qca2-qt6?=         ../../security/qca2-qt6
+
+.include "../../devel/qt6-qt5compat/buildlink3.mk"
+.include "../../x11/qt6-qtbase/buildlink3.mk"
+.endif # QCA2_QT6_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -qca2-qt6



Home | Main Index | Thread Index | Old Index