|
1 ## |
|
2 ## Wget.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 Wget client |
|
26 ----------- |
|
27 Name: Wget |
|
28 Summary: Batch Client for HTTP(S) and FTP Protocols |
|
29 URL: http://www.gnu.org/software/wget/ |
|
30 Packager: Michael Schloh von Bennewitz |
|
31 Vendor: Free Software Foundation |
|
32 |
|
33 Package source: Wget.pmdoc |
|
34 Package output: Wget-<dist.version>.pkg |
|
35 |
|
36 Executing the package installs several archives including executable |
|
37 universal binary (IA-32/X86-64/PPC7400/PPC64), configuration, and |
|
38 documentation to the OS X operating system required for using Wget. |
|
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 Compiling to a universal binary can be configured as: |
|
47 LDFLAGS='-isysroot /Developer/SDKs/MacOSX10.5.sdk' CFLAGS='-isysroot /Developer/SDKs/MacOSX10.5.sdk -Os -mmacosx-version-min=10.5 -arch ppc -arch ppc64 -arch i386 -arch x86_64' ./configure --disable-dependency-tracking |
|
48 |
|
49 Filesystem Root (fsrt) Manifest |
|
50 ------------------------------- |
|
51 drwxr-xr-x 3 root wheel 102 Aug 10 15:12 fsrt |
|
52 drwxr-xr-x 3 root wheel 102 Aug 10 15:12 fsrt/usr |
|
53 drwxr-xr-x 5 root wheel 170 Aug 10 15:12 fsrt/usr/local |
|
54 drwxr-xr-x 3 root wheel 102 Aug 10 15:12 fsrt/usr/local/bin |
|
55 -rwxr-xr-x 1 root wheel 933720 Aug 10 15:12 fsrt/usr/local/bin/wget |
|
56 drwxr-xr-x 3 root wheel 102 Aug 10 15:12 fsrt/usr/local/etc |
|
57 -rw-r--r-- 1 root wheel 4224 Aug 10 15:12 fsrt/usr/local/etc/wgetrc |
|
58 drwxr-xr-x 4 root wheel 136 Aug 10 15:12 fsrt/usr/local/share |
|
59 drwxr-xr-x 3 root wheel 102 Aug 10 15:12 fsrt/usr/local/share/info |
|
60 -rw-r--r-- 1 root wheel 186707 Aug 10 15:12 fsrt/usr/local/share/info/wget.info |
|
61 drwxr-xr-x 3 root wheel 102 Aug 10 15:12 fsrt/usr/local/share/man |
|
62 drwxr-xr-x 3 root wheel 102 Aug 10 15:12 fsrt/usr/local/share/man/man1 |
|
63 -rw-r--r-- 1 root wheel 80167 Aug 10 15:12 fsrt/usr/local/share/man/man1/wget.1 |