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 ...

Norikatsu Shigemura nork at FreeBSD.org
Sun Nov 7 12:07:18 UTC 2010


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)


More information about the cvs-ports mailing list