New Packagemaker project file for distribution that bundles PCRE
[OSXPackageBuilder.git] / README
1 # File        :  README
2 #
3 # Purpose     :  Overall instructions and credits for this module.
4 #
5 # Copyright   :  Written by and Copyright (C) 2001-2012 the
6 #                Privoxy team. http://www.privoxy.org/
7 #
8 #                This program is free software; you can redistribute it
9 #                and/or modify it under the terms of the GNU General
10 #                Public License as published by the Free Software
11 #                Foundation; either version 2 of the License, or (at
12 #                your option) any later version.
13 #
14 #                This program is distributed in the hope that it will
15 #                be useful, but WITHOUT ANY WARRANTY; without even the
16 #                implied warranty of MERCHANTABILITY or FITNESS FOR A
17 #                PARTICULAR PURPOSE.  See the GNU General Public
18 #                License for more details.
19 #
20 #                The GNU General Public License should be included with
21 #                this file.  If not, you can view it at
22 #                http://www.gnu.org/copyleft/gpl.html
23 #                or write to the Free Software Foundation, Inc.,
24 #                51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
25 #                USA
26 #
27 # Modification : If you modify this file please consider whether your 
28 #                changes ought to be passed back to the macsetup module.
29 #
30
31
32 INTRODUCTION
33
34 The aim of this module is to provide a framework for generating standard OS X installation packages for Privoxy, covering all supported versions of OS X (see below for details of coverage).
35
36 Please refer to "OS X Package Builder HOWTO.txt" for full instructions.
37
38
39 SUPPORTED PLATFORMS
40
41 Theoretically this framework can create installer packages for OS X from versions 10.3 to 10.8 (and higher) inclusive, and for all three processor architectures on which OS X is supported (PowerPC, Intel x86 and Intel x86_64). Packages have so far been tested on the following platforms:
42
43 10.8 x86_64
44 10.7 x86_64
45 10.6 x86_64 & x86
46 10.5 x86_64, x86 & PPC
47 10.4 x86 & PPC
48
49
50 ATTRIBUTION
51
52 This module is based on the previous work done by Mark Miller (macsetup module) and David Schmidt & John Daniels (osxsetup module), to whom I am indebted. Thanks also to Fabian Keil for occasional technical and significant licensing guidance, and to Andrew Jones, Andreas Rutkauskas, Julien Joubert, Lizik Grelier and Steven Kolins for testing.
53
54
55 Ian Silvester February 2012