Date: Thu, 11 Oct 2018 10:22:46 +0000 (UTC) From: Mateusz Piotrowski <0mp@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481811 - in head/devel/pcsc-lite: . files Message-ID: <201810111022.w9BAMkpb092601@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: 0mp Date: Thu Oct 11 10:22:46 2018 New Revision: 481811 URL: https://svnweb.freebsd.org/changeset/ports/481811 Log: devel/pcsc-lite: Clean up & update MASTER_SITES. - Update MASTER_SITES, upstream moved to https://pcsclite.apdu.fr - Update WWW - Improve COMMENT - Add GPLv3+ to LICENSE as it is mentioned in the license file - Pet portlint: - Sort variables (clean up the USE* section) - Make pkg-message more readable Reviewed by: krion, mmokhi Approved by: krion (mentor), mmokhi (maintainer) Differential Revision: https://reviews.freebsd.org/D17480 Modified: head/devel/pcsc-lite/Makefile head/devel/pcsc-lite/files/pkg-message.in head/devel/pcsc-lite/pkg-descr Modified: head/devel/pcsc-lite/Makefile ============================================================================== --- head/devel/pcsc-lite/Makefile Thu Oct 11 09:59:56 2018 (r481810) +++ head/devel/pcsc-lite/Makefile Thu Oct 11 10:22:46 2018 (r481811) @@ -5,25 +5,26 @@ PORTNAME= pcsc-lite PORTVERSION= 1.8.23 PORTEPOCH= 2 CATEGORIES= devel security -MASTER_SITES= https://alioth.debian.org/frs/download.php/latestfile/39/ +MASTER_SITES= https://pcsclite.apdu.fr/files/ MAINTAINER= mmokhi@FreeBSD.org -COMMENT= Smartcard development library +COMMENT= Middleware library to access a smart card using SCard API (PC/SC) -LICENSE= BSD3CLAUSE +LICENSE= BSD3CLAUSE GPLv3+ +LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/COPYING -GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip USES= libtool pathfix perl5 pkgconfig python:2.7,build shebangfix tar:bzip2 +USE_LDCONFIG= yes USE_PERL5= build USE_RC_SUBR= pcscd -SHEBANG_FILES= src/spy/pcsc-spy -USE_LDCONFIG= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-libsystemd \ --enable-usbdropdir=${PREFIX}/lib/pcsc/drivers/ +INSTALL_TARGET= install-strip +SHEBANG_FILES= src/spy/pcsc-spy SUB_FILES= pkg-message OPTIONS_DEFINE= DOCS EXAMPLES Modified: head/devel/pcsc-lite/files/pkg-message.in ============================================================================== --- head/devel/pcsc-lite/files/pkg-message.in Thu Oct 11 09:59:56 2018 (r481810) +++ head/devel/pcsc-lite/files/pkg-message.in Thu Oct 11 10:22:46 2018 (r481811) @@ -1,16 +1,17 @@ ------------------------------------------------------------------------ PC/SC-Lite has been installed. -You need to install a driver for your smartcard reader e.g. -devel/libccid -security/ifd-slb_rf60 +You need to install a driver for your smartcard reader e.g., +- devel/libccid +- security/ifd-slb_rf60 + For cardreaders connected to the serial port: After installing the driver, -please update the pcscd configuration file +please update the pcscd configuration file: %%PREFIX%%/etc/reader.conf For USB cardreaders add the following lines to /etc/devd.conf to enable -hotplugging. +hotplugging: attach 100 { device-name "ugen[0-9]+"; @@ -21,4 +22,5 @@ detach 100 { device-name "ugen[0-9]+"; action "%%PREFIX%%/sbin/pcscd -H"; }; + ------------------------------------------------------------------------ Modified: head/devel/pcsc-lite/pkg-descr ============================================================================== --- head/devel/pcsc-lite/pkg-descr Thu Oct 11 09:59:56 2018 (r481810) +++ head/devel/pcsc-lite/pkg-descr Thu Oct 11 10:22:46 2018 (r481811) @@ -3,4 +3,4 @@ Allows easy porting of Windows smartcard software to o operating systems. Supports many types of serial, PCMCIA, and USB smartcard readers and cryptographic tokens. -WWW: http://alioth.debian.org/projects/pcsclite/ +WWW: https://pcsclite.apdu.fr/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810111022.w9BAMkpb092601>