PKCS11H.pmdoc/README.txt

Mon, 10 Aug 2009 16:10:14 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Mon, 10 Aug 2009 16:10:14 +0200
changeset 7
ea5df7e976af
parent 3
1ed312961917
permissions
-rw-r--r--

Correct typo and rewrite 'installing' clause in a generic fashion.

michael@3 1 ##
michael@3 2 ## PKCS11Helper.txt -- Addendum to OS X Package Specification Document
michael@3 3 ## Copyright (c) 2009 Michael Schloh von Bennewitz <michael@schloh.com>
michael@3 4 ##
michael@3 5 ## Permission to use, copy, modify, and distribute this software for
michael@3 6 ## any purpose with or without fee is hereby granted, provided that
michael@3 7 ## the above copyright notice and this permission notice appear in all
michael@3 8 ## copies.
michael@3 9 ##
michael@3 10 ## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
michael@3 11 ## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
michael@3 12 ## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
michael@3 13 ## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
michael@3 14 ## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
michael@3 15 ## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
michael@3 16 ## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
michael@3 17 ## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
michael@3 18 ## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
michael@3 19 ## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
michael@3 20 ## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
michael@3 21 ## SUCH DAMAGE.
michael@3 22 ##
michael@3 23
michael@3 24
michael@3 25 PKCS11-Helper Development Package
michael@3 26 ---------------------------------
michael@3 27 Name: PKCS11-Helper
michael@3 28 Summary: PKCS#11 Provider Abstraction API
michael@3 29 URL: http://www.opensc-project.org/pkcs11-helper/
michael@3 30 Packager: Michael Schloh von Bennewitz
michael@3 31 Vendor: Alon Bar-Lev
michael@3 32
michael@3 33 Package source: PKCS11H.pmdoc
michael@6 34 Package output: PKCS11H-<dist.version>.pkg
michael@3 35
michael@3 36 Executing PKCS11H.pkg installs header archives, universal libraries
michael@3 37 (IA-32/X86-64/PPC7400/PPC64) , and documentation to the OS X operating
michael@3 38 system required for developing applications using PKCS#11 provider logic.
michael@3 39
michael@3 40 To create the installation package, use the OS X PackageMaker
michael@3 41 application or equivalent command line utility. Required sources
michael@3 42 include the package specification (<file>.pmdoc) and the archives
michael@3 43 specified within the package specification. These references are
michael@3 44 listed in the following manifest, and must be manually placed.
michael@3 45
michael@3 46 Filesystem Root (fsrt) Manifest
michael@3 47 -------------------------------
michael@3 48 drwxr-xr-x 5 root wheel 170 Jul 29 09:18 fsrt
michael@3 49 drwxr-xr-x 3 root wheel 102 Jul 29 09:27 fsrt/include
michael@3 50 drwxr-xr-x 11 root wheel 374 Jul 29 09:18 fsrt/include/pkcs11-helper
michael@3 51 -rw-r--r-- 1 root wheel 42442 Jul 29 09:18 fsrt/include/pkcs11-helper/pkcs11.h
michael@3 52 -rw-r--r-- 1 root wheel 16577 Jul 29 09:18 fsrt/include/pkcs11-helper/pkcs11h-certificate.h
michael@3 53 -rw-r--r-- 1 root wheel 14454 Jul 29 09:18 fsrt/include/pkcs11-helper/pkcs11h-core.h
michael@3 54 -rw-r--r-- 1 root wheel 6309 Jul 29 09:18 fsrt/include/pkcs11-helper/pkcs11h-data.h
michael@3 55 -rw-r--r-- 1 root wheel 3226 Jul 29 09:18 fsrt/include/pkcs11-helper/pkcs11h-def.h
michael@3 56 -rw-r--r-- 1 root wheel 7055 Jul 29 09:18 fsrt/include/pkcs11-helper/pkcs11h-engines.h
michael@3 57 -rw-r--r-- 1 root wheel 5457 Jul 29 09:18 fsrt/include/pkcs11-helper/pkcs11h-openssl.h
michael@3 58 -rw-r--r-- 1 root wheel 6140 Jul 29 09:18 fsrt/include/pkcs11-helper/pkcs11h-token.h
michael@3 59 -rw-r--r-- 1 root wheel 3114 Jul 29 09:18 fsrt/include/pkcs11-helper/pkcs11h-version.h
michael@3 60 drwxr-xr-x 5 root wheel 170 Jul 29 09:26 fsrt/lib
michael@3 61 -rw-r--r-- 1 root wheel 705120 Jul 29 09:18 fsrt/lib/libpkcs11-helper.a
michael@3 62 -rwxr-xr-x 1 root wheel 831 Jul 29 09:26 fsrt/lib/libpkcs11-helper.la
michael@3 63 drwxr-xr-x 3 root wheel 102 Jul 29 09:29 fsrt/lib/pkgconfig
michael@3 64 -rw-r--r-- 1 root wheel 347 Jul 29 09:27 fsrt/lib/pkgconfig/libpkcs11-helper.pc
michael@3 65 drwxr-xr-x 4 root wheel 136 Jul 29 09:23 fsrt/share
michael@3 66 drwxr-xr-x 3 root wheel 102 Jul 29 09:29 fsrt/share/aclocal
michael@3 67 -rw-r--r-- 1 root wheel 3427 Jul 29 09:18 fsrt/share/aclocal/pkcs11-helper.m4
michael@3 68 drwxr-xr-x 3 root wheel 102 Jul 29 09:18 fsrt/share/man
michael@3 69 drwxr-xr-x 3 root wheel 102 Jul 29 09:29 fsrt/share/man/man8
michael@3 70 -rw-r--r-- 1 root wheel 3620 Jul 29 09:18 fsrt/share/man/man8/pkcs11-helper.8

mercurial