Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Antoine Reilles <tonio@netbsd.org>
List: pkgsrc-changes
Date: 11/08/2005 17:32:52
Module Name:	pkgsrc
Committed By:	tonio
Date:		Tue Nov  8 17:32:52 UTC 2005

Added Files:
	pkgsrc/mk: tex.buildlink3.mk
	pkgsrc/print/teTeX-bin: buildlink3.mk
	pkgsrc/print/teTeX1-bin: buildlink3.mk
	pkgsrc/print/teTeX3-bin: buildlink3.mk

Log Message:
Create a tex.buildlink3.mk file that is used by tex-using packages.
It includes the correct buildlink3.mk file from either
teTeX1 (print/teTeX1-bin), teTeX2 (print/teTeX-bin) or teTeX3
(print/teTeX3-bin). tex.buildlink3.mk will:

        * set PKG_TEXMFPREFIX to the base directory of the used texmf tree
	* set PKG_LOCALTEXMFPREFIX to the base directory of the local texmf
	  tree (for tex packages)
        * set LATEX_TYPE to the latex distribution used.

There are two variables that can be used to tweak the selection of
the latex implementation:

LATEX_DEFAULT is a user-settable variable whose value is the default
        latex distribution to use.

LATEX_ACCEPTED is a package-settable list of latex distributions
        that may be used by the package.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 pkgsrc/mk/tex.buildlink3.mk
cvs rdiff -r0 -r1.1 pkgsrc/print/teTeX-bin/buildlink3.mk
cvs rdiff -r0 -r1.1 pkgsrc/print/teTeX1-bin/buildlink3.mk
cvs rdiff -r0 -r1.1 pkgsrc/print/teTeX3-bin/buildlink3.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.