head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.8 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.6 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.4 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.2 pkgsrc-2011Q2-base:1.4 pkgsrc-2010Q4:1.3.0.38 pkgsrc-2010Q4-base:1.3 pkgsrc-2010Q3:1.3.0.36 pkgsrc-2010Q3-base:1.3 pkgsrc-2010Q2:1.3.0.34 pkgsrc-2010Q2-base:1.3 pkgsrc-2010Q1:1.3.0.32 pkgsrc-2010Q1-base:1.3 pkgsrc-2009Q4:1.3.0.30 pkgsrc-2009Q4-base:1.3 pkgsrc-2009Q3:1.3.0.28 pkgsrc-2009Q3-base:1.3 pkgsrc-2009Q2:1.3.0.26 pkgsrc-2009Q2-base:1.3 pkgsrc-2009Q1:1.3.0.24 pkgsrc-2009Q1-base:1.3 pkgsrc-2008Q4:1.3.0.22 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.20 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.18 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.16 pkgsrc-2008Q2-base:1.3 cwrapper:1.3.0.14 pkgsrc-2008Q1:1.3.0.12 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.10 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.8 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.6 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.4 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.2 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.2.0.4 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.2 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.1.1.1.0.20 pkgsrc-2006Q1-base:1.1.1.1 pkgsrc-2005Q4:1.1.1.1.0.18 pkgsrc-2005Q4-base:1.1.1.1 pkgsrc-2005Q3:1.1.1.1.0.16 pkgsrc-2005Q3-base:1.1.1.1 pkgsrc-2005Q2:1.1.1.1.0.14 pkgsrc-2005Q2-base:1.1.1.1 pkgsrc-2005Q1:1.1.1.1.0.12 pkgsrc-2005Q1-base:1.1.1.1 pkgsrc-2004Q4:1.1.1.1.0.10 pkgsrc-2004Q4-base:1.1.1.1 pkgsrc-2004Q3:1.1.1.1.0.8 pkgsrc-2004Q3-base:1.1.1.1 pkgsrc-2004Q2:1.1.1.1.0.6 pkgsrc-2004Q2-base:1.1.1.1 pkgsrc-2004Q1:1.1.1.1.0.4 pkgsrc-2004Q1-base:1.1.1.1 pkgsrc-2003Q4:1.1.1.1.0.2 pkgsrc-2003Q4-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2011.02.07.20.14.29; author minskim; state dead; branches; next 1.3; 1.3 date 2006.11.12.08.51.54; author hira; state Exp; branches; next 1.2; 1.2 date 2006.06.24.10.52.23; author hira; state Exp; branches 1.2.4.1; next 1.1; 1.1 date 2003.03.15.20.00.27; author kei; state Exp; branches 1.1.1.1; next ; 1.2.4.1 date 2006.11.27.10.01.46; author ghen; state Exp; branches; next ; 1.1.1.1 date 2003.03.15.20.00.27; author kei; state Exp; branches; next ; desc @@ 1.4 log @Remove ja-ptex-bin, which was obsoleted by tex-ptex and pdvipsk. @ text @$NetBSD: patch-ad,v 1.3 2006/11/12 08:51:54 hira Exp $ --- texk/dvipsk/Makefile.in.orig 2006-11-12 17:09:31.000000000 +0900 +++ texk/dvipsk/Makefile.in 2006-11-12 17:21:04.000000000 +0900 @@@@ -19,6 +19,7 @@@@ ac_include ../make/cross.mk ac_include ../make/texi.mk prog_cflags = -DUNIX -DKPATHSEA -DNeedFunctionPrototypes -DSHIFTLOWCHARS +psheaderdir = $(texmflcl)/dvips # The `t[mp]-' business is so that we don't create an empty .pro file, # if running squeeze fails for some reason. A dependency on squeeze @@@@ -37,13 +38,16 @@@@ pprescan.o papersiz.o color.o bbox.o hps.o t1part.o program = dvips -programs = afm2tfm $(program) +programs = pdvips default all: $(programs) $(prologues) dvips.info $(program): $(kpathsea) $(objects) $(kpathsea_link) $(objects) $(LOADLIBES) +pdvips: $(program) + rm -f pdvips + ln $(program) pdvips afm2tfm: $(kpathsea) afm2tfm.o $(kpathsea_link) afm2tfm.o $(LOADLIBES) # Omit LOADLIBES since no need to dynamically link with kpathsea. @@@@ -87,11 +91,8 @@@@ install-exec: all $(SHELL) $(top_srcdir)/../mkinstalldirs $(bindir) for p in $(programs); do $(INSTALL_LIBTOOL_PROG) $$p $(bindir); done - rm -f $(bindir)/o$(program) - ln -s $(program) $(bindir)/o$(program) uninstall-exec: for p in $(programs); do rm -f $(bindir)/$$p; done - rm -f $(bindir)/o$(program) install-data: $(program).info $(SHELL) $(top_srcdir)/../mkinstalldirs $(man1dir) $(infodir) $(psheaderdir)/base @@@@ -110,31 +111,18 @@@@ # $(INSTALL_DATA) $(srcdir)/psfonts.map $(psheaderdir)/base/psfonts.map; \ # else true; fi # psfonts_jp.map. - $(INSTALL) -d $(texmf)/fonts/map/dvips/ptex - $(INSTALL_DATA) $(srcdir)/psfonts_jp.map $(texmf)/fonts/map/dvips/ptex/psfonts_jp.map + $(INSTALL) -d $(texmflcl)/fonts/map/dvips/ptex + $(INSTALL_DATA) $(srcdir)/psfonts_jp.map $(texmflcl)/fonts/map/dvips/ptex/psfonts_jp.map # Info files. - cd $(srcdir) && for i in $(program).i*; do \ - $(INSTALL_DATA) $$i $(infodir)/$$i; done # Man pages. - $(INSTALL_DATA) $(srcdir)/$(program).1 $(man1dir)/$(program).$(manext) - rm -f $(man1dir)/o$(program).$(manext) - ln -s $(program).$(manext) $(man1dir)/o$(program).$(manext) - $(INSTALL_DATA) $(srcdir)/afm2tfm.1 $(man1dir)/afm2tfm.$(manext) # TeX macros. # cd $(srcdir)/tex && for m in *.tex; do \ # $(INSTALL_DATA) $$m $(dvips_plain_macrodir)/$$m; done $(POST_INSTALL) - if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \ - install-info --info-dir=$(infodir) $(infodir)/$(program).info; \ - else true; fi uninstall-data: $(PRE_UNINSTALL) - if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \ - install-info --delete --info-dir=$(infodir) $(infodir)/$(program).info; \ - else true; fi $(NORMAL_UNINSTALL) - rm -f $(infodir)/dvips.i* # for h in $(prologues); do rm -f $(psheaderdir)/base/$$h; done # cd $(srcdir)/reencode && for e in *.enc; do rm -f $(psheaderdir)/base/$$e; \ # done @@@@ -146,7 +134,6 @@@@ # else true; fi rm -f $(texmf)/fonts/map/dvips/ptex/psfonts_jp.map rmdir $(texmf)/fonts/map/dvips/ptex - rm -f $(man1dir)/dvips.$(manext) $(man1dir)/afm2tfm.$(manext) distname = dvipsk program_files = *.texi *.info* *.lpro psfonts.map *.1 texc.script \ @ 1.3 log @Don't overwrite installed files. This should close PR pkg/35036. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @ Update ja-ptex-bin to 3.1.9. It's mostly a bug fix release. - Use teTeX3. - Use print/teTeX/module.mk framework. - Don't modify installed teTeX-texmf files. - Remove INSTALL and DEINSTALL (no longer needed). - Make pjbibtex work (patch-al). Some fixes and improvements were submitted by minskim@@ on tech-pkg-ja mailing list. This should fix PR pkg/32592. Changes from 3.1.8 to 3.1.9 2005/10/17: mkconf: Don't add tex/platex to search path of platex. ptex: Fix bug with TFM that uses LIG/ at begining of word. Changes from 3.1.7 to 3.1.8 2005/03/07: Makefile.in: Do run mktexlsr in `make install'. Makefile.in: INSTALL.txt: Adapt changes of teTeX-3.0's TEXMF directory. 2004/12/14: ptex: Fix handle of control sequence name. ptex: Fix recognition of ^^ after control sequence. ptex: Fix line feed position in terminal/log. Changes from 3.1.6 to 3.1.7 2004/12/09: ptex: Fix control sequence name that includes ^^ format. ptex: Sync a range of non-printable characters to 3.1.4. mkconf: Create TEXINPUTS for sjis, jis and euc encodings. Changes from 3.1.5 to 3.1.6 2004/12/02: ptex: Adapt tetex-2.99.4.20041128-beta. INSTALL.txt: Add comments for filename and TDS. Changes from 3.1.4 to 3.1.5 2004/11/29: ptex: Don't recognize ^^ format control sequence and next character as kanji. ptex: Output non-printable messages as ^^ format. 2004/11/08: ptex: After reading JIS encoded files, disable `kanjiin' state at end of file. 2004/10/12: pltotf: Fix build of TFM files from SJIS coded PL files. Changes from 3.1.3 to 3.1.4 2004/09/02: ptex: Don't recognize as kanji in following case: - Charactor of the end of line is a first byte of kanji. - ^^ format control sequence is a first byte of kanji. - Use \char in equation. ptex: Don't recognize as invalid character if a single byte character is a first byte of kanji. ptex: Make strict kanji recognition in \string. jbibtex: Dealing with CR. Correct Japaense translation of the contract. Changes from 3.1.2 to 3.1.3: 2003/10/07: ptex: Fix \kansujichar doesn't set a expected character with -kanji=sjis. 2003/09/30: ptex: Don't print non-printable characters to terminal/log. 2003/08/05: pconvert: Change usage message. Add $target option to fixwrites if it's pltotf, tftopl and pdvitype. @ text @d3 2 a4 2 --- texk/dvipsk/Makefile.in.orig 2006-05-11 16:30:49.000000000 +0900 +++ texk/dvipsk/Makefile.in 2006-05-11 16:34:55.000000000 +0900 d31 13 a43 1 @@@@ -110,8 +114,8 @@@@ d52 33 a84 2 cd $(srcdir) && for i in $(program).i*; do \ $(INSTALL_DATA) $$i $(infodir)/$$i; done @ 1.2.4.1 log @Pullup ticket 1921 - requested by hira install fix for ja-ptex-bin - pkgsrc/print/ja-ptex-bin/distinfo 1.4 - pkgsrc/print/ja-ptex-bin/patches/patch-ad 1.3 Module Name: pkgsrc Committed By: hira Date: Sun Nov 12 08:51:54 UTC 2006 Modified Files: pkgsrc/print/ja-ptex-bin: distinfo pkgsrc/print/ja-ptex-bin/patches: patch-ad Log Message: Don't overwrite installed files. This should close PR pkg/35036. @ text @d1 1 a1 1 $NetBSD: patch-ad,v 1.2 2006/06/24 10:52:23 hira Exp $ d3 2 a4 2 --- texk/dvipsk/Makefile.in.orig 2006-11-12 17:09:31.000000000 +0900 +++ texk/dvipsk/Makefile.in 2006-11-12 17:21:04.000000000 +0900 d31 1 a31 13 @@@@ -87,11 +91,8 @@@@ install-exec: all $(SHELL) $(top_srcdir)/../mkinstalldirs $(bindir) for p in $(programs); do $(INSTALL_LIBTOOL_PROG) $$p $(bindir); done - rm -f $(bindir)/o$(program) - ln -s $(program) $(bindir)/o$(program) uninstall-exec: for p in $(programs); do rm -f $(bindir)/$$p; done - rm -f $(bindir)/o$(program) install-data: $(program).info $(SHELL) $(top_srcdir)/../mkinstalldirs $(man1dir) $(infodir) $(psheaderdir)/base @@@@ -110,31 +111,18 @@@@ d40 2 a41 33 - cd $(srcdir) && for i in $(program).i*; do \ - $(INSTALL_DATA) $$i $(infodir)/$$i; done # Man pages. - $(INSTALL_DATA) $(srcdir)/$(program).1 $(man1dir)/$(program).$(manext) - rm -f $(man1dir)/o$(program).$(manext) - ln -s $(program).$(manext) $(man1dir)/o$(program).$(manext) - $(INSTALL_DATA) $(srcdir)/afm2tfm.1 $(man1dir)/afm2tfm.$(manext) # TeX macros. # cd $(srcdir)/tex && for m in *.tex; do \ # $(INSTALL_DATA) $$m $(dvips_plain_macrodir)/$$m; done $(POST_INSTALL) - if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \ - install-info --info-dir=$(infodir) $(infodir)/$(program).info; \ - else true; fi uninstall-data: $(PRE_UNINSTALL) - if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \ - install-info --delete --info-dir=$(infodir) $(infodir)/$(program).info; \ - else true; fi $(NORMAL_UNINSTALL) - rm -f $(infodir)/dvips.i* # for h in $(prologues); do rm -f $(psheaderdir)/base/$$h; done # cd $(srcdir)/reencode && for e in *.enc; do rm -f $(psheaderdir)/base/$$e; \ # done @@@@ -146,7 +134,6 @@@@ # else true; fi rm -f $(texmf)/fonts/map/dvips/ptex/psfonts_jp.map rmdir $(texmf)/fonts/map/dvips/ptex - rm -f $(man1dir)/dvips.$(manext) $(man1dir)/afm2tfm.$(manext) distname = dvipsk program_files = *.texi *.info* *.lpro psfonts.map *.1 texc.script \ @ 1.1 log @Initial revision @ text @d3 4 a6 4 --- texk/dvipsk/Makefile.in.orig Sat Feb 1 03:07:46 2003 +++ texk/dvipsk/Makefile.in Fri Feb 21 21:26:05 2003 @@@@ -18,6 +18,7 @@@@ ac_include ../make/programs.mk d13 1 a13 1 @@@@ -36,13 +37,16 @@@@ d31 1 a31 2 @@@@ -96,6 +100,8 @@@@ # >/dev/null; then \ d34 5 a38 2 + +#_installed: @ 1.1.1.1 log @initial import of ja-ptex-bin-3.1.2. pTeX/pLaTeX (Publishing TeX/LaTeX) are Japanese-support versions of TeX/LaTeX in respectively and have the following new/improved features as well as the one TeX has: o it can layout text lines in vertically as well as horizontally, it can even be mixed in the same page. o it supports Japanese line-layout rules (kinsoku). o it generates high quality page by adjusting the spacing between Japanese-Japanese characters, or Japanese-Latin characters. o it layout lines of the Japanese characters by JFM. pTeX is developed by ASCII Corp. and now distributed under the BSD style license. This package contains executables and few configuration files. @ text @@