head	1.15;
access;
symbols
	pkgsrc-2013Q3:1.13.0.8
	pkgsrc-2013Q3-base:1.13
	pkgsrc-2013Q2:1.13.0.6
	pkgsrc-2013Q2-base:1.13
	pkgsrc-2013Q1:1.13.0.4
	pkgsrc-2013Q1-base:1.13
	pkgsrc-2012Q4:1.13.0.2
	pkgsrc-2012Q4-base:1.13
	pkgsrc-2012Q3:1.10.0.6
	pkgsrc-2012Q3-base:1.10
	pkgsrc-2012Q2:1.10.0.4
	pkgsrc-2012Q2-base:1.10
	pkgsrc-2012Q1:1.10.0.2
	pkgsrc-2012Q1-base:1.10
	pkgsrc-2011Q4:1.9.0.2
	pkgsrc-2011Q4-base:1.9
	pkgsrc-2011Q3:1.8.0.10
	pkgsrc-2011Q3-base:1.8
	pkgsrc-2011Q2:1.8.0.8
	pkgsrc-2011Q2-base:1.8
	pkgsrc-2011Q1:1.8.0.6
	pkgsrc-2011Q1-base:1.8
	pkgsrc-2010Q4:1.8.0.4
	pkgsrc-2010Q4-base:1.8
	pkgsrc-2010Q3:1.8.0.2
	pkgsrc-2010Q3-base:1.8
	pkgsrc-2010Q2:1.7.0.2
	pkgsrc-2010Q2-base:1.7
	pkgsrc-2010Q1:1.6.0.2
	pkgsrc-2010Q1-base:1.6
	pkgsrc-2009Q4:1.5.0.4
	pkgsrc-2009Q4-base:1.5
	pkgsrc-2009Q3:1.5.0.2
	pkgsrc-2009Q3-base:1.5
	pkgsrc-2009Q2:1.2.0.2
	pkgsrc-2009Q2-base:1.2
	pkgsrc-2009Q1:1.1.1.1.0.2
	pkgsrc-2009Q1-base:1.1.1.1
	pkgsrc-base:1.1.1.1
	TNF:1.1.1;
locks; strict;
comment	@# @;


1.15
date	2013.12.04.19.09.30;	author minskim;	state dead;
branches;
next	1.14;
commitid	OWgAXbUuUosMFQfx;

1.14
date	2013.11.14.06.13.07;	author minskim;	state Exp;
branches;
next	1.13;
commitid	RaNDKEryFAtB1ddx;

1.13
date	2012.10.14.21.26.23;	author minskim;	state Exp;
branches;
next	1.12;

1.12
date	2012.10.13.22.43.23;	author minskim;	state Exp;
branches;
next	1.11;

1.11
date	2012.10.08.13.45.48;	author asau;	state Exp;
branches;
next	1.10;

1.10
date	2012.02.09.21.27.26;	author minskim;	state Exp;
branches;
next	1.9;

1.9
date	2011.11.06.08.43.28;	author minskim;	state Exp;
branches;
next	1.8;

1.8
date	2010.09.13.04.08.32;	author minskim;	state Exp;
branches;
next	1.7;

1.7
date	2010.06.17.00.21.16;	author minskim;	state Exp;
branches;
next	1.6;

1.6
date	2010.01.16.03.40.44;	author minskim;	state Exp;
branches;
next	1.5;

1.5
date	2009.09.20.19.16.49;	author minskim;	state Exp;
branches;
next	1.4;

1.4
date	2009.09.20.03.33.42;	author minskim;	state Exp;
branches;
next	1.3;

1.3
date	2009.09.19.15.31.03;	author minskim;	state Exp;
branches;
next	1.2;

1.2
date	2009.06.09.21.31.04;	author minskim;	state Exp;
branches;
next	1.1;

1.1
date	2009.01.26.21.04.33;	author minskim;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2009.01.26.21.04.33;	author minskim;	state Exp;
branches;
next	;


desc
@@


1.15
log
@Remove texlive-tetex

Scripts installed by texlive-tetex have been moved to tex-fontinst,
tex-pstools, and tex-cyrillic-bin in TeX Live 2013.
@
text
@# $NetBSD: Makefile,v 1.14 2013/11/14 06:13:07 minskim Exp $

DISTNAME=	texlive-20110705-source
PKGNAME=	texlive-tetex-2011
PKGREVISION=	3
CATEGORIES=	print
MASTER_SITES=	${MASTER_SITE_TEX_CTAN:=systems/texlive/Source/}
EXTRACT_SUFX=	.tar.xz

