2009-06-14 23:16:22 by Joerg Sonnenberger | Files touched by this commit (15) |
Log message:
Convert @exec/@unexec to @pkgdir or drop it.
|
2009-06-14 20:22:06 by Min Sik Kim | Files touched by this commit (1) |
Log message:
Do not remove empty directories from texmf trees; pkg_install will take
care of them.
|
2009-06-14 20:12:04 by Joerg Sonnenberger | Files touched by this commit (118) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-06-09 23:29:18 by Min Sik Kim | Files touched by this commit (8) |
Log message:
Update kpathsea to 5.0.0.
Changes:
* Make shared library version and general package version the same.
* Make library re-entrant.
|
2009-04-11 21:16:34 by Min Sik Kim | Files touched by this commit (3) |
Log message:
Simplify TEXMFDOCDIR and TEXMDOCS to make them friendly with texdoc.
Changes from TeX Live svn.
Bump PKGREVISION.
|
2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
2009-02-08 21:00:03 by Min Sik Kim | Files touched by this commit (3) |
Log message:
Sync texmf.cnf with the version in TeX Live r12107.
The new texmf.cnf contains corrections regarding xetex and luatex.
These do not affect print/teTeX3, but are used by print/web2c.
Bump PKGREVISION.
|
2009-01-29 20:40:09 by Min Sik Kim | Files touched by this commit (1) |
Log message:
Do bump PKGREVISION for the previous commit.
|
2009-01-29 20:38:42 by Min Sik Kim | Files touched by this commit (2) |
Log message:
Use $TEXMFSYSVAR to store fonts generated by TeX.
Otherwise, packages running latex (e.g., converters/bibtex2html) may
create files under $HOME.
Bump PKGREVISION.
|
2009-01-11 10:11:07 by Min Sik Kim | Files touched by this commit (3) |
Log message:
Let texmf.mk take care of updating texmf.cnf.
Packages modifying texmf.cnf (e.g., tex-hugelatex and tex-jadetex) can
use this instead of inventing their own way.
|