aboutsummaryrefslogtreecommitdiff
path: root/japanese/vftool
Commit message (Collapse)AuthorAgeFilesLines
* Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.Akinori MUSHA2000-04-131-5/+6
| | | | | | | Finally `japanese' category has been done. Notes: svn path=/head/; revision=27480
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20944
* Category cleanups. japanese is always first category. Also, add graphicsSatoshi Asami1999-08-021-2/+2
| | | | | | | to tgif/iv. Notes: svn path=/head/; revision=20488
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofSatoshi Asami1999-02-031-1/+3
| | | | | | | | | | | | | | | | | | | | | | bsd.port.mk rev. 1.304 for details on the change. The fix here is one of the following. (1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining EXTRACT_* commands. (2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously calling the "tar" command (i.e., arguments like "-xzf" are spelled out). (3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS}, add ${EXTRACT_AFTER_ARGS} to the command line as well. (4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS is set, define the other two too. Notes: svn path=/head/; revision=16518
* Add Tategaki fonts.Steve Price1998-08-243-34/+51
| | | | | | | | PR: 7620 Submitted by: maintainer Notes: svn path=/head/; revision=12763
* Remove a couple of BUILD_DEPENDS, cleanup DESC/COMMENT, and getSteve Price1998-08-097-147/+64
| | | | | | | | | | ready to split into vftool and vftool-misc. PR: 7520 Submitted by: maintainer Notes: svn path=/head/; revision=12361
* This builds now with the latest round of commits.Steve Price1998-07-201-3/+1
| | | | Notes: svn path=/head/; revision=11988
* Mark this port broken:Satoshi Asami1998-03-221-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | ===> Building for ja-vftool-1.2 cc -O2 -pipe -c mkn2avf.c cc -O2 -pipe -c jfm.c cc -O2 -pipe -c scale.c cc -O2 -pipe -c io.c cc -O2 -pipe -c kanji.c cc -O2 -pipe -c util.c cc -o mkn2avf mkn2avf.o jfm.o scale.o io.o kanji.o util.o mkdir vf-n2a ./MKNTT2ASC dm min /usr/local/share/texmf/fonts/tfm/ptex vf-n2a cannot read /usr/local/share/texmf/fonts/tfm/ptex/min5.tfm cannot read /usr/local/share/texmf/fonts/tfm/ptex/min6.tfm cannot read /usr/local/share/texmf/fonts/tfm/ptex/min7.tfm cannot read /usr/local/share/texmf/fonts/tfm/ptex/min8.tfm cannot read /usr/local/share/texmf/fonts/tfm/ptex/min9.tfm cannot read /usr/local/share/texmf/fonts/tfm/ptex/min10.tfm cannot read /usr/local/share/texmf/fonts/tfm/ptex/min10.tfm cannot read /usr/local/share/texmf/fonts/tfm/ptex/min10.tfm cannot read /usr/local/share/texmf/fonts/tfm/ptex/min10.tfm *** Error code 1 Notes: svn path=/head/; revision=10282
* No need to use += for first definition of variable.Satoshi Asami1998-03-041-3/+3
| | | | | | | Reviewed by: kiri Notes: svn path=/head/; revision=10027
* ports/japanese/vftool:Jun-ichiro itojun Hagino1998-02-287-0/+839
Virtual font kit for using in dvi2ps, dvipsk or dvi2dvi. PR: 5167 Notes: svn path=/head/; revision=9964