aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/dvipsk
Commit message (Collapse)AuthorAgeFilesLines
* Change default behavior for dvips: Make english fonts ready formita2002-01-224-20/+31
| | | | | | | `cut-and-paste'after PDF conversion by ghostscript. Submitted by: Jun YAMASHITA [ports-jp 12248] Reviewed by: ports-jp@jp.FreeBSD.org ML
* Portrevision bump (both), make dvipsk-vflib portlint compatible.mita2002-01-211-0/+1
|
* exec mktexlsr at installation and deinstallation.mita2002-01-212-0/+4
| | | | This is mandatory for this version of dvipsk to work correctly.
* japanese/dvipsk cannot depends on file ptex-common but MakeTeXPKmita2001-03-031-1/+1
| | | | Fixed by the same reason as ports-jp 10700 (Request from maintainer).
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-10-081-1/+1
| | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
* Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.knu2000-04-111-4/+4
| | | | | | | | Now try to use those variables everywhere around DIST* and PATCH* definitions as far as possible, for ease of the future updates and the neatness. Okay, 60% of `japanese' ports have been done. :)
* update to 1.4dmharo2000-04-022-5/+6
| | | | | PR: 17025 Submitted by: maintainer
* Add missing post-configure script.imura1999-12-101-0/+13
| | | | | PR: 15172 Submitted by: Maintainer
* Removed interactive feature.sumikawa1999-11-294-15/+20
| | | | | | PR: 15149 Submitted by: maintainer Reviewed by: ports-jp
* Upgrade japanize patch: 1.4 to 1.4c.sada1999-10-244-32/+34
| | | | | PR: ports/14408 Submitted by: Maintainer
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* The interactive nature of pkg/INSTALL has been removed.steve1999-07-051-4/+1
|
* If BATCH is defined pass it as an environment variable to the INSTALLsteve1999-06-231-3/+3
| | | | | | | script instead of as the third argument. Revert the PACKAGE_BUILDING changes I just made and look for BATCH in the scripts environment. Suggested and reviewed by: Asami-san
* Mark this FORBIDDEN for PARALLEL_PACKAGE_BUILD case -- the pkg/INSTALLasami1999-06-171-1/+4
| | | | script hangs forever waiting for input.
* Remove the test to create ${PREFIX}/share/info/dir as it is nowmharo1999-06-062-5/+1
| | | | in bsd.port.mk and this helps to unify the check and install.
* Remove man page entries from the PLIST and define MAN? in the Makefile.max1998-09-011-2/+0
|
* Update to version 5.78a.steve1998-07-206-137/+161
| | | | | PR: 7199 Submitted by: maintainer
* Don't overwrite files installed 'ja-ptex-*' ports.steve1998-07-041-0/+11
| | | | | PR: 7103 Submitted by: maintainer
* Newport, ja-dvipsk:max1998-05-037-0/+243
Dvipsk converts a DVI file produced by TeX (or other program) to a PostScript file. Missing fonts can be automatically generated if METAFONT exists on the system, or can be converted from `gf' to `pk' format on demand. Dvips also supports `tpic', `psfig', `emtex', and `METAPOST'. Submitted by: Makoto WATANABE <watanabe@zlab.phys.nagoya-u.ac.jp> PR: 5707