MAINTAINER=	minskim@@NetBSD.org
HOMEPAGE=	http://www.tug.org/texlive/
COMMENT=	Scripts included in teTeX

CONFLICTS+=	teTeX-bin<=3.0nb22
DEPENDS+=	kpathsea-[0-9]*:../../print/kpathsea
DEPENDS+=	tex-tetex>=3.0.27774nb1:../../print/tex-tetex

EXTRACT_ELEMENTS=	${DISTNAME}/build-aux \
			${DISTNAME}/texk/tetex

GNU_CONFIGURE=	yes
WRKSRC=		${WRKDIR}/${DISTNAME}/texk/tetex

.include "../../print/kpathsea/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
@


1.14
log
@fmtutil.cnf is no longer installed by texlive-tetex.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.13 2012/10/14 21:26:23 minskim Exp $
@


1.13
log
@texlive-tetex requires more recent tex-tetex to handle TeX formats.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.12 2012/10/13 22:43:23 minskim Exp $
a23 7
FILES_SUBST+=	UPDMAP_SYS=${PREFIX}/bin/updmap-sys

INSTALLATION_DIRS+=	share/texmf/web2c

TEX_TEXMF_DIRS+=	${PKG_SYSCONFDIR}
TEX_TEXMF_DIRS+=	${PREFIX}/share/texmf

a24 1
.include "../../print/kpathsea/texmf.mk"
@


1.12
log
@Resolve conflicts between texlive-tetex and TeX Live 2012 packages.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.11 2012/10/08 13:45:48 asau Exp $
d5 1
a5 1
PKGREVISION=	2
d16 1
a16 1
DEPENDS+=	tex-tetex>=3.0.27774:../../print/tex-tetex
a23 5
PKG_SYSCONFSUBDIR=	texmf

MAKE_DIRS+=	${PKG_SYSCONFDIR}/web2c
CONF_FILES+=	${PREFIX}/share/texmf/web2c/fmtutil.cnf \
		${PKG_SYSCONFDIR}/web2c/fmtutil.cnf
a32 7

post-install:
.for f in fmtutil.cnf
	${INSTALL_DATA} ${FILESDIR}/${f} \
		${DESTDIR}${PREFIX}/share/texmf/web2c
.endfor

@


1.11
log
@Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.10 2012/02/09 21:27:26 minskim Exp $
d5 1
a5 1
PKGREVISION=	1
a14 1
DEPENDS+=	dialog>=1.0:../../misc/dialog
d16 1
a16 1
DEPENDS+=	tex-tetex>=3.0.24482:../../print/tex-tetex
a30 20
EVAL_PREFIX+=	DIALOG_PREFIX=dialog
EVAL_PREFIX+=	KPSEWHICH_PREFIX=kpathsea
EVAL_PREFIX+=	UPDMAP_PREFIX=tex-tetex

SUBST_CLASSES+=		paths
SUBST_MESSAGE.paths=	Setting paths to commands.
SUBST_STAGE.paths=	pre-configure
SUBST_FILES.paths=	fmtutil fmtutil-sys kpsetool kpsewhere \
			tcfmgr texconfig texconfig-dialog texconfig-sys \
			texlinks
SUBST_SED.paths=	-e 's,@@DIALOG@@,${DIALOG_PREFIX}/bin/dialog,g' \
			-e 's,@@FMTUTIL@@,${PREFIX}/bin/fmtutil,g' \
			-e 's,@@FMTUTIL_SYS@@,${PREFIX}/bin/fmtutil-sys,g' \
			-e 's,@@KPSEWHICH@@,${KPSEWHICH_PREFIX}/bin/kpsewhich,g' \
			-e 's,@@LOCALBASE@@,${LOCALBASE},g' \
			-e 's,@@TEXCONFIG@@,${PREFIX}/bin/texconfig,g' \
			-e 's,@@TEXLINKS@@,${PREFIX}/bin/texlinks,g' \
			-e 's,@@UPDMAP@@,${UPDMAP_PREFIX}/bin/updmap,g' \
			-e 's,@@UPDMAP_SYS@@,${UPDMAP_PREFIX}/bin/updmap-sys,g'

@


1.10
log
@Let texlive-tetex not install the manpage for texdoctk, which is
installed by tex-texdoc-doc.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.9 2011/11/06 08:43:28 minskim Exp $
a21 2
PKG_DESTDIR_SUPPORT=	user-destdir

@


1.9
log
@Replace the updmap script with the version in TeX Live 2011.

Updating font maps is considerably faster with this version.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.8 2010/09/13 04:08:32 minskim Exp $
d5 1
@


1.8
log
@Update texlive-tetex to 2010.

