head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.54 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.52 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.50 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.48 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.46 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.44 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.42 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.40 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.38 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.36 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.34 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.32 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.30 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.28 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.26 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.24 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.22 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.20 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.18 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.16 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.14 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.12 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.10 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.8 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.6 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.4.0.4 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.4.0.2 pkgsrc-2003Q4-base:1.4 buildlink2:1.3.0.2 buildlink2-base:1.4 netbsd-1-5-PATCH003:1.3 netbsd-1-5-PATCH001:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2002.05.31.15.37.15; author seb; state dead; branches; next 1.3; 1.3 date 2002.01.14.18.07.28; author wiz; state Exp; branches 1.3.2.1; next 1.2; 1.2 date 2001.12.08.01.02.48; author kei; state Exp; branches; next 1.1; 1.1 date 2001.04.14.12.58.56; author kei; state Exp; branches 1.1.1.1; next ; 1.3.2.1 date 2002.06.23.18.49.55; author jlam; state dead; branches; next ; 1.1.1.1 date 2001.04.14.12.58.56; author kei; state Exp; branches; next ; desc @@ 1.4 log @Remove all package and category files from the japanese category. This effectively retire the japanese category. @ text @$NetBSD: patch-ae,v 1.3 2002/01/14 18:07:28 wiz Exp $ --- texk/dvi2ps-3.2j/Makefile.orig Mon Sep 11 18:16:11 2000 +++ texk/dvi2ps-3.2j/Makefile @@@@ -2,16 +2,17 @@@@ # your site: # # BINAREA and DVI2LIB are relative to PREFIX -PREFIX=${DESTDIR}/usr/local +#PREFIX=${DESTDIR}/usr/local # where dvi2ps is installed BINAREA=${PREFIX}/bin # # directory for dvi2ps: where the auxiliary files are installed -DVI2LIB=${PREFIX}/lib/dvi2ps +DVI2LIB=${PREFIX}/share/texmf.local/dvi2ps # # directory for man and doc MANAREA=${PREFIX}/man -JMANAREA=${PREFIX}/man/ja +JMANAREA=${PREFIX}/man/ja_JP.EUC +# XXX above should be ja_JP.eucJP. DOCAREA=${PREFIX}/doc/dvi2ps # # name of default fontdesc file in your site @@@@ -45,19 +46,19 @@@@ FONTF = -DFREETYPE -DVFLIB # FREETYPE -- FTLIB, FTINC # VFLIB -- FTLIB, FTINC, VFLIB, VFLIBINC -FTLIB = -L${PREFIX}/lib -lttf +FTLIB = -R${PREFIX}/lib -L${PREFIX}/lib -lttf FTINC = -I${PREFIX}/include/freetype -VFLIB = -L${PREFIX}/lib -lVFlib2 +VFLIB = -R${PREFIX}/lib -L${PREFIX}/lib -lVFlib2 -lttf -lintl VFLIBINC = -I${PREFIX}/include # kpathsea -KPSELIB = -L${PREFIX}/lib -lkpathsea +KPSELIB = -R${PREFIX}/lib -L${PREFIX}/lib -lkpathsea KPSEINC = -I${PREFIX}/include -DKPATHSEA # -CC=gcc +#CC=gcc # -CCFLAGS = -g -O -DPOSIX +CCFLAGS = -O2 -DPOSIX #CCFLAGS = -O # SUNOS 4.X etc ... #CCFLAGS = -O -DPOSIX # NetBSD FreeBSD (gcc 2.X), Linux #CCFLAGS = -O -DMSDOS -DPOSIX # DJGCC (gcc 2.X) @@@@ -180,10 +181,8 @@@@ ./tools/psstrip < color.psdoc > ${HDR}/color.ps install-man: - ${INSTALL} -c -m 444 man/div2ps.1 ${MANAREA}/cat1/dvi2ps.1 - ${INSTALL} -c -m 444 man/div2ps.man ${MANAREA}/man1/dvi2ps.1 - ${INSTALL} -c -m 444 man/div2ps.1j ${JMANAREA}/cat1/dvi2ps.1 - ${INSTALL} -c -m 444 man/div2ps.jman ${JMANAREA}/man1/dvi2ps.1 + ${INSTALL} -c -m 444 man/dvi2ps.man ${MANAREA}/man1/dvi2ps.1 + ${INSTALL} -c -m 444 man/dvi2ps.jman ${JMANAREA}/man1/dvi2ps.1 install-doc: -mkdir ${DOCAREA} @ 1.3 log @Fix rpath (typo in patch-ae). Fixes bulk build failure. @ text @d1 1 a1 1 $NetBSD: patch-ae,v 1.2 2001/12/08 01:02:48 kei Exp $ @ 1.3.2.1 log @Merge from pkgsrc-current to buildlink2 branch. @ text @d1 1 a1 1 $NetBSD: patch-ae,v 1.3 2002/01/14 18:07:28 wiz Exp $ @ 1.2 log @make it build on latest pkgsrc. patch supplied by Masao Uebayashi. Thanks! @ text @d1 1 a1 1 $NetBSD: patch-ae,v 1.1.1.1 2001/04/14 12:58:56 kei Exp $ d31 1 a31 1 +FTLIB = -R${PREFIX} -L${PREFIX}/lib -lttf d34 1 a34 1 +VFLIB = -R${PREFIX} -L${PREFIX} -lVFlib2 -lttf -lintl d39 1 a39 1 +KPSELIB = -R${PREFIX} -L${PREFIX}/lib -lkpathsea @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ d4 1 a4 1 +++ texk/dvi2ps-3.2j/Makefile Fri Mar 30 15:15:24 2001 d26 3 a28 1 @@@@ -47,7 +48,7 @@@@ d30 2 a31 1 FTLIB = -L${PREFIX}/lib -lttf d34 1 a34 1 +VFLIB = -L${LDFLAGS} -lVFlib2 -lttf -lintl d38 2 a39 1 @@@@ -55,9 +56,9 @@@@ @ 1.1.1.1 log @Initial import of TeXfamily package. This package was made by Kazuki Sakamoto and posted to tech-pkg-ja mailing list a year ago, updated to latest version by me. Thanks should go to the mailing list members who tested and gave useful comments on it. XXX fresh-making this package from source fails because of this package needs patch and rebuild print/teTeX-bin package though it does not conflict. I'll fix this later. From pkg/DESCR: TeXfamily 1.2.1 is a correction of previous release 1.2 of TeX package with Japanese and other language, based on teTeX 1.0.7. NetBSD verion of this package contains several programs: 1. Programs included with original TeXfamily - NTT JTeX 1.9.1 (Japanese TeX) - MuLTeX 0.8.1 (Multi-Lingual TeX) 2. Tools for JTex/MuLTeX (available from TeXfamily's site) - dvi2ps-3.2j (dvi2ps with Japanese support) - jmakeindex (indexing tool with Japanese support) 3. ASCII pTeX and tools for it - ASCII Publishing TeX (ptex) 2.1.10 - dvipsk-p1.5d (dvips with Japanese support) - mendexk2.4f (indexing tool with Japanese support) This package contains executables. @ text @@