mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
- The build system supports at most one backend (with preference for mbedtls over openssl if both are selected). Let's model that with REQUIRED_USE="?? ( mbedtls openssl )" - Removal of redundant "encryption" USE flag fixes incorrect dependencies when backend USE flags are enabled but the encryption USE flag is disabled. Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
37 lines
1.3 KiB
XML
37 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>kurt@kmk-computers.de</email>
|
|
<name>Kurt Kanzenbach</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
open62541 (http://open62541.org) is an open source and free implementation
|
|
of OPC UA (OPC Unified Architecture) written in the common subset of the C99
|
|
and C++98 languages. The library is usable with all major compilers and
|
|
provides the necessary tools to implement dedicated OPC UA clients and
|
|
servers, or to integrate OPC UA-based communication into existing
|
|
applications. open62541 library is platform independent. All
|
|
platform-specific functionality is implemented via exchangeable
|
|
plugins. Plugin implementations are provided for the major operating
|
|
systems.
|
|
</longdescription>
|
|
<use>
|
|
<flag name="mbedtls">
|
|
Enable encryption support using <pkg>net-libs/mbedtls</pkg>
|
|
</flag>
|
|
<flag name="openssl">
|
|
Enable encryption support using <pkg>dev-libs/openssl</pkg>
|
|
</flag>
|
|
<flag name="pubsub">
|
|
Enable OPC/UA Pub/Sub extensions
|
|
</flag>
|
|
<flag name="tools">
|
|
Build additional shell tools
|
|
</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="github">open62541/open62541</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|