summaryrefslogtreecommitdiff
path: root/chinese/ttfm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.9.5Yen-Ming Lee2003-11-043-16/+17
| | | | | | | | PR: 58903 Submitted by: Statue <statue@freebsd.sinica.edu.tw> Notes: svn path=/head/; revision=93016
* update to 0.9.4Vanilla I. Shu2003-09-308-1652/+7
| | | | | | | | | | | update MASTER_SITES take maintainership PR: ports/57180 Submitted by: statue@freebsd.sinica.edu.tw Notes: svn path=/head/; revision=89912
* Due to ghostscript update.Vanilla I. Shu2003-05-031-3/+3
| | | | | | | | PR: ports/51681 Submitted by: Statue <statue@freebsd.sinica.edu.tw> Notes: svn path=/head/; revision=80069
* pkg-comment police: Purge them in this category while I'm here.Foxfair Hu2003-02-262-1/+1
| | | | Notes: svn path=/head/; revision=76493
* - fix english font width problemYing-Chieh Liao2002-12-221-0/+32
| | | | | | | | PR: 46445 Submitted by: Statue <statue@freebsd.sinica.edu.tw> Notes: svn path=/head/; revision=71801
* Really bury patch-aa.Clive Lin2002-08-041-0/+0
| | | | Notes: svn path=/head/; revision=63964
* remove files/patch-aaClive Lin2002-08-034-16/+688
| | | | | | | | | | add files/patch-modules::abiword.ttfm update files/patch-ttfinfo.c PR: ports/38820 , ports/41141 Notes: svn path=/head/; revision=63929
* add gscjk moduleYing-Chieh Liao2002-06-023-4/+768
| | | | | | | | | | | remove ghostscript6 module bump portrevision PR: 38803 Submitted by: Statue <statue@softwareliberty.org> Notes: svn path=/head/; revision=60475
* AbiWord change PREFIX to X11BASEYing-Chieh Liao2002-04-251-1/+1
| | | | | | | | | | | | PR: 37426 Submitted by: Statue <statue@softwareliberty.org> Reviewed by: Approved by: Obtained from: MFC after: Notes: svn path=/head/; revision=58092
* get TTFINFO_FONT_PSNAMEYing-Chieh Liao2002-04-201-0/+141
| | | | | | | | PR: 37246 Submitted by: Statue <statue@softwareliberty.org> Notes: svn path=/head/; revision=57901
* Add dependency for XFree86-4.Clive Lin2002-03-311-1/+6
| | | | | | | | PR: ports/33038 Submitted by: Statue <statue@softwareliberty.org> Notes: svn path=/head/; revision=57046
* Adjust in accordance with the new location of freetype1 includesMaxim Sobolev2002-03-141-0/+12
| | | | | | | (${PREFIX}/include/freetype1/freetype, not ${PREFIX}/include/freetype). Notes: svn path=/head/; revision=56069
* Since AbiWord 0.9.0, it had been moved from $PREFIX/AbiSuiteYing-Chieh Liao2001-10-152-0/+12
| | | | | | | | | | | | | to $PREFIX/share/AbiSuite So we should change path-setting in chinese/abiword and chinese/ttfm PR: 30600 Submitted by: Kuang-che Wu <kcwu@ck.tp.edu.tw> Approved by: MAINTAINER Notes: svn path=/head/; revision=48786
* Install in ${PREFIX}/share/fonts/TrueType, instead ofJing-Tang Keith Jang2001-03-021-1/+1
| | | | | | | ${PREFIX}/share/fonts/ttf. Notes: svn path=/head/; revision=38987
* Update to 0.9.3. This version supports Ghostscript 6.50, andJing-Tang Keith Jang2001-02-013-4/+8
| | | | | | | a new abiword module and a man page were added. Notes: svn path=/head/; revision=37864
* Make the directory list reverse-ordered.Jing-Tang Keith Jang2001-01-301-1/+1
| | | | | | | Submitted by: kevlo, my mentor Notes: svn path=/head/; revision=37777
* Update to 0.9.2. Prior versions of TTFM modules have manyJing-Tang Keith Jang2000-12-042-2/+2
| | | | | | | | | | | | | undefined behaviors, some of which are coherent in 0.9.2, others like CID & TTF naming conventions are not standardized yet. Future versions should move to FreeType 2, since it has more font support, especially for CID fonts, so that some really hacks can be removed from TTFM. Notes: svn path=/head/; revision=35649
* Update to 0.9.1.Jing-Tang Keith Jang2000-11-263-4/+5
| | | | | | | | | | | | | | | | | | | | | | | This version fixes some minor typos and bugs in ttfm.sh and X modules, and the ghostscript6.ttfm module was also added. The new module is to be used along with the forthcoming zh-ghostscript6 and zh-enscript. It can also be used as a CID font manager. Relative info can be found at: http://www.aihara.co.jp/~taiji/tops/ The new GS6 module is written with Japan/Korean in mind, meaning there are some barebones for identifying/using Japan/Korean TTF/CIDs. TODO modules: * Abiword * ChiTeX * CID for XFree86-4 * CJK * cwTeX * GS5.5/vflib Notes: svn path=/head/; revision=35454
* New port added: ttfmJing-Tang Keith Jang2000-11-135-0/+70
A True Type Font Manager that handles true type font installation, uninstallation, list, and default font setting. It was originally in the CLE Linux distribution, modified by Cheng Yuan-Chung from Joerg Pommnitz's ttmkfdir, to have Big5/GB TTF better detection. There are four modules as of version 0.9.0 for their respective apps: chitex: For ChiTeX, a Chinese TeX/LaTeX ttf2pk: Generate pk/tfm for CJK xfreetype: For Xfsft in XFree86 3.3.x and "freetype" module in 4.x xttfm: For X-TT in XFree86 3.3.x and "xtt" module in 4.x, available in both tcl and sh versions. Since ChiTeX hasn't been ported yet, CJK needs further tuning, only xfreetype & xttfm are available right now. Future applications which uses TTF(like ghostscript) should use TTFM to manage TTF. The importing of this port also implies existing ports like arphicttf/moettf should be re-written. /me is always able to find trouble for himself. :-) Notes: svn path=/head/; revision=35057