summaryrefslogtreecommitdiff
path: root/dev-libs/opensc/metadata.xml
blob: 67d2c026ef0299c23c5f03f466e622f3cfc745a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>soap@gentoo.org</email>
		<name>David Seifert</name>
	</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="ctapi">Use CT-API for accessing Smartcard hardware</flag>
		<flag name="notify">Enable notifications</flag>
		<flag name="openct">Use <pkg>dev-libs/openct</pkg> (and CT-API) for accessing Smartcard hardware</flag>
		<flag name="pace">Use <pkg>dev-libs/openpace</pkg> for EAC version 2 support</flag>
		<flag name="pcsc-lite">Use <pkg>sys-apps/pcsc-lite</pkg> (and PC/SC API) for accessing Smartcard hardware</flag>
		<flag name="secure-messaging">Enable secure messaging</flag>
	</use>
	<upstream>
		<remote-id type="github">OpenSC/OpenSC</remote-id>
		<remote-id type="sourceforge">opensc</remote-id>
	</upstream>
</pkgmetadata>