head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.34 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.32 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.30 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.28 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.26 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.24 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.22 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.20 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.18 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.16 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.14 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.12 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.10 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.8 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.6 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.4 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.2 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.2.0.22 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.20 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.18 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.16 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.14 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.12 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.10 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.8 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.6 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.2.0.4 pkgsrc-2003Q4-base:1.2 netbsd-1-6-1:1.2.0.2 netbsd-1-6-1-base:1.2 netbsd-1-6:1.1.1.1.0.4 netbsd-1-6-RELEASE-base:1.1 pkgviews:1.1.1.1.0.6 pkgviews-base:1.1 buildlink2-base:1.1.1.1 buildlink2:1.1.1.1.0.2 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.3 date 2006.04.17.21.14.51; author wiz; state dead; branches; next 1.2; 1.2 date 2002.09.16.08.47.28; author uebayasi; state Exp; branches; next 1.1; 1.1 date 2002.05.31.12.59.56; author seb; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2002.05.31.12.59.56; author seb; state Exp; branches 1.1.1.1.2.1; next ; 1.1.1.1.2.1 date 2002.05.31.12.59.56; author jlam; state dead; branches; next 1.1.1.1.2.2; 1.1.1.1.2.2 date 2002.06.23.18.58.36; author jlam; state Exp; branches; next ; desc @@ 1.3 log @Remove teTeX1 packages, as proposed on tech-pkg on Jan 28, 2006. Unsupported and vulnerable. No dissenting voices. @ text @$NetBSD: patch-ab,v 1.2 2002/09/16 08:47:28 uebayasi Exp $ --- texk/web2c/ptex-3.0.1/configure.orig Fri Jan 18 21:28:18 2002 +++ texk/web2c/ptex-3.0.1/configure @@@@ -8,7 +8,7 @@@@ srcsp= printUsage () { - echo "Usage: $progname {EUC|JIS|SJIS} [-with-src-special]" + echo "Usage: $progname {EUC|JIS|SJIS} [-with-src-special] texmf_local_dir" exit 1 } @@@@ -35,6 +35,7 @@@@ CONFIGSED=config.sed echo "s%@@configopt@@%$*%g" > $CONFIGSED echo "s%@@kanjicode@@%$kanjicode%g" >> $CONFIGSED +echo "s%@@texmflocal@@%$2%g" >> $CONFIGSED if [ x$srcsp = xyes ]; then echo "s%@@SRCSP@@%%g" >> $CONFIGSED echo "s%@@PLAIN@@%#P#%g" >> $CONFIGSED @ 1.2 log @Add ASCII pTeX 3.0.1 support. pTeX 3.0.1 - BSD license. - Fix hyphenation bug. - Catch up newer teTeX. dvipsk 1.5g - Fix tategaki tpic bug. - Fix PSTricks bug when FMapType is 9. - Support B4/B5 papersize by default. mendex 2.5 - BSD license - Fix -s option bug. - Change -c option. - Support new styles (delim_t, suffix_2p, suffix_3p, suffix_mp, heading_flag, heading_prefix, symhead_positive, symhead_negative). - Change escape behavier. - Other bug fixes. Bump PKGREVISION to 3. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Initial revision @ text @d3 4 a6 3 --- texk/web2c/ptex-src-2.1.10/configure.orig Tue Feb 29 15:25:45 2000 +++ texk/web2c/ptex-src-2.1.10/configure Tue May 2 19:23:40 2000 @@@@ -6,5 +6,5 @@@@ d9 2 a10 2 - echo "Usage: $progname {EUC|JIS|SJIS}" + echo "Usage: $progname {EUC|JIS|SJIS} texmf_local_dir" d13 9 a21 6 @@@@ -37,4 +37,4 @@@@ export CONFIG_FILES CONFIG_HEADERS ../config.status -sed -e "s/@@kanjicode@@/$kanjicode/" Makefile > $$ && mv -f $$ Makefile +sed -e "s/@@kanjicode@@/$kanjicode/" -e "s|@@texmflocal@@|$2|" Makefile > $$ && mv -f $$ Makefile exit 0 @ 1.1.1.1 log @Reimport of package TeXfamily from japanese/texfamily into print/texfamily. This is part of the japanese category retirement. CATEGORIES and pathnames to japanese/ adjusted. @ text @@ 1.1.1.1.2.1 log @file patch-ab was added on branch buildlink2 on 2002-06-23 18:58:36 +0000 @ text @d1 17 @ 1.1.1.1.2.2 log @Merge from pkgsrc-current to buildlink2 branch. @ text @a0 17 $NetBSD: patch-ab,v 1.1.1.1.2.1 2002/06/23 18:58:36 jlam Exp $ --- texk/web2c/ptex-src-2.1.10/configure.orig Tue Feb 29 15:25:45 2000 +++ texk/web2c/ptex-src-2.1.10/configure Tue May 2 19:23:40 2000 @@@@ -6,5 +6,5 @@@@ printUsage () { - echo "Usage: $progname {EUC|JIS|SJIS}" + echo "Usage: $progname {EUC|JIS|SJIS} texmf_local_dir" exit 1 } @@@@ -37,4 +37,4 @@@@ export CONFIG_FILES CONFIG_HEADERS ../config.status -sed -e "s/@@kanjicode@@/$kanjicode/" Makefile > $$ && mv -f $$ Makefile +sed -e "s/@@kanjicode@@/$kanjicode/" -e "s|@@texmflocal@@|$2|" Makefile > $$ && mv -f $$ Makefile exit 0 @