From owner-cvs-all@FreeBSD.ORG Wed Apr 20 13:33:39 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3CB916A4CE; Wed, 20 Apr 2005 13:33:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 854E343D31; Wed, 20 Apr 2005 13:33:39 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3KDXdoO015534; Wed, 20 Apr 2005 13:33:39 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3KDXdf5015533; Wed, 20 Apr 2005 13:33:39 GMT (envelope-from arved) Message-Id: <200504201333.j3KDXdf5015533@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 20 Apr 2005 13:33:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/libccid Makefile distinfo pkg-descr pkg-plist ports/devel/libccid/files patch-checksum.c patch-checksum.h patch-configure patch-proto-tl.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Apr 2005 13:33:39 -0000 arved 2005-04-20 13:33:39 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/libccid Makefile distinfo pkg-descr pkg-plist devel/libccid/files patch-checksum.c patch-checksum.h patch-configure patch-proto-tl.h Log: Add libccid, a USB CCID (Chip/Smart Card Interface Device) driver. This was tested with a Gemplus GemPC Twin and an SCM Micro SPR 532 Revision Changes Path 1.1876 +1 -0 ports/devel/Makefile 1.1 +32 -0 ports/devel/libccid/Makefile (new) 1.1 +2 -0 ports/devel/libccid/distinfo (new) 1.1 +12 -0 ports/devel/libccid/files/patch-checksum.c (new) 1.1 +12 -0 ports/devel/libccid/files/patch-checksum.h (new) 1.1 +20 -0 ports/devel/libccid/files/patch-configure (new) 1.1 +12 -0 ports/devel/libccid/files/patch-proto-tl.h (new) 1.1 +4 -0 ports/devel/libccid/pkg-descr (new) 1.1 +6 -0 ports/devel/libccid/pkg-plist (new)