From owner-svn-ports-all@freebsd.org Wed May 25 13:59:09 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F557B492A0; Wed, 25 May 2016 13:59:09 +0000 (UTC) (envelope-from arved@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 mx1.freebsd.org (Postfix) with ESMTPS id D54641D11; Wed, 25 May 2016 13:59:08 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4PDx828043206; Wed, 25 May 2016 13:59:08 GMT (envelope-from arved@FreeBSD.org) Received: (from arved@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4PDx7Od043202; Wed, 25 May 2016 13:59:07 GMT (envelope-from arved@FreeBSD.org) Message-Id: <201605251359.u4PDx7Od043202@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: arved set sender to arved@FreeBSD.org using -f From: Tilman Keskinoz Date: Wed, 25 May 2016 13:59:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415832 - in head/devel: . acsccid X-SVN-Group: ports-head 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.22 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: Wed, 25 May 2016 13:59:09 -0000 Author: arved Date: Wed May 25 13:59:07 2016 New Revision: 415832 URL: https://svnweb.freebsd.org/changeset/ports/415832 Log: Add ACS ccid, fork of libccid which supports smartcard readers made by acs.com.hk PR: 197825 Submitted by: mp39590@gmail.com Added: head/devel/acsccid/ head/devel/acsccid/Makefile (contents, props changed) head/devel/acsccid/distinfo (contents, props changed) head/devel/acsccid/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed May 25 13:28:21 2016 (r415831) +++ head/devel/Makefile Wed May 25 13:59:07 2016 (r415832) @@ -53,6 +53,7 @@ SUBDIR += ace SUBDIR += ace+tao-doc SUBDIR += acme + SUBDIR += acsccid SUBDIR += activitymail SUBDIR += ada-util SUBDIR += adabooch Added: head/devel/acsccid/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/acsccid/Makefile Wed May 25 13:59:07 2016 (r415832) @@ -0,0 +1,36 @@ +# Created by: mp39590@gmail.com +# $FreeBSD$ + +PORTNAME= acsccid +PORTVERSION= 1.1.2 +CATEGORIES= devel +MASTER_SITES= SF + +MAINTAINER= mp39590@gmail.com +COMMENT= PC/SC driver for CS CCID smart card readers + +LICENSE= GPLv2 + +LIB_DEPENDS= libpcsclite.so:${PORTSDIR}/devel/pcsc-lite + +USES= perl5 pkgconfig tar:bz2 + +PLIST_FILES= lib/pcsc/drivers/ifd-acsccid.bundle/Contents/FreeBSD/libacsccid.so \ + lib/pcsc/drivers/ifd-acsccid.bundle/Contents/Info.plist + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +GNU_CONFIGURE= yes + +.include + +# Old versions don't have pkgconfig files for libusb +.if ${OSVERSION} < 1000024 +CONFIGURE_ENV+= LIBUSB_CFLAGS="-I${LOCALBASE}/include" \ + LIBUSB_LIBS="-L${LOCALBASE}/lib -lusb" +.endif + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/pcsc/drivers/ifd-acsccid.bundle/Contents/FreeBSD/libacsccid.so + +.include Added: head/devel/acsccid/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/acsccid/distinfo Wed May 25 13:59:07 2016 (r415832) @@ -0,0 +1,2 @@ +SHA256 (acsccid-1.1.2.tar.bz2) = 451c60400f6f4417f75892549283ab3a0301019a5ef2801abde3ab7580dae708 +SIZE (acsccid-1.1.2.tar.bz2) = 438206 Added: head/devel/acsccid/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/acsccid/pkg-descr Wed May 25 13:59:07 2016 (r415832) @@ -0,0 +1,6 @@ +acsccid is a PC/SC driver for Linux/Mac OS X and it supports ACS CCID +smart card readers. This library provides a PC/SC IFD handler +implementation and communicates with the readers through the PC/SC Lite +resource manager (pcscd). + +WWW: http://www.acs.com.hk/en/driver/4/acr38-smart-card-reader/