summaryrefslogtreecommitdiff
path: root/print/bg5pdf
AgeCommit message (Collapse)AuthorFilesLines
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2002-10-08buildlink1 -> buildlink2.wiz1-2/+3
2002-09-21Strip the ".buildlink" from the names of the python application andjlam1-3/+3
extension Makefile fragments, because they really don't have anything to do with the buildlink[12] frameworks. Change all the Makefiles that use application.buildlink.mk and extension.buildlink.mk to use application.mk and extension.mk instead.
2002-07-12Initial import of bg5pdf, provided by rxg in pkg/16265.wiz5-0/+66
Bg5pdf is a simple wrapper for wrapping big5 encoding text file into PDF file by using PDFlib. The output of this program does not contain embedded fonts. You have to download the Acrobat Acroread Asianfont pack to view and print the output file or use TrueType fonts with Xpdf. This wrapper does not provide any formatting functions except simple line wrapping. If you need sophisticated formatting, you should try CJK-LaTex or other equivalent tools.