the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: prosper
Version: 1.5
Revision: 1
Depends: tetex-base
# Taken from: ftp://ftp.dante.de/tex-archive/macros/latex/contrib/%n.tar.gz
Source: ftp://ftp.ecc.u-tokyo.ac.jp/GENTOO/distfiles/%n-%v.tar.gz
Source-MD5: 6d61a308da11e69bb48e2e72fcb5f067
SourceDirectory: %n
Source2: mirror:sourceforge:fink/lppl-1.2.txt
Source2-MD5: 5af7e4b8e7dde262cf18bd7224f454b5
License: Restrictive/Distributable
CompileScript: echo "Nothing to do..."
InstallScript: <<
install -m 755 -d %i/etc/texmf.local/tex/latex/%n/img
install -m 644 *.cls *.sty %i/etc/texmf.local/tex/latex/%n
install -m 644 img/* %i/etc/texmf.local/tex/latex/%n/img
install -m 755 -d %i/etc/texmf.local/tex/latex/%n/contrib/img
install -m 644 contrib/*.sty %i/etc/texmf.local/tex/latex/%n/contrib
install -m 644 contrib/img/* %i/etc/texmf.local/tex/latex/%n/contrib/img
install -m 755 -d %i/share/doc/%n/{contrib,examples}
install -m 644 contrib/*.{ps,tex} %i/share/doc/%n/contrib
install -m 644 doc/doc-examples/* %i/share/doc/%n/examples
install -m 644 ../lppl-1.2.txt %i/share/doc/%n/lppl.txt
<<
DocFiles: AUTHORS ChangeLog FAQ INSTALL NEWS README TODO doc/*{ps,fig,pdf,tex}
PostInstScript: <<
# If ls-R does not exist, we don't run mktexlsr(user may prefer not to).
if [ -x %p/bin/mktexlsr ] && [ -f %p/etc/texmf.local/ls-R ]
then
%p/bin/mktexlsr %p/etc/texmf.local
fi
<<
PostRmScript: <<
# If ls-R does not exist, we don't run mktexlsr(user may prefer not to).
if [ -x %p/bin/mktexlsr ] && [ -f %p/etc/texmf.local/ls-R ]
then
%p/bin/mktexlsr %p/etc/texmf.local
fi
<<
Description: LaTeX class for writing transparencies
DescDetail: <<
Prosper is a LaTeX class for writing transparencies. It is written on top of
the seminar class by Timothy Van Zandt. It aims at offering an environment
for easily creating slides for both presentations with an overhead projector
and a video projector. Slides prepared for a presentation with a computer and
a video projector may integrate animation effects, incremental display,
and such.
<<
Maintainer: Todai Fink Team
Homepage: http://prosper.sourceforge.net/