summaryrefslogtreecommitdiff
path: root/chinese/enscript (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove print/ghostscript-afpl as it has been replaced by print/ghostscript-gplRong-En Fan2007-09-241-8/+0
| | | | | | | | | since version 8.57. The leading ghostscript is the -gpl one. Approved by: portmgr (pav) Notes: svn path=/head/; revision=200037
* Change to my FreeBSD.org email.Rong-En Fan2006-06-271-1/+1
| | | | | | | Approved by: delphij (mentor) Notes: svn path=/head/; revision=166420
* Don't duplicate bsd.port.mk.Christian Weisgerber2005-02-141-2/+1
| | | | | | | | PR: 77492 Submitted by: Rong-En Fan <rafan@infor.org> Notes: svn path=/head/; revision=128787
* Fix slave port: don't use gmake.Christian Weisgerber2005-02-141-1/+1
| | | | | | | Submitted by: kris (pointyhat) Notes: svn path=/head/; revision=128775
* Unbroken it, and assign MAINTAINER to submitter.Vanilla I. Shu2004-05-133-78/+42
| | | | | | | | | PR: ports/66595 Submitted by: Rong-En Fan <rafan_at_infor.org> No Responsed: keith@ Notes: svn path=/head/; revision=109076
* These broken ports are scheduled for deletion on June 18 if they areKris Kennaway2004-04-191-0/+2
| | | | | | | still broken at that time and no PRs have been submitted containing a fix. Notes: svn path=/head/; revision=107549
* BROKEN: Fails to patchKris Kennaway2004-04-031-0/+2
| | | | Notes: svn path=/head/; revision=106041
* Use the new ghostscript options.Joe Marcus Clarke2004-01-201-8/+3
| | | | | | | Submitted by: linimon Notes: svn path=/head/; revision=98657
* Back out revision 1.6 which was committed by mistake; the change inMark Linimon2004-01-131-3/+8
| | | | | | | | | it was picked up by a spurious commit of mine to chinese/*/Makefile. Sorry about that. If anyone has had ghostscript dependency problems while trying to install this port, please try it again now. Notes: svn path=/head/; revision=98045
* statue@freebsd.sinica.edu.tw has asked for all the maintainedMark Linimon2003-11-211-8/+3
| | | | | | | | | | | ports to be reset to ports@FreeBSD.org. We're sorry to see you go and want to thank you for your help in the past. PR: ports/59515 Submitted by: statue@freebsd.sinica.edu.tw Notes: svn path=/head/; revision=94596
* [PATCH] chinese/enscript: enable choose of ghostscript interpreterEdwin Groothuis2003-08-311-1/+15
| | | | | | | | | | | This patch allows the admin of the machine to choose either print/ghostscript-gnu or print/ghostscript-afp1 PR: ports/54920 Submitted by: Jens Rehsack <rehsack@liwing.de> Notes: svn path=/head/; revision=88121
* Reroute dependency on defunct chinese/ghostscript6 port andAde Lovett2002-08-091-1/+1
| | | | | | | | | redirect to print/ghostscript-gnu (see ports/39684) Submitted by: 'make index' failing for a while Notes: svn path=/head/; revision=64288
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-1/+1
| | | | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate. Notes: svn path=/head/; revision=53948
* Ports policy:Maxim Sobolev2001-05-221-0/+2
| | | | | | | | Ensure that the master category is always matches name of the parent (category) directory. This is required for ORIGIN to function properly. Notes: svn path=/head/; revision=42934
* Initial version.Jing-Tang Keith Jang2000-11-275-0/+328
This port adds Chinese support to enscript, which means it can convert a BIG5/CNS plain text to a PS document, with all the fancy features provided by enscript. Unlike bg5ps, it can't manage GB yet, but it's easy to add. Another useful feature is with the ps2pdf and zh-ghostscript6, it is now possible to generate font-embedded Chinese pdf document from plain text on the fly, which also means platform-independent. Due to some problems in the CMap files provided by Adobe, Eten-B5-H and B5-H CMaps are unable to map correct ascii glyphs in TTFs. BIG5 users are suggested to use B5pc-H for the time being. Maybe it's time to re-organize ports/chinese/* font relationships. Notes: svn path=/head/; revision=35471