openbsd-ports/print/texlive/base/pkg
edd e735c64ddf Update to TeX Live 2010.
This year we pre-generate format and maps as requested by kili.

Started adding test cases in the tests/ dir.

Upgrades from 2009 will cause a harmless warning regarding texlinks. Espie is
aware of this, it was not easily fixable.

Uninstalls of texlive 2010 which were previously upgraded from 2009 will make
lots of noise regarding non-empty directories which can not be deleted. This
is due to unregistered package directories in the old texlive 2009 pacakage and
has been fixed in the 2010 package (rblatter script was modified to register
*all* parent dirs in PLISTs).

Installs/uninstalls of texlive 2010 on a fresh system (which has never
seen texlive 2009) are squeaky clean.

This has been in use for a number of months on my work machine, so should be
pretty stable, but I am sure someone will find some obscure bugs. These can be
fixed in tree.

OK espie@
2011-03-08 00:09:42 +00:00
..
DESCR
PFRAG.shared Update to TeX Live 2010. 2011-03-08 00:09:42 +00:00
PFRAG.xindy Update to TeX Live 2010. 2011-03-08 00:09:42 +00:00
PLIST Update to TeX Live 2010. 2011-03-08 00:09:42 +00:00
README Update to TeX Live 2010. 2011-03-08 00:09:42 +00:00

$OpenBSD: README,v 1.4 2011/03/08 00:09:42 edd Exp $

TeX Live for OpenBSD - Notes
=======================================================================

There are a number of texmf trees in the OpenBSD packages:

texmf-minimal:
  A teTeX like tree, suitable for casual TeX users
  who do not need many extra macros or ConTeXt (approx 302MB).

texmf-full:
  Extra macros and ConTeXt support (approx 163MB).

texmf-doc:
  Documentation for all of TeX Live (approx 760MB).

All sizes are compressed package sizes.

The texmf package contents do not overlap.

Individual users may override or add to the tex class and style files
supplied by TeX Live by installing them into ~/texmf. There is no need
to run mktexlsr(1) for a texmf tree in a user's $HOME. You can test the
installation by searching for the files using kpsewhich(1). Eg:

% find $HOME/texmf
/home/edd/texmf
/home/edd/texmf/tex
/home/edd/texmf/tex/latex
/home/edd/texmf/tex/latex/acronym
/home/edd/texmf/tex/latex/acronym/acronym.sty
% kpsewhich acronym.sty
/home/edd/texmf/tex/latex/acronym/acronym.sty

Note that gmverb is broken upstream. When I see a fix, it will be fixed.

The 'tlmgr' script was disabled in the OpenBSD package. This is because
updating TeX Live in this way will upset the package tools due to
differing file checksums.

Some requirements of TeX Live were not included as dependencies to make the
package less bloated for people who don't need those features.

As far as I know:
* You should install ruby and ImageMagick if you wish to use ConTeXt.
  Don't forget to link your chosen ruby version to the default as detailed in
  the ruby package's installation message.
* asymptote is in ports: graphics/asymptote

If you know more, please mail the package maintainer: <edd@openbsd.org>

Have fun TeXing.