From owner-cvs-ports@FreeBSD.ORG Wed Jul 6 14:35:12 2005 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D585116A41C; Wed, 6 Jul 2005 14:35:12 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F4CA43D48; Wed, 6 Jul 2005 14:35:12 +0000 (GMT) (envelope-from pav@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 j66EZCBF014001; Wed, 6 Jul 2005 14:35:12 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j66EZCkg014000; Wed, 6 Jul 2005 14:35:12 GMT (envelope-from pav) Message-Id: <200507061435.j66EZCkg014000@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 6 Jul 2005 14:35:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security Makefile ports/security/openct Makefile distinfo pkg-descr pkg-plist ports/security/openct/files patch-src_ct_Makefile.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jul 2005 14:35:13 -0000 pav 2005-07-06 14:35:12 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/openct Makefile distinfo pkg-descr pkg-plist security/openct/files patch-src_ct_Makefile.in Log: OpenCT, a middleware framework for smart card terminals. It all started with a reader driver library to provide a framework for people writing drivers for smart card readers. The idea was to provide all the usual stuff (T=0, T=1, serial vs. USB device handling, etc) in a single place, and reduce driver writing to interaction with the device itself. OpenCT provides a native OpenCT, CT-API and PC/SC Lite IFD interface with an OpenCT ifdhandler resource manager. PR: ports/82990 Submitted by: Janos Mohacsi Revision Changes Path 1.617 +1 -0 ports/security/Makefile 1.1 +51 -0 ports/security/openct/Makefile (new) 1.1 +2 -0 ports/security/openct/distinfo (new) 1.1 +14 -0 ports/security/openct/files/patch-src_ct_Makefile.in (new) 1.1 +19 -0 ports/security/openct/pkg-descr (new) 1.1 +65 -0 ports/security/openct/pkg-plist (new)