summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/opensc/metadata.xml')
-rw-r--r--dev-libs/opensc/metadata.xml41
1 files changed, 26 insertions, 15 deletions
diff --git a/dev-libs/opensc/metadata.xml b/dev-libs/opensc/metadata.xml
index 02167552fc28..195b2cb7eeda 100644
--- a/dev-libs/opensc/metadata.xml
+++ b/dev-libs/opensc/metadata.xml
@@ -1,21 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>crypto</herd>
-<maintainer>
- <email>crypto@gentoo.org</email>
+ <herd>crypto</herd>
+ <maintainer>
+ <email>crypto@gentoo.org</email>
<name>Crypto Herd</name>
-</maintainer>
-<longdescription>
-OpenSC is a library for accessing SmartCard devices. It is also the core library of the OpenSC
-project.
+ </maintainer>
+ <longdescription>
+ OpenSC is a library for accessing SmartCard devices. It is also
+ the core library of the OpenSC project.
-Basic functionality (e.g. SELECT FILE, READ BINARY) should work on any ISO 7816-4 compatible SmartCard.
-Encryption and decryption using private keys on the SmartCard is possible with PKCS #15 compatible
-cards, such as the FINEID (Finnish Electronic IDentity) card.
-</longdescription>
-<use>
- <flag name='openct'>Build using <pkg>dev-libs/openct</pkg> compatibility</flag>
- <flag name='pcsc-lite'>Build with <pkg>sys-apps/pcsc-lite</pkg></flag>
-</use>
+ Basic functionality (e.g. SELECT FILE, READ BINARY) should work on
+ any ISO 7816-4 compatible SmartCard. Encryption and decryption
+ using private keys on the SmartCard is possible with PKCS #15
+ compatible cards, such as the FINEID (Finnish Electronic IDentity)
+ card.
+ </longdescription>
+ <use>
+ <flag name='openct'>
+ Use <pkg>dev-libs/openct</pkg> (and CT-API) for accessing
+ Smartcard hardware. If neither openct nor pcsc-lite are enabled,
+ only CT-API dynamic linking is enabled.
+ </flag>
+
+ <flag name='pcsc-lite'>
+ Use <pkg>sys-apps/pcsc-lite</pkg> (and PC/SC API) for accessing
+ Smartcard hardware. If neither openct nor pcsc-lite are enabled,
+ only CT-API dynamic linking is enabled.
+ </flag>
+ </use>
</pkgmetadata>