Changes:
- texhash was moved to kpathsea.
- Irrelevant manual pages were removed.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.7 2010/06/17 00:21:16 minskim Exp $
d3 2
a4 2
DISTNAME=	texlive-20100720-source
PKGNAME=	texlive-tetex-2010
d15 2
a16 1
DEPENDS+=	tex-tetex-[0-9]*:../../print/tex-tetex
a30 2
CONF_FILES+=	${PREFIX}/share/texmf/web2c/updmap.cfg \
		${PKG_SYSCONFDIR}/web2c/updmap.cfg
d33 4
d42 2
a43 2
			texlinks updmap updmap-sys
SUBST_SED.paths=	-e 's,@@DIALOG@@,${LOCALBASE}/bin/dialog,g' \
d46 1
a46 1
			-e 's,@@KPSEWHICH@@,${LOCALBASE}/bin/kpsewhich,g' \
d50 2
a51 2
			-e 's,@@UPDMAP@@,${PREFIX}/bin/updmap,g' \
			-e 's,@@UPDMAP_SYS@@,${PREFIX}/bin/updmap-sys,g'
d62 1
a62 1
.for f in fmtutil.cnf updmap.cfg
@


1.7
log
@Resolve conflicts between texlive-tetex and tex-context-doc.

tex-context{,-doc} were imported during freeze to fix context format
generation in teTeX-bin.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.6 2010/01/16 03:40:44 minskim Exp $
d3 2
a4 3
DISTNAME=	texlive-20091011-source
PKGNAME=	texlive-tetex-2009
PKGREVISION=	1
@


1.6
log
@Update texlive-tetex to 2009.

Major changes:
        * fmtutil (--byengine): new option, from Norbert.
        (help): mention it; other tweaks.
        * texlinks: new option -e to specify executable extension (for
        cygwin).
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.5 2009/09/20 19:16:49 minskim Exp $
d5 1
@


1.5
log
@Use absolute paths in invoking tcfmgr, fmtutil, fmtutil-sys, texlinks,
updmap, updmap-sys, and various TeX engines.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2009/09/20 03:33:42 minskim Exp $
d3 2
a4 3
DISTNAME=	texlive-20080816-source
PKGNAME=	texlive-tetex-2008
PKGREVISION=	4
d7 1
a7 1
EXTRACT_SUFX=	.tar.lzma
d15 1
a15 1
DEPENDS+=	tex-bin-tetex-[0-9]*:../../print/tex-bin-tetex
d17 2
a18 4
EXTRACT_ELEMENTS=	${DISTNAME}/texk/tetex \
			${DISTNAME}/texk/make \
			${DISTNAME}/texk/install.sh \
			${DISTNAME}/texk/mkinstalldirs
d50 1
a50 2
INSTALL_MAKE_FLAGS+=	prefix=${DESTDIR}${PREFIX} \
			mandir=${DESTDIR}${PREFIX}/${PKGMANDIR}
@


1.4
log
@Use absolute paths in invoking the following commands: fmtutil,
fmtutil-sys, kpsetool, kpsewhere, texconfig, texconfig-dialog,
texconfig-sys, texlinks, updmap, and updmap-sys.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2009/09/19 15:31:03 minskim Exp $
d5 1
a5 1
PKGREVISION=	3
d41 1
a41 1
			texconfig texconfig-dialog texconfig-sys \
d44 2
d47 1
d49 3
a51 1
			-e 's,@@UPDMAP@@,${PREFIX}/bin/updmap,g'
@


1.3
log
@Resolve conflicts between texlive-tetex and texlive-pdftools.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2009/06/09 21:31:04 minskim Exp $
d5 1
a5 1
PKGREVISION=	2
a36 3
FIND_PREFIX:=	DIALOG_PREFIX=dialog
.include "../../mk/find-prefix.mk"

d38 1
a38 1
SUBST_MESSAGE.paths=	Setting a path to dialog.
d40 7
a46 2
SUBST_FILES.paths=	texconfig-dialog
SUBST_SED.paths=	-e 's,@@DIALOG_PREFIX@@,${DIALOG_PREFIX},g'
@


1.2
log
@PKGREVISION bump because of the kpathsea API change.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1.1.1 2009/01/26 21:04:33 minskim Exp $
d5 1
a5 1
PKGREVISION=	1
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
# $NetBSD$
d5 1
@


1.1.1.1
log
@Import texlive-tetex-2008 as print/texlive-tetex.

This is a collection of scripts included in teTeX.  The development of
the original teTeX ceased in 2006, and these scripts are now
maintained in TeX Live.
@
text
@@
