Port details |
- qca-qt5 Cross-platform crypto API for Qt 5
- 2.1.3 devel
=0 Version of this port present on the latest quarterly branch. NOTE: Slave port - quarterly revision is most likely wrong. - Maintainer: kde@FreeBSD.org
 - Port Added: 2015-07-23 21:58:53
- Last Update: 2018-04-14 11:09:17
- SVN Revision: 467306
- License: not specified in port
- Description:
- QCA aims to provide a straightforward and cross-platform crypto API,
using Qt datatypes and conventions.
Supported features:
* SSL/TLS
* X509
* SASL
* RSA
* Hashing (SHA1, MD5)
* Ciphers (Blowfish, 3DES, AES)
WWW: http://delta.affinix.com/qca/
- SVNWeb :
git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: qca-qt5
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1518775098
SHA256 (qca-2.1.3.tar.xz) = 003fd86a32421057a03b18a8168db52e2940978f9db5ebbb6a08882f8ab1e353
SIZE (qca-2.1.3.tar.xz) = 686340
- Packages (timestamps in pop-ups are UTC):
- Master port: devel/qca
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ca-root-nss.crt : security/ca_root_nss
- cmake : devel/cmake
- ninja : devel/ninja
- moc : devel/qt5-buildtools
- qmake : devel/qt5-qmake
- Runtime dependencies:
-
- ca-root-nss.crt : security/ca_root_nss
- gpg2 : security/gnupg
- Library dependencies:
-
- libQt5Core.so : devel/qt5-core
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for qca-qt5-2.1.3:
GNUPG=on: GNU Privacy Guard support
OPENSSL=on: SSL/TLS support via OpenSSL
SASL=off: SASL authentication support
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- cmake:outsource tar:xz ssl qmake:_env
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 4
Commit History - (may be incomplete: see SVNWeb link above for full details) |
This is a slave port. You may also want to view the commits to the master port: devel/qca | Date | By | Description |
14 Apr 2018 11:09:17
2.1.3 |
tcberner  |
devel/qca, devel/qca-qt5 -- create flavors
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D14651 |
06 Nov 2015 12:56:36
2.1.1 |
makc  |
devel/qca:
- Update to 2.1.1
- Remove patches integrated upstream
- Amend COMMENT
- tarballs are now hosted by KDE Project
devel/qca-qt5:
- Use build switch to avoid conflict with QCA Qt4 instead of patching library
name and install path for headers
- Make port a slave of devel/qca
- Pass maintainership to kde@
PR: 204305
Approved by: pawel |
18 Aug 2015 10:51:02
2.1.0 |
rakuco  |
Uses/cmake.mk: Replace CMAKE_ENV with CONFIGURE_ENV.
Instead of defining a variable that is almost always based on CONFIGURE_ENV,
just use CONFIGURE_ENV directly.
This also matches the behavior of other ports that do not use autotools (so
most ports can just worry about CONFIGURE_ENV). Additionally, the fact that
we do not use ?= means we do not have problems if another file in Uses/
needs to set CONFIGURE_ENV (with CMAKE_ENV, the order of the arguments to
USES would matter).
Ports which set CMAKE_ENV have been adjusted accordingly. In most cases,
CMAKE_ENV was just replaced with CONFIGURE_ENV, the exceptions being:
* databases/sqliteman: CMAKE_ENV line removed; setting QMAKESPEC there has
no effect on the build system.
* devel/freeocl: CMAKE_ENV line removed; FREEOCL_CXX_COMPILER is already
retrieved from the CMAKE_CXX_COMPILER variable in the build
system.
* graphics/openimageio: CMAKE_ENV line removed; setting Qt variables there
has no effect on the build system.
Reviewed by: makc
Differential Revision: https://reviews.freebsd.org/D3403 |
23 Jul 2015 21:58:41
2.1.0 |
pawel  |
Add Qt5 version of devel/qca |
Number of commits found: 4
|