CVS log for ports/x11-fonts/webfonts/files/fonts.dir
Up to [FreeBSD] / ports / x11-fonts / webfonts / files
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Nov 12 20:03:07 2005 UTC (6 years, 3 months ago) by mezz
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_EOL, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_5_EOL, RELEASE_5_5_0, RELEASE_4_EOL, PRE_XORG_7, HEAD
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +0 -1 lines
Add Tahoma TTF fonts, it's off by default with HAVE_MSWINDOWS_LICENSE knob to enable it. You must have a Windows License to use it. Bump it to 0.30. PR: ports/87847 Submitted by: Rostislav Krasny <rosti.bsd@gmail.com> Approved by: Konstantinos Konstantinidis <konstand@gmail.com> (maintainer)
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Oct 17 23:12:08 2005 UTC (6 years, 3 months ago) by mezz
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +839 -625 lines
Update and improvement on the fonts.dir, bump the PORTREVISION. - Add more encodings fonts like add iso8859-6, ansi-1251, and etc. - Correct info of font what kind of they are to allow some apps to search for specific font like monospaced stuff correct. Ex: Before: [...] mono-medium-r-normal--0-0-0-0-c-0-adobe-standard After: [...] mono-book-r-monospaced--0-0-0-0-m-0-adobe-standard Don't ask me why there are no tools (ttmkfdir, mkfontscale, etc) that will give the same output. What I am doing is merge to the each others for what they can find encodings stuff, they work together just fine. Submitted by: ache Approved by: maintainer (implicit, only fix and add missing encodings allowed)
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Aug 28 07:04:24 2005 UTC (6 years, 5 months ago) by mezz
Branches: MAIN
- Remove ttmkfdir dependency and do not use it, using static method by
add fonts.dir in webfonts/files/. It's easier on us for no prefer
what to use tools. For example, if you install Xorg and why do you
need ttmkfdir when there have mkfontscale and mkfontdir that came
with Xorg?
- Add run fc-cache like bitstream-vera port has, useful for the new
Xorg/XFree86 and other desktops.
- Remove the rename, leave the default alone to avoid cause a few apps crash.
- Move LICENSE in DOCSDIR instead in font directory.
- Remove too many targets, they aren't need and the complicate isn't
need too.
- Correct the extract way, now it will extracting in WRKSRC.
- Remove WITH_NETSCAPE_ALIASES, there's no Netscape 4.x in ports tree.
- A few other cleans up.
BTW: If it causes any different language font problem, please let me know and
I will be happy to try to fix it.
PR: ports/84201
Approved by: Konstantinos Konstantinidis <konstand@gmail.com> (maintainer)
Tested by: keramida (Greek font)
