mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
09cc04f6fe
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. :-)
64 lines
1.4 KiB
Makefile
64 lines
1.4 KiB
Makefile
# $FreeBSD$
|
|
#
|
|
SUBDIR += CJK
|
|
SUBDIR += FreeWnn-lib
|
|
SUBDIR += FreeWnn-server
|
|
SUBDIR += XFree86-aoutlibs
|
|
SUBDIR += acroread-chsfont
|
|
SUBDIR += acroread-chtfont
|
|
SUBDIR += arphicttf
|
|
SUBDIR += aterm
|
|
SUBDIR += auto-tw-l10n
|
|
SUBDIR += autoconvert
|
|
SUBDIR += bg5ps
|
|
SUBDIR += big5con
|
|
SUBDIR += big5fs
|
|
SUBDIR += c2t
|
|
SUBDIR += celvis
|
|
SUBDIR += chinput
|
|
SUBDIR += cle_base
|
|
SUBDIR += cless
|
|
SUBDIR += cxterm
|
|
SUBDIR += gb2ps
|
|
SUBDIR += gbscript
|
|
SUBDIR += hc
|
|
SUBDIR += hztty
|
|
SUBDIR += joe
|
|
SUBDIR += kcfonts
|
|
SUBDIR += libtabe
|
|
SUBDIR += linux-gtk
|
|
SUBDIR += linux-netscape47-communicator
|
|
SUBDIR += linux-netscape47-navigator
|
|
SUBDIR += lunar
|
|
SUBDIR += mkisofs
|
|
SUBDIR += moefonts-cid
|
|
SUBDIR += moettf
|
|
SUBDIR += mule-freewnn
|
|
SUBDIR += muni
|
|
SUBDIR += mutt
|
|
SUBDIR += netscape47-communicator
|
|
SUBDIR += netscape47-navigator
|
|
SUBDIR += nvi-big5
|
|
SUBDIR += nvi-euc-cn
|
|
SUBDIR += nvi-euc-tw
|
|
SUBDIR += pine4
|
|
SUBDIR += pyDict
|
|
SUBDIR += rxvt
|
|
SUBDIR += rxvt-big5
|
|
SUBDIR += rxvt-gb
|
|
SUBDIR += stardict
|
|
SUBDIR += ted
|
|
SUBDIR += telnet
|
|
SUBDIR += tin
|
|
SUBDIR += tintin++
|
|
SUBDIR += tocps
|
|
SUBDIR += ttfm
|
|
SUBDIR += ve
|
|
SUBDIR += xa+cv
|
|
SUBDIR += xcin
|
|
SUBDIR += xcin25
|
|
SUBDIR += xemacs
|
|
SUBDIR += xemacs21
|
|
SUBDIR += xmms
|
|
.include <bsd.port.subdir.mk>
|