michael@8: ## michael@8: ## Wget.txt -- Addendum to OS X Package Specification Document michael@8: ## Copyright (c) 2009 Michael Schloh von Bennewitz michael@8: ## michael@8: ## Permission to use, copy, modify, and distribute this software for michael@8: ## any purpose with or without fee is hereby granted, provided that michael@8: ## the above copyright notice and this permission notice appear in all michael@8: ## copies. michael@8: ## michael@8: ## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED michael@8: ## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF michael@8: ## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. michael@8: ## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR michael@8: ## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, michael@8: ## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT michael@8: ## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF michael@8: ## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND michael@8: ## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, michael@8: ## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT michael@8: ## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF michael@8: ## SUCH DAMAGE. michael@8: ## michael@8: michael@8: michael@8: Wget client michael@8: ----------- michael@8: Name: Wget michael@8: Summary: Batch Client for HTTP(S) and FTP Protocols michael@8: URL: http://www.gnu.org/software/wget/ michael@8: Packager: Michael Schloh von Bennewitz michael@8: Vendor: Free Software Foundation michael@8: michael@8: Package source: Wget.pmdoc michael@8: Package output: Wget-.pkg michael@8: michael@8: Executing the package installs several archives including executable michael@8: universal binary (IA-32/X86-64/PPC7400/PPC64), configuration, and michael@8: documentation to the OS X operating system required for using Wget. michael@8: michael@8: To create the installation package, use the OS X PackageMaker michael@8: application or equivalent command line utility. Required sources michael@8: include the package specification (.pmdoc) and the archives michael@8: specified within the package specification. These references are michael@8: listed in the following manifest, and must be manually placed. michael@8: michael@8: Compiling to a universal binary can be configured as: michael@8: 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: michael@8: Filesystem Root (fsrt) Manifest michael@8: ------------------------------- michael@8: drwxr-xr-x 3 root wheel 102 Aug 10 15:12 fsrt michael@8: drwxr-xr-x 3 root wheel 102 Aug 10 15:12 fsrt/usr michael@8: drwxr-xr-x 5 root wheel 170 Aug 10 15:12 fsrt/usr/local michael@8: drwxr-xr-x 3 root wheel 102 Aug 10 15:12 fsrt/usr/local/bin michael@8: -rwxr-xr-x 1 root wheel 933720 Aug 10 15:12 fsrt/usr/local/bin/wget michael@8: drwxr-xr-x 3 root wheel 102 Aug 10 15:12 fsrt/usr/local/etc michael@8: -rw-r--r-- 1 root wheel 4224 Aug 10 15:12 fsrt/usr/local/etc/wgetrc michael@8: drwxr-xr-x 4 root wheel 136 Aug 10 15:12 fsrt/usr/local/share michael@8: drwxr-xr-x 3 root wheel 102 Aug 10 15:12 fsrt/usr/local/share/info michael@8: -rw-r--r-- 1 root wheel 186707 Aug 10 15:12 fsrt/usr/local/share/info/wget.info michael@8: drwxr-xr-x 3 root wheel 102 Aug 10 15:12 fsrt/usr/local/share/man michael@8: drwxr-xr-x 3 root wheel 102 Aug 10 15:12 fsrt/usr/local/share/man/man1 michael@8: -rw-r--r-- 1 root wheel 80167 Aug 10 15:12 fsrt/usr/local/share/man/man1/wget.1