From owner-cvs-all@FreeBSD.ORG Sun Nov 7 12:07:18 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3312B106566B; Sun, 7 Nov 2010 12:07:18 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1D7078FC13; Sun, 7 Nov 2010 12:07:18 +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 oA7C7ISM035788; Sun, 7 Nov 2010 12:07:18 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oA7C7IEA035787; Sun, 7 Nov 2010 12:07:18 GMT (envelope-from nork) Message-Id: <201011071207.oA7C7IEA035787@repoman.freebsd.org> From: Norikatsu Shigemura Date: Sun, 7 Nov 2010 12:07:17 +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/opencryptoki Makefile distinfo pkg-descr pkg-plist ports/security/opencryptoki/files patch-configure.in patch-usr-include-pkcs11-apictl.h patch-usr-include-pkcs11-slotmgr.h patch-usr-include-pkcs11-stdll.h patch-usr-lib-pkcs11-aep_stdll-Makefile.am ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Nov 2010 12:07:18 -0000 nork 2010-11-07 12:07:17 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/opencryptoki Makefile distinfo pkg-descr pkg-plist security/opencryptoki/files patch-configure.in patch-usr-include-pkcs11-apictl.h patch-usr-include-pkcs11-slotmgr.h patch-usr-include-pkcs11-stdll.h patch-usr-lib-pkcs11-aep_stdll-Makefile.am patch-usr-lib-pkcs11-api-Makefile.am patch-usr-lib-pkcs11-api-api_interface.c patch-usr-lib-pkcs11-api-apiutil.c patch-usr-lib-pkcs11-api-shrd_mem.c.in patch-usr-lib-pkcs11-bcom_stdll-Makefile.am patch-usr-lib-pkcs11-cca_stdll-host_defs.h patch-usr-lib-pkcs11-cca_stdll-loadsave.c patch-usr-lib-pkcs11-cca_stdll-new_host.c patch-usr-lib-pkcs11-cca_stdll-tok_spec_struct.h patch-usr-lib-pkcs11-common-host_defs.h patch-usr-lib-pkcs11-common-loadsave.c patch-usr-lib-pkcs11-common-new_host.c patch-usr-lib-pkcs11-common-tok_spec_struct.h patch-usr-lib-pkcs11-common-utility.c patch-usr-lib-pkcs11-cr_stdll-Makefile.am patch-usr-lib-pkcs11-ica_s390_stdll-Makefile.am patch-usr-lib-pkcs11-ica_stdll-Makefile.am patch-usr-lib-pkcs11-soft_stdll-Makefile.am patch-usr-lib-pkcs11-tpm_stdll-host_defs.h patch-usr-lib-pkcs11-tpm_stdll-loadsave.c patch-usr-lib-pkcs11-tpm_stdll-new_host.c patch-usr-lib-pkcs11-tpm_stdll-tok_spec_struct.h patch-usr-lib-pkcs11-tpm_stdll-utility.c patch-usr-sbin-pkcs11_startup-Makefile.am patch-usr-sbin-pkcs11_startup-pkcs11_startup.in patch-usr-sbin-pkcs_slot-pkcs_slot.in patch-usr-sbin-pkcsconf-Makefile.am patch-usr-sbin-pkcsconf-pkcsconf.c patch-usr-sbin-pkcsslotd-err.c patch-usr-sbin-pkcsslotd-mutex.c patch-usr-sbin-pkcsslotd-pkcsslotd.h patch-usr-sbin-pkcsslotd-shmem.c pkcsslotd.in pkg-message.in Log: Add opencryptoki 2.3.2, is an open PKCS#11 implementation library. Obtained from: http://bsssd.sourceforge.net/ Revision Changes Path 1.1132 +1 -0 ports/security/Makefile 1.1 +67 -0 ports/security/opencryptoki/Makefile (new) 1.1 +2 -0 ports/security/opencryptoki/distinfo (new) 1.1 +59 -0 ports/security/opencryptoki/files/patch-configure.in (new) 1.1 +11 -0 ports/security/opencryptoki/files/patch-usr-include-pkcs11-apictl.h (new) 1.1 +11 -0 ports/security/opencryptoki/files/patch-usr-include-pkcs11-slotmgr.h (new) 1.1 +11 -0 ports/security/opencryptoki/files/patch-usr-include-pkcs11-stdll.h (new) 1.1 +11 -0 ports/security/opencryptoki/files/patch-usr-lib-pkcs11-aep_stdll-Makefile.am (new) 1.1 +18 -0 ports/security/opencryptoki/files/patch-usr-lib-pkcs11-api-Makefile.am (new) 1.1 +35 -0 ports/security/opencryptoki/files/patch-usr-lib-pkcs11-api-api_interface.c (new) 1.1 +44 -0 ports/security/opencryptoki/files/patch-usr-lib-pkcs11-api-apiutil.c (new) 1.1 +11 -0 ports/security/opencryptoki/files/patch-usr-lib-pkcs11-api-shrd_mem.c.in (new) 1.1 +11 -0 ports/security/opencryptoki/files/patch-usr-lib-pkcs11-bcom_stdll-Makefile.am (new) 1.1 +27 -0 ports/security/opencryptoki/files/patch-usr-lib-pkcs11-cca_stdll-host_defs.h (new) 1.1 +23 -0 ports/security/opencryptoki/files/patch-usr-lib-pkcs11-cca_stdll-loadsave.c (new) 1.1 +52 -0 ports/security/opencryptoki/files/patch-usr-lib-pkcs11-cca_stdll-new_host.c (new) 1.1 +15 -0 ports/security/opencryptoki/files/patch-usr-lib-pkcs11-cca_stdll-tok_spec_struct.h (new) 1.1 +27 -0 ports/security/opencryptoki/files/patch-usr-lib-pkcs11-common-host_defs.h (new) 1.1 +23 -0 ports/security/opencryptoki/files/patch-usr-lib-pkcs11-common-loadsave.c (new) 1.1 +52 -0 ports/security/opencryptoki/files/patch-usr-lib-pkcs11-common-new_host.c (new) 1.1 +15 -0 ports/security/opencryptoki/files/patch-usr-lib-pkcs11-common-tok_spec_struct.h (new) 1.1 +29 -0 ports/security/opencryptoki/files/patch-usr-lib-pkcs11-common-utility.c (new) 1.1 +18 -0 ports/security/opencryptoki/files/patch-usr-lib-pkcs11-cr_stdll-Makefile.am (new) 1.1 +16 -0 ports/security/opencryptoki/files/patch-usr-lib-pkcs11-ica_s390_stdll-Makefile.am (new) 1.1 +21 -0 ports/security/opencryptoki/files/patch-usr-lib-pkcs11-ica_stdll-Makefile.am (new) 1.1 +11 -0 ports/security/opencryptoki/files/patch-usr-lib-pkcs11-soft_stdll-Makefile.am (new) 1.1 +28 -0 ports/security/opencryptoki/files/patch-usr-lib-pkcs11-tpm_stdll-host_defs.h (new) 1.1 +11 -0 ports/security/opencryptoki/files/patch-usr-lib-pkcs11-tpm_stdll-loadsave.c (new) 1.1 +11 -0 ports/security/opencryptoki/files/patch-usr-lib-pkcs11-tpm_stdll-new_host.c (new) 1.1 +15 -0 ports/security/opencryptoki/files/patch-usr-lib-pkcs11-tpm_stdll-tok_spec_struct.h (new) 1.1 +30 -0 ports/security/opencryptoki/files/patch-usr-lib-pkcs11-tpm_stdll-utility.c (new) 1.1 +11 -0 ports/security/opencryptoki/files/patch-usr-sbin-pkcs11_startup-Makefile.am (new) 1.1 +41 -0 ports/security/opencryptoki/files/patch-usr-sbin-pkcs11_startup-pkcs11_startup.in (new) 1.1 +142 -0 ports/security/opencryptoki/files/patch-usr-sbin-pkcs_slot-pkcs_slot.in (new) 1.1 +10 -0 ports/security/opencryptoki/files/patch-usr-sbin-pkcsconf-Makefile.am (new) 1.1 +11 -0 ports/security/opencryptoki/files/patch-usr-sbin-pkcsconf-pkcsconf.c (new) 1.1 +107 -0 ports/security/opencryptoki/files/patch-usr-sbin-pkcsslotd-err.c (new) 1.1 +37 -0 ports/security/opencryptoki/files/patch-usr-sbin-pkcsslotd-mutex.c (new) 1.1 +11 -0 ports/security/opencryptoki/files/patch-usr-sbin-pkcsslotd-pkcsslotd.h (new) 1.1 +35 -0 ports/security/opencryptoki/files/patch-usr-sbin-pkcsslotd-shmem.c (new) 1.1 +33 -0 ports/security/opencryptoki/files/pkcsslotd.in (new) 1.1 +7 -0 ports/security/opencryptoki/files/pkg-message.in (new) 1.1 +1 -0 ports/security/opencryptoki/pkg-descr (new) 1.1 +34 -0 ports/security/opencryptoki/pkg-plist (new)