Differences From Artifact [cfa54c369f]:
- File build/cackey_osx_build/Tiger_pmbuild.pmdoc/index.xml — part of check-in [4b8c40e52b] at 2010-07-12 15:46:03 on branch trunk — Added tools for building CACKey on Mac OS X (user: kvanals, size: 3488) [annotate] [blame] [check-ins using]
To Artifact [57e52fc692]:
- File
build/cackey_osx_build/Tiger_pmbuild.pmdoc/index.xml
— part of check-in
[284fc537fc]
at
2010-07-22 07:45:00
on branch trunk
— Updated OSX CACKey build script to support more descriptive package names.
Updated PackageMaker Document XML files for OSX CACKey build to be better formatted. (user: kvanals, size: 3927) [annotate] [blame] [check-ins using]
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
..
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
<pkmkdoc spec="1.12"><properties><title>CACKey for Mac OS X Tiger</title><build>/Users/kvanals/Desktop/cackey/release/cackey-0.5.15/macbuild/pkg/cackey_tiger.mpkg</build><organization>mil.army.usace</organization><userSees ui="both"/><min-target os="2"/><domain system="true"/></properties><distribution><versions min-spec="1.000000"/><scripts></scripts></distribution><description>CACKey</description><contents><choice title="libcackey" id="cackey" starts_selected="true" starts_enabled="true" starts_hidden="false"><pkgref id="mil.army.usace.cackeyForMacOsXTiger.libcackey.pkg"/></choice><choice title="libcackey_g" id="cackeydebug" starts_selected="true" starts_enabled="true" starts_hidden="false"><pkgref id="mil.army.usace.cackeyForMacOsXTiger.libcackeyg.pkg"/></choice></contents><resources bg-scale="none" bg-align="topleft"><locale lang="en"><resource mime-type="text/rtf" kind="embedded" type="license"><![CDATA[{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf540 {\fonttbl\f0\fnil\fcharset0 LucidaGrande;} {\colortbl;\red255\green255\blue255;} \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural \f0\fs26 \cf0 Release information:\ pkg: CACKey\ author: US Army Corps of Engineers\ contact: Roy Keene <roy.s.keene@usace.army.mil>\ US Army Corps of Engineers\ Information Technology Laboratory\ Vicksburg, MS 39180\ ------------------------------------------------\ \ The following files in the source directory are the intellectual property of the\ Free Software Foundation and are licensed under the terms of the GNU General\ Public License (GPL):\ config.guess, config.sub, install-sh\ \ ................................................................................ \ The files in the "pkcs11/" directory are licensed under the terms of the\ following licenses:\ mypkcs11.h : GNU General Public License 2.1.\ pkcs11.h : GNU General Public License 2.1.\ pkcs11f.h : GNU General Public License 2.1.\ pkcs11n.h : Mozilla Public License or GNU General Public License\ pkcs11t.h : GNU General Public License 2.1.}]]></resource><resource mime-type="text/rtf" kind="embedded" type="readme"><![CDATA[{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf540 {\fonttbl\f0\fnil\fcharset0 LucidaGrande;} {\colortbl;\red255\green255\blue255;} \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural \f0\fs26 \cf0 Thank you for choosing to install CACKey.\ \ To use CACKey, install /Library/CACKey/libcackey.dylib as a security module into any application that can use a PKCS#11 provider.\ \ A debug version, libcackey_g.dylib is provided if debug output is necessary.}]]></resource></locale></resources><requirements><requirement id="tosv" operator="lt" value="'10.5'"><message>This CACKey release requires Mac OS X 10.4.</message></requirement><requirement id="tosv" operator="ge" value="'10.4'"><message>This CACKey release requires Mac OS X 10.4.</message></requirement></requirements><flags/><item type="file">01libcackey.xml</item><item type="file">02libcackey.xml</item><mod>properties.customizeOption</mod><mod>properties.title</mod><mod>description</mod><mod>properties.systemDomain</mod><mod>properties.anywhereDomain</mod></pkmkdoc> |
>
>
>
|
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
|
|
|
|
>
>
>
|
>
>
|
>
>
>
>
>
>
|
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
..
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
|
<pkmkdoc spec="1.12"> <properties> <title>CACKey for Mac OS X Tiger</title> <build>/Users/kvanals/Desktop/cackey/release/cackey-0.5.15/macbuild/pkg/cackey_tiger.mpkg</build> <organization>mil.army.usace</organization> <userSees ui="both"/> <min-target os="2"/> <domain system="true"/> </properties> <distribution> <versions min-spec="1.000000"/> <scripts></scripts> </distribution> <description>CACKey</description> <contents> <choice title="CACKey PKCS#11 Library (Core)" id="cackey" starts_selected="true" starts_enabled="true" starts_hidden="false"> <pkgref id="mil.army.usace.cackeyForMacOsXTiger.libcackey.pkg"/> <pkgref id="mil.army.usace.cackeyForMacOsXTiger.cackey.pkg"/> </choice> <choice title="CACKey PKCS#11 Library (Debug)" id="cackeydebug" starts_selected="true" starts_enabled="true" starts_hidden="false"> <pkgref id="mil.army.usace.cackeyForMacOsXTiger.libcackeyg.pkg"/> </choice> </contents> <resources bg-scale="none" bg-align="topleft"> <locale lang="en"> <resource mime-type="text/rtf" kind="embedded" type="license"> <![CDATA[{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf540 {\fonttbl\f0\fnil\fcharset0 LucidaGrande;} {\colortbl;\red255\green255\blue255;} \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural \f0\fs26 \cf0 Release information:\ pkg: CACKey\ author: US Army Corps of Engineers\ Mac build contact: Kenneth Van Alstyne <kenneth.l.vanalstyne@usace.army.mil>\ US Army Corps of Engineers\ Information Technology Laboratory\ Vicksburg, MS 39180\ contact: Roy Keene <roy.s.keene@usace.army.mil>\ ------------------------------------------------\ \ The following files in the source directory are the intellectual property of the\ Free Software Foundation and are licensed under the terms of the GNU General\ Public License (GPL):\ config.guess, config.sub, install-sh\ \ ................................................................................ \ The files in the "pkcs11/" directory are licensed under the terms of the\ following licenses:\ mypkcs11.h : GNU General Public License 2.1.\ pkcs11.h : GNU General Public License 2.1.\ pkcs11f.h : GNU General Public License 2.1.\ pkcs11n.h : Mozilla Public License or GNU General Public License\ pkcs11t.h : GNU General Public License 2.1.}]]> </resource> <resource mime-type="text/rtf" kind="embedded" type="readme"> <![CDATA[{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf540 {\fonttbl\f0\fnil\fcharset0 LucidaGrande;} {\colortbl;\red255\green255\blue255;} \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural \f0\fs26 \cf0 Thank you for choosing to install CACKey.\ \ To use CACKey, install /Library/CACKey/libcackey.dylib or\ /usr/lib/pkcs11/cackey.dylib as a security module into any application that can use a PKCS#11 provider.\ \ A debug version, /Library/CACKey/libcackey_g.dylib is provided if debug output is necessary.}]]> </resource> </locale> </resources> <requirements> <requirement id="tosv" operator="lt" value="'10.5'"> <message>This CACKey release requires Mac OS X 10.4.</message> </requirement> <requirement id="tosv" operator="ge" value="'10.4'"> <message>This CACKey release requires Mac OS X 10.4.</message> </requirement> </requirements> <flags/> <item type="file">01libcackey.xml</item> <item type="file">02libcackey.xml</item> <item type="file">03libcackey.xml</item> <mod>properties.customizeOption</mod> <mod>properties.title</mod> <mod>description</mod> <mod>properties.systemDomain</mod> <mod>properties.anywhereDomain</mod> </pkmkdoc> |