From owner-cvs-ports@FreeBSD.ORG Tue Jul 26 11:34:04 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C693C1065670; Tue, 26 Jul 2011 11:34:04 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B5BCA8FC16; Tue, 26 Jul 2011 11:34:04 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p6QBY4jh050564; Tue, 26 Jul 2011 11:34:04 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p6QBY4FC050563; Tue, 26 Jul 2011 11:34:04 GMT (envelope-from novel) Message-Id: <201107261134.p6QBY4FC050563@repoman.freebsd.org> From: Roman Bogorodskiy Date: Tue, 26 Jul 2011 11:34:04 +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/p11-kit Makefile distinfo pkg-descr pkg-plist ports/security/p11-kit/files patch-configure.ac 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: Tue, 26 Jul 2011 11:34:04 -0000 novel 2011-07-26 11:34:04 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/p11-kit Makefile distinfo pkg-descr pkg-plist security/p11-kit/files patch-configure.ac Log: Add security/p11-kit, a library which provides a way to load and enumerate PKCS#11 modules and provides a standard configuration setup for installing PKCS#11 modules in such a way that they're discoverable. Revision Changes Path 1.1187 +1 -0 ports/security/Makefile 1.1 +23 -0 ports/security/p11-kit/Makefile (new) 1.1 +2 -0 ports/security/p11-kit/distinfo (new) 1.1 +14 -0 ports/security/p11-kit/files/patch-configure.ac (new) 1.1 +8 -0 ports/security/p11-kit/pkg-descr (new) 1.1 +39 -0 ports/security/p11-kit/pkg-plist (new)