texshop stable port information

Package: texshop
Version: 2.41
Revision: 1
Distribution: 10.5, 10.6
Source: http://www.uoregon.edu/~koch/texshop/texshopsource.zip
Source-MD5: 0364069617ecefb460163fe8a5c9df25
SourceRename: texshopsource-%v-1.zip
SourceDirectory: texshopsource
License: GPL
Suggests: tetex-base, tetex-texmf, tetex-macosx, altpdftex, ghostscript, imagemagick
Depends: xcode (>= 3.1.3-1)
BuildDepends: system-sdk-10.5
CompileScript: <<
echo xcodebuild compiles and installs all in one, so no compilescript
<<
InstallScript: <<
#!/bin/sh -ex
rm -f Resources/TeXShop/Movies/TeXShop/._*
archname="i386"
if test "%m" = "powerpc"; then archname="ppc"; fi
lipo -thin $archname Sparkle.framework/Versions/A/Sparkle -output Sparkle
cp Sparkle Sparkle.framework/Versions/A/Sparkle
xcodebuild -configuration Release install DSTROOT=%d INSTALL_PATH=%p/Applications FRAMEWORK_SEARCH_PATHS=%b ARCHS=$archname -sdk macosx10.5 MACOSX_DEPLOYMENT_TARGET=10.5 GCC_VERSION=4.2
mkdir -p %i/Applications
<<
DocFiles: Docs/*
PostInstScript: <<
if ! test -e /Applications/Fink; then /usr/bin/install -d -m 755 /Applications/Fink; fi
ln -nsf %p/Applications/TeXShop.app /Applications/Fink/
<<
PostRmScript: rm -f /Applications/Fink/TeXShop.app
Description: TeX previewer for Mac OS X, written in Cocoa
DescDetail: <<
This is Richard Koch's TeXShop, a GUI frontend for the
TeX typesetting system
<<
DescUsage:<<
To start this version of TeXShop, double-click on the TeXShop
icon in the directory /Applications/Fink.

If you have Fink's tex packages installed, you want to set the two paths in
Preferences -> Engine to /sw/bin
By default, the paths are configured for the MacTeX installation.

TeXShop is only a GUI frontend for TeX, it does not contain TeX itself.
Besides a complete TeX installation, for running TeXShop you proably
want to install the altpdftex and altpdflatex commands, such as
provided by the altpdftex package, one of the ghostscript
packages, and imagemagick.
<<
DescPackaging: <<
The TeXShop.app application bundle is installed in
%p/Applications, and there is a symlink in
/Applications/Fink.
<<
DescPort: <<
Texshop is built as 32bit executable even in 64bit Fink, because it uses
quickdraw functions that, while deprecated in 32bit, do not exist any more
in 64bit.
A consequence of this situation is that it needs the MacOSX10.5.SDK, and
therefore this package does not build with xcode >= 4.0 (unless Apple
brings back the 10.5 sdk)..
<<
Maintainer: Martin Costabel
Homepage: http://www.uoregon.edu/~koch/texshop/