Mon, 10 Aug 2009 16:10:39 +0200
Import new package spec for introduction into repository.
michael@8 | 1 | ## |
michael@8 | 2 | ## Wget.txt -- Addendum to OS X Package Specification Document |
michael@8 | 3 | ## Copyright (c) 2009 Michael Schloh von Bennewitz <michael@schloh.com> |
michael@8 | 4 | ## |
michael@8 | 5 | ## Permission to use, copy, modify, and distribute this software for |
michael@8 | 6 | ## any purpose with or without fee is hereby granted, provided that |
michael@8 | 7 | ## the above copyright notice and this permission notice appear in all |
michael@8 | 8 | ## copies. |
michael@8 | 9 | ## |
michael@8 | 10 | ## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED |
michael@8 | 11 | ## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
michael@8 | 12 | ## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
michael@8 | 13 | ## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR |
michael@8 | 14 | ## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
michael@8 | 15 | ## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
michael@8 | 16 | ## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF |
michael@8 | 17 | ## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND |
michael@8 | 18 | ## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
michael@8 | 19 | ## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
michael@8 | 20 | ## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
michael@8 | 21 | ## SUCH DAMAGE. |
michael@8 | 22 | ## |
michael@8 | 23 | |
michael@8 | 24 | |
michael@8 | 25 | Wget client |
michael@8 | 26 | ----------- |
michael@8 | 27 | Name: Wget |
michael@8 | 28 | Summary: Batch Client for HTTP(S) and FTP Protocols |
michael@8 | 29 | URL: http://www.gnu.org/software/wget/ |
michael@8 | 30 | Packager: Michael Schloh von Bennewitz |
michael@8 | 31 | Vendor: Free Software Foundation |
michael@8 | 32 | |
michael@8 | 33 | Package source: Wget.pmdoc |
michael@8 | 34 | Package output: Wget-<dist.version>.pkg |
michael@8 | 35 | |
michael@8 | 36 | Executing the package installs several archives including executable |
michael@8 | 37 | universal binary (IA-32/X86-64/PPC7400/PPC64), configuration, and |
michael@8 | 38 | documentation to the OS X operating system required for using Wget. |
michael@8 | 39 | |
michael@8 | 40 | To create the installation package, use the OS X PackageMaker |
michael@8 | 41 | application or equivalent command line utility. Required sources |
michael@8 | 42 | include the package specification (<file>.pmdoc) and the archives |
michael@8 | 43 | specified within the package specification. These references are |
michael@8 | 44 | listed in the following manifest, and must be manually placed. |
michael@8 | 45 | |
michael@8 | 46 | Compiling to a universal binary can be configured as: |
michael@8 | 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 |
michael@8 | 48 | |
michael@8 | 49 | Filesystem Root (fsrt) Manifest |
michael@8 | 50 | ------------------------------- |
michael@8 | 51 | drwxr-xr-x 3 root wheel 102 Aug 10 15:12 fsrt |
michael@8 | 52 | drwxr-xr-x 3 root wheel 102 Aug 10 15:12 fsrt/usr |
michael@8 | 53 | drwxr-xr-x 5 root wheel 170 Aug 10 15:12 fsrt/usr/local |
michael@8 | 54 | drwxr-xr-x 3 root wheel 102 Aug 10 15:12 fsrt/usr/local/bin |
michael@8 | 55 | -rwxr-xr-x 1 root wheel 933720 Aug 10 15:12 fsrt/usr/local/bin/wget |
michael@8 | 56 | drwxr-xr-x 3 root wheel 102 Aug 10 15:12 fsrt/usr/local/etc |
michael@8 | 57 | -rw-r--r-- 1 root wheel 4224 Aug 10 15:12 fsrt/usr/local/etc/wgetrc |
michael@8 | 58 | drwxr-xr-x 4 root wheel 136 Aug 10 15:12 fsrt/usr/local/share |
michael@8 | 59 | drwxr-xr-x 3 root wheel 102 Aug 10 15:12 fsrt/usr/local/share/info |
michael@8 | 60 | -rw-r--r-- 1 root wheel 186707 Aug 10 15:12 fsrt/usr/local/share/info/wget.info |
michael@8 | 61 | drwxr-xr-x 3 root wheel 102 Aug 10 15:12 fsrt/usr/local/share/man |
michael@8 | 62 | drwxr-xr-x 3 root wheel 102 Aug 10 15:12 fsrt/usr/local/share/man/man1 |
michael@8 | 63 | -rw-r--r-- 1 root wheel 80167 Aug 10 15:12 fsrt/usr/local/share/man/man1/wget.1 |