Cryptlib.pmdoc/README.txt

changeset 4
8202e35ba4e4
child 6
edc91ee1928d
equal deleted inserted replaced
-1:000000000000 0:83d4a5185376
1 ##
2 ## Cryptlib.txt -- Addendum to OS X Package Specification Document
3 ## Copyright (c) 2009 Michael Schloh von Bennewitz <michael@schloh.com>
4 ##
5 ## Permission to use, copy, modify, and distribute this software for
6 ## any purpose with or without fee is hereby granted, provided that
7 ## the above copyright notice and this permission notice appear in all
8 ## copies.
9 ##
10 ## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
11 ## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
12 ## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
13 ## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
14 ## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
15 ## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
16 ## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
17 ## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
18 ## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
19 ## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
20 ## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
21 ## SUCH DAMAGE.
22 ##
23
24
25 Cryptlib Encryption Development Package
26 ---------------------------------------
27 Name: Cryptlib
28 Summary: Cryptlib Encryption Toolkit
29 URL: http://www.cs.auckland.ac.nz/~pgut001/cryptlib/
30 Packager: Michael Schloh von Bennewitz
31 Vendor: Peter Gutmann
32
33 Package source: Cryptlib.pmdoc
34 Package output: Cryptlib.pkg
35
36 Executing Cryptlib.pkg installs header archives and universal libraries
37 (IA-32/X86-64/PPC7400/PPC64) to the OS X operating system required for
38 developing applications using Cryptlib cryptography logic.
39
40 To create the installation package, use the OS X PackageMaker
41 application or equivalent command line utility. Required sources
42 include the package specification (<file>.pmdoc) and the archives
43 specified within the package specification. These references are
44 listed in the following manifest, and must be manually placed.
45
46 Filesystem Root (fsrt) Manifest
47 -------------------------------
48 drwxr-xr-x 3 root wheel 102 Aug 4 21:16 fsrt
49 drwxr-xr-x 3 root wheel 102 Aug 4 21:16 fsrt/usr
50 drwxr-xr-x 4 root wheel 136 Aug 4 21:16 fsrt/usr/local
51 drwxr-xr-x 3 root wheel 102 Aug 4 21:15 fsrt/usr/local/include
52 -rw-r--r-- 1 root wheel 91488 Aug 4 20:41 fsrt/usr/local/include/cryptlib.h
53 drwxr-xr-x 3 root wheel 102 Aug 4 21:15 fsrt/usr/local/lib
54 -rw-r--r-- 1 root wheel 8110616 Aug 4 22:45 fsrt/usr/local/lib/libcl.a

mercurial