From owner-svn-ports-all@freebsd.org Thu Oct 11 10:22:47 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D93D10B5549; Thu, 11 Oct 2018 10:22:47 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3BB7292299; Thu, 11 Oct 2018 10:22:47 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3677A7307; Thu, 11 Oct 2018 10:22:47 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9BAMk5O092605; Thu, 11 Oct 2018 10:22:46 GMT (envelope-from 0mp@FreeBSD.org) Received: (from 0mp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9BAMkpb092601; Thu, 11 Oct 2018 10:22:46 GMT (envelope-from 0mp@FreeBSD.org) Message-Id: <201810111022.w9BAMkpb092601@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: 0mp set sender to 0mp@FreeBSD.org using -f From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Thu, 11 Oct 2018 10:22:46 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: 0mp X-SVN-Commit-Paths: in head/devel/pcsc-lite: . files X-SVN-Commit-Revision: 481811 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Oct 2018 10:22:47 -0000 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/