Remove unnecessary copying of PCRE library files - the package template picks them...
[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 OSXPackageBuilder
29 #                module.
30 #
31
32
33 INTRODUCTION
34
35 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).
36
37 Please refer to "OS X Package Builder HOWTO.txt" for full instructions.
38
39
40 SUPPORTED PLATFORMS
41
42 Theoretically this framework can create installer packages for OS X from versions 10.4 to 10.10 (and likely 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:
43
44 10.10 x86_64
45 10.9 x86_64
46 10.8 x86_64
47 10.7 x86_64
48 10.6 x86_64 & x86
49 10.5 x86_64, x86 & PPC
50 10.4 x86 & PPC
51
52
53 ATTRIBUTION
54
55 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 Steven Kolins, Andrew Jones, Andreas Rutkauskas, Julien Joubert and Lizik Grelier for testing.
56
57
58 Ian Silvester November 2014