dev-libs/opensc: alpha stable wrt bug #682356
[gentoo.git] / dev-libs / opensc / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4         <maintainer type="project">
5                 <email>crypto@gentoo.org</email>
6                 <name>Crypto</name>
7         </maintainer>
8         <longdescription>
9                 OpenSC is a library for accessing SmartCard devices. It is also
10                 the core library of the OpenSC project.
11
12                 Basic functionality (e.g. SELECT FILE, READ BINARY) should work on
13                 any ISO 7816-4 compatible SmartCard.  Encryption and decryption
14                 using private keys on the SmartCard is possible with PKCS #15
15                 compatible cards, such as the FINEID (Finnish Electronic IDentity)
16                 card.
17         </longdescription>
18         <use>
19                 <flag name="ctapi">Use CT-API for accessing Smartcard hardware</flag>
20                 <flag name="notify">Enable notifications</flag>
21                 <flag name="openct">Use <pkg>dev-libs/openct</pkg> (and CT-API) for accessing Smartcard hardware</flag>
22                 <flag name="pcsc-lite">Use <pkg>sys-apps/pcsc-lite</pkg> (and PC/SC API) for accessing Smartcard hardware</flag>
23                 <flag name="secure-messaging">Enable secure messaging</flag>
24         </use>
25         <upstream>
26                 <remote-id type="github">OpenSC/OpenSC</remote-id>
27                 <remote-id type="sourceforge">opensc</remote-id>
28         </upstream>
29 </pkgmetadata>