Port details on branch 2024Q4 |
- pcsc-lite Middleware library to access a smart card using SCard API (PC/SC)
- 2.3.0,2 devel =13 2.3.0,2Version of this port present on the latest quarterly branch.
- Maintainer: arrowd@FreeBSD.org
- Port Added: 2001-12-24 23:54:40
- Last Update: 2024-08-14 12:24:30
- Commit Hash: fc94b4e
- People watching this port, also watch:: firefox, sudo, freetype2, lame, expat
- Also Listed In: security
- License: BSD3CLAUSE GPLv3+
- WWW:
- https://pcsclite.apdu.fr/
- Description:
- This is a port of the MUSCLE PC/SC-Lite architecture.
Allows easy porting of Windows smartcard software to other
operating systems. Supports many types of serial, PCMCIA,
and USB smartcard readers and cryptographic tokens.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- pcsc-lite>0:devel/pcsc-lite
- To install the port:
- cd /usr/ports/devel/pcsc-lite/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/pcsc-lite
- pkg install pcsc-lite
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pcsc-lite
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1723474604
SHA256 (pcsc-lite-2.3.0.tar.xz) = 1acca22d2891d43ffe6d782740d32e78150d4fcc99e8a3cc763abaf546060d3d
SIZE (pcsc-lite-2.3.0.tar.xz) = 209064
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- meson : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- perl5>=5.36<5.37 : lang/perl5.36
- Library dependencies:
-
- libpolkit-gobject-1.so : sysutils/polkit
- This port is required by:
- for Build
-
- deskutils/ausweisapp2
- security/py-pyscard
- security/py-yubikey-manager
- security/step-certificates
- for Libraries
-
- comms/qt6-connectivity
- deskutils/ausweisapp2
- devel/acsccid
- devel/libccid
- devel/libchipcard
- devel/p5-PCSC-Card
- devel/pcsc-cyberjack
-
Deleted ports which required this port:
- for Run
-
- security/cardpeek
- security/py-pyscard
- security/py-yubikey-manager
- security/yubioath-desktop
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for pcsc-lite-2.3.0,2:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
POLKIT=on: Polkit authorization support
====> Default features knobs
FILTER=off: Control (Ignore or Extend) reported reader names
===> Use 'make config' to modify these settings
- Options name:
- devel_pcsc-lite
- USES:
- meson perl5 pkgconfig python:env shebangfix tar:xz
- pkg-message:
- For install:
- PC/SC-Lite has been installed.
You need to install a driver for your smartcard reader e.g.,
- devel/libccid
For cardreaders connected to the serial port: After installing the driver,
please update the pcscd configuration file:
/usr/local/etc/reader.conf
For USB cardreaders add the following lines to /etc/devd.conf to enable
hotplugging:
attach 100 {
device-name "ugen[0-9]+";
action "/usr/local/sbin/pcscd -H";
};
detach 100 {
device-name "ugen[0-9]+";
action "/usr/local/sbin/pcscd -H";
};
- Master Sites:
|