the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: extex
Version: 0.0svn8062
Revision: 1
Source: http://www.extex.org/download/fink/%n-%v.tar.gz
Homepage: http://www.extex.org/
Maintainer: Hariharan
License: LGPL
Description: TeX implementation using Java
Source-MD5: 9a712bf6df1f34c9e9cd6845d77c780c
Depends: system-java (>=1.6-0)
Distribution: 10.6
Type: java(1.6)
CompileScript: <<
#! /bin/sh -ev
java -jar %b/ExTeX-Setup.jar path.xml
<<
InstallScript: <<
#! /bin/sh -ev
mkdir %i/bin
mkdir -p %i/lib/%n
mkdir -p %i/share/doc/%n/homefile
cp %b/extex %i/bin/.
cp %b/b/extex/lib/*.jar %i/lib/%n/.
cp %b/.extex %i/share/doc/%n/homefile/.
<<
DocFiles: %b/b/extex/LICENSE.txt %b/b/extex/doc/extex-users.pdf
DescDetail: <<
ExTeX is a high quality typesetting system written in java.
It is an initiative to develop a new derivate of TeX, based on NTS.
The source code is available on BerliOS SVN server.
This product is still under development and gets released as snapshot from SVN
<<
DescPackaging: <<
All the documents,resources and related jar files will be installed through
install script. The installation script creates the required folders and moving
the approriate files into them.
<<
DescUsage: <<
TeX-Font Metric (*.tfm), psfonts.map are provided in the tarball. Put them
in $HOME.
On terminal type the commands
------------------------------
cp /sw/share/doc/extex/homefile/.extex ~/.
extex
------------------------------
Sample usage:
-------------
\catcode`{=1
\catcode`}=2
\write3{Hello World}
<<