head 1.14; access; symbols pkgsrc-2013Q2:1.14.0.52 pkgsrc-2013Q2-base:1.14 pkgsrc-2012Q4:1.14.0.50 pkgsrc-2012Q4-base:1.14 pkgsrc-2011Q4:1.14.0.48 pkgsrc-2011Q4-base:1.14 pkgsrc-2011Q2:1.14.0.46 pkgsrc-2011Q2-base:1.14 pkgsrc-2009Q4:1.14.0.44 pkgsrc-2009Q4-base:1.14 pkgsrc-2008Q4:1.14.0.42 pkgsrc-2008Q4-base:1.14 pkgsrc-2008Q3:1.14.0.40 pkgsrc-2008Q3-base:1.14 cube-native-xorg:1.14.0.38 cube-native-xorg-base:1.14 pkgsrc-2008Q2:1.14.0.36 pkgsrc-2008Q2-base:1.14 pkgsrc-2008Q1:1.14.0.34 pkgsrc-2008Q1-base:1.14 pkgsrc-2007Q4:1.14.0.32 pkgsrc-2007Q4-base:1.14 pkgsrc-2007Q3:1.14.0.30 pkgsrc-2007Q3-base:1.14 pkgsrc-2007Q2:1.14.0.28 pkgsrc-2007Q2-base:1.14 pkgsrc-2007Q1:1.14.0.26 pkgsrc-2007Q1-base:1.14 pkgsrc-2006Q4:1.14.0.24 pkgsrc-2006Q4-base:1.14 pkgsrc-2006Q3:1.14.0.22 pkgsrc-2006Q3-base:1.14 pkgsrc-2006Q2:1.14.0.20 pkgsrc-2006Q2-base:1.14 pkgsrc-2006Q1:1.14.0.18 pkgsrc-2006Q1-base:1.14 pkgsrc-2005Q4:1.14.0.16 pkgsrc-2005Q4-base:1.14 pkgsrc-2005Q3:1.14.0.14 pkgsrc-2005Q3-base:1.14 pkgsrc-2005Q2:1.14.0.12 pkgsrc-2005Q2-base:1.14 pkgsrc-2005Q1:1.14.0.10 pkgsrc-2005Q1-base:1.14 pkgsrc-2004Q4:1.14.0.8 pkgsrc-2004Q4-base:1.14 pkgsrc-2004Q3:1.14.0.6 pkgsrc-2004Q3-base:1.14 pkgsrc-2004Q2:1.14.0.4 pkgsrc-2004Q2-base:1.14 pkgsrc-2004Q1:1.14.0.2 pkgsrc-2004Q1-base:1.14 pkgsrc-2003Q4:1.13.0.2 pkgsrc-2003Q4-base:1.13 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.14 date 2003.12.24.12.52.40; author jmmv; state dead; branches; next 1.13; 1.13 date 2003.09.11.22.38.05; author jmmv; state Exp; branches; next 1.12; 1.12 date 2003.08.30.22.51.30; author jlam; state Exp; branches; next 1.11; 1.11 date 2003.08.30.20.02.05; author jlam; state Exp; branches; next 1.10; 1.10 date 2003.08.09.11.20.38; author seb; state Exp; branches; next 1.9; 1.9 date 2003.08.04.22.45.13; author seb; state Exp; branches; next 1.8; 1.8 date 2003.07.17.22.52.41; author grant; state Exp; branches; next 1.7; 1.7 date 2003.07.13.14.37.42; author wulf; state Exp; branches; next 1.6; 1.6 date 2003.07.13.13.53.09; author wiz; state Exp; branches; next 1.5; 1.5 date 2003.06.17.17.40.38; author tron; state Exp; branches; next 1.4; 1.4 date 2003.04.11.21.35.48; author jschauma; state Exp; branches; next 1.3; 1.3 date 2003.04.07.18.30.24; author jdc; state Exp; branches; next 1.2; 1.2 date 2003.03.15.08.17.08; author kei; state Exp; branches; next 1.1; 1.1 date 2003.02.23.04.59.25; author kei; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2003.02.23.04.59.25; author kei; state Exp; branches; next ; desc @@ 1.14 log @teTeX2 packages have been merged into their respective teTeX package. @ text @# $NetBSD: Makefile,v 1.13 2003/09/11 22:38:05 jmmv Exp $ DISTNAME= tetex-src-${TETEX_BIN_VERS} PKGNAME= teTeX2-bin-${TETEX_BIN_VERS} PKGREVISION= 4 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/unix/teTeX/2.0/distrib/} MAINTAINER= kei@@NetBSD.org HOMEPAGE= http://www.tug.org/tetex/ COMMENT= TeX distribution for UNIX compatible systems - executables, version 2 BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison DEPENDS+= teTeX2-share>=2.0.2:../teTeX2-share DEPENDS+= dialog-0.6z*:../../misc/dialog CONFLICTS+= omega-[0-9]* INFO_FILES= latex.info dvips.info web2c.info kpathsea.info REPLACE_PERL= texk/xdvik/t1mapper \ texk/oxdvik/t1mapper INSTALL_EXTRA_TMPL+= ${.CURDIR}/INSTALL .include "../../mk/bsd.prefs.mk" # sysutils/coreutils installs a 'readlink' program, so conflict with it if # GNU_PROGRAM_PREFIX == '' .if ${GNU_PROGRAM_PREFIX} == "" CONFLICTS+= coreutils-[0-9]* .endif post-install: @@${RM} ${PREFIX}/share/texmf/web2c/*.log .if defined(PAPERSIZE) ${LOCALBASE}/bin/texconfig dvips paper ${PAPERSIZE:tl} . if ${PAPERSIZE} == "Letter" ${LOCALBASE}/bin/texconfig xdvi us . else ${LOCALBASE}/bin/texconfig xdvi ${PAPERSIZE:tl} . endif .endif ${LOCALBASE}/bin/texconfig font ro ${LOCALBASE}/bin/texconfig font vardir /var/spool/texfonts ${LOCALBASE}/bin/texconfig font options appendonlydir varfonts .include "../../print/teTeX2-bin/Makefile.common" .include "../../mk/bsd.pkg.mk" @ 1.13 log @Use 'dialog' instead of 'tcdialog' when running texconfig. Bump PKGREVISION to 4. Fixes PR pkg/22151 by Richard Rauch. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.12 2003/08/30 22:51:30 jlam Exp $ @ 1.12 log @Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL if USE_PKGINSTALL is "YES". bsd.pkg.install.mk will no longer automatically pick up a INSTALL/DEINSTALL script in the package directory and assume that you want it for the corresponding *_EXTRA_TMPL variable. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.11 2003/08/30 20:02:05 jlam Exp $ d5 1 a5 1 PKGREVISION= 3 @ 1.11 log @Remove redundant line that matches the default behaviour. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.10 2003/08/09 11:20:38 seb Exp $ d23 2 @ 1.10 log @USE_NEW_TEXINFO is unnecessary now. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.9 2003/08/04 22:45:13 seb Exp $ a19 2 INSTALL_EXTRA_TMPL+= ${.CURDIR}/INSTALL @ 1.9 log @Convert to USE_NEW_TEXINFO. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.8 2003/07/17 22:52:41 grant Exp $ a18 1 USE_NEW_TEXINFO= YES @ 1.8 log @s/netbsd.org/NetBSD.org/ @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.7 2003/07/13 14:37:42 wulf Exp $ d19 1 d22 2 a49 1 .include "../../mk/texinfo.mk" @ 1.7 log @Added REPLACE_PERL fixing incorrect path to perl in t1mapper script @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.6 2003/07/13 13:53:09 wiz Exp $ d9 1 a9 1 MAINTAINER= kei@@netbsd.org @ 1.6 log @PKGREVISION bump for libiconv update. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2003/06/17 17:40:38 tron Exp $ d20 3 @ 1.5 log @Conflict with "coreutils" package if "GNU_PROGRAM_PREFIX" is "". @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2003/04/11 21:35:48 jschauma Exp $ d5 1 a5 1 PKGREVISION= 1 @ 1.4 log @Same as teTeX-bin: Fix post-install to set the appropriate papersize. Bump PKGREVISION since now setting PAPERSIZE to 'Letter' actually will yield letter-sized default output. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2003/04/07 18:30:24 jdc Exp $ d20 7 @ 1.3 log @Make the dependency on misc/dialog match any 0.6z revision. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2003/03/15 08:17:08 kei Exp $ d5 1 a5 1 PKGREVISION= # empty d23 8 a30 3 ### someone needs to adjust papersize to this: #${LOCALBASE}/bin/texconfig dvips paper a4 #${LOCALBASE}/bin/texconfig xdvi a4 @ 1.2 log @update teTeX2 and related packages to version 2.0.2. Changes from announce are following: with the dvipdfm -> dvipdfm/config change, dvipdfmx package can easily coexist with dvipdfm of teTeX2. ---------------- =========================================================================== Changes in this release: =========================================================================== The main change is the new pdftex which has a few important fixes. For details, please look at tetex-src-2.0.2/texk/web2c/pdftexdir/NEWS. ChangeLog entries: In the src tarball: * portability fix for texk/kpathsea/cnf.c * pdftex version 1.10b * add eomega support to fmtutil * ttf2afm: FontFamily patch by Siep Kroonenberg * update config.guess / config.sub * handle manpages for kpsepath / kpsexpand properly * fix two bugs in texdoctk * mktexmf fix for CJK fonts * adjust cxx-runtime-hack a little * add search paths for non"k"-xdvi to texmf.in * fix bug in texk/etc/autoconf/acspecific.m4 In the texmf tarball: * add doc/latex/styles/multiple-span.txt * move dvipdfm/* to dvipdfm/config * update ragged2e * support uppercase mathtime fonts via aliases * remove g-brief: it is not free software * update shadow.sty * add package mparhack and jurabib * listings package is back (license *is* ok!) * SIunits.cfg updated (only comments have changed in a minor way) * replace old README by new readme in doc/latex/pdfpages * added sihyph23.tex (Slovenian hyphenation patterns) ---------------- @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1.1.1 2003/02/23 04:59:25 kei Exp $ d15 1 a15 1 DEPENDS+= dialog-0.6z:../../misc/dialog @ 1.1 log @Initial revision @ text @d1 1 a1 1 # $NetBSD$ d14 1 a14 1 DEPENDS+= teTeX2-share>=2.0.1:../teTeX2-share @ 1.1.1.1 log @Initial import of teTeX2-2.0.1 and related packages to the NetBSD packages collection. For coexist with teTeX-1.0.7 in the package source tree, newly imported packages are named `teTeX2'. @ text @@