the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: pdfscreen
Version: 1.5
Revision: 7
Depends: tetex-base, tetex-texmf, ctan-other-misc
#Source: mirror:custom:macros/latex/contrib/supported/%n.zip
#CustomMirror: <<
# nam-US: ftp://tug.ctan.org/tex-archive/
# eur-DE: ftp://ftp.dante.de/tex-archive/
# eur-UK: ftp://ftp.tex.ac.uk/tex-archive/
# sam-CR: ftp://scratchy.emate.ucr.ac.cr/pub/ctan/
# eur-FR: ftp://ftp.loria.fr/pub/ctan/
# eur-NL: ftp://ftp.ntg.nl/mirror/tex-archive/
# nam-US: ftp://ftp.cise.ufl.edu/pub/mirrors/tex-archive/
#<<
#SourceRename: pdfscreen-%v.zip
Source: http://us.dl.sourceforge.net/fink/direct_download/source/%n-%v.zip
Source-MD5: 43e0f32d08ffcd6a93462437f41d0e81
SourceDirectory: %n
#Source2: http://www.latex-project.org/lppl.txt
Source2: mirror:sourceforge:fink/lppl-1.2.txt
Source2-MD5: 5af7e4b8e7dde262cf18bd7224f454b5
CompileScript: echo "No compile needed"
InstallScript: <<
mkdir -p %i/share/doc/%n
mv ../lppl-1.2.txt %i/share/doc/%n/lppl.txt
head -n 18 pdfscreen.sty > %i/share/doc/%n/license.info
mkdir -p %i/etc/texmf.local/tex/latex
cd ..; mv %n %i/etc/texmf.local/tex/latex
<<
Description: Resize LaTeX-produced pdf to fit on computer screen
DescDetail: <<
The pdfscreen package helps to redesign the pdf output of your normal
documents fit to be read in a computer monitor while retaining the
freedom to format it for conventional printing.
<<
DescPort: <<
The dependencies are provided by the following packages:
tetex-texmf: comment.sty, graphicx.sty, color.sty, calc.sty, amssymb.sty, amsbsy.sty, shortvrb.sty, hyperref.sty, colortbl.sty, fancybox.sty
ctan-other-misc: truncate.sty
<<
License: OSI-Approved
PostInstScript: if [ -f %p/bin/mktexlsr ]; then mktexlsr %p/etc/texmf.local; fi
PostRmScript: if [ -f %p/bin/mktexlsr ]; then mktexlsr %p/etc/texmf.local; fi
DescPackaging: <<
Using CustomMirror instead of mirror:ctan because not all CTAN mirrors
support automatic zipping of directories.
<<
Maintainer: Dave Morrison
Homepage: http://sarovar.org/projects/pdfscreen/