summaryrefslogtreecommitdiff
path: root/fonts
AgeCommit message (Collapse)AuthorFilesLines
2002-05-31Update to 20020524.uebayasi1-13/+0
- Implements ``fuzz'' value for large encodings (defaults to 1%); precise heuristics are still used for 8-bit fonts. - Implements simple heuristic for distinguishing charcell fonts; tested with Courier New (-m-) and Lucida Console (-c-), more testing is needed. - Empty names are now treated the same as missing, which may (or may not) work around some arguably incorrect fonts. - Changed big5.eten-0 to big5-0.
2002-05-31Update to 20020524.uebayasi2-7/+5
- Implements ``fuzz'' value for large encodings (defaults to 1%); precise heuristics are still used for 8-bit fonts. - Implements simple heuristic for distinguishing charcell fonts; tested with Courier New (-m-) and Lucida Console (-c-), more testing is needed. - Empty names are now treated the same as missing, which may (or may not) work around some arguably incorrect fonts. - Changed big5.eten-0 to big5-0.
2002-05-30Fix incorrect "Imakefile" which causes build failures on XFree86 4.2.0tron2-5/+16
systems without "xpkwedge" installed.
2002-05-29Add & enable p5-Font-TTF.uebayasi1-1/+2
2002-05-29Initial import of p5-Font-TTF from Rui-Xiang Guo in pkg/17035.uebayasi4-0/+32
p5-Font-TTF is a Perl module for TrueType font hacking. Supports reading, processing and writing of the following tables: GDEF, GPOS, GSUB, LTSH, OS/2, PCLT, bsln, cmap, cvt, fdsc, feat, fpgm, glyf, hdmx, head, hhea, hmtx, kern, loca, maxp, mort, name, post, prep, prop, vhea, vmtx and the reading and writing of all other table types.
2002-05-25Add arphic-ttf to Makefile, and remove arphicttf and now unused mkttfdir.wiz9-112/+2
Closes pkg/16813 by rxg.
2002-05-25CONFLICTS with arphicttf.wiz1-1/+3
2002-05-25Re-import arphic-ttf under a different name to unify ttf package names towiz4-0/+69
*-ttf. Slightly changed to not use mkttfdir any more. Submitted by rxg in relation with pkg/16813.
2002-05-24Fix path in distinfo.wiz1-3/+3
2002-05-22Fix PKGNAME (forgot to include 'ttf' part)zuntum1-2/+2
2002-05-22add & enable dbz-ttfzuntum1-1/+2
2002-05-22Initial import of dbz-ttf-20020507zuntum4-0/+119
This is a collection of TrueType fonts which be created for fun. You can use them for free to do anything you want, you just can't take the fonts and resell them (on a CD, for instance). Read the readme.txt if you're not sure what this means. Fixes pkg/16960 by rxg@netbsd.org
2002-05-20Add and enable mkfont*.wiz1-1/+3
2002-05-20Initial import of mkfontalias:wiz5-0/+75
creates a fonts.alias from the fonts.dir for TrueType fonts Provided by rxg in pkg/16812.
2002-05-20Initial import of mkfontscale:wiz6-0/+57
create an index of scalable font files for X Provided by rxg in pkg/16811.
2002-04-09Add and enable mozilla-fonts.wiz1-1/+2
2002-04-09Initial import of mozilla-fonts package provided by rxg in pkg/16267.wiz6-0/+165
This is a complete set of three font faces (Times, Helvetica, Courier) in seven sizes and four variants each, optimized for use by the Netscape (Mozilla) WWW browser under Unix.
2002-04-01move MAINTAINER from acroread-font-share/Makefile.common to acroread-*/Makefile.sakamoto6-9/+11
remove unneeded IS_INTERACTIVE=yes.
2002-03-24Add & enable monafonts.uebayasi1-1/+2
2002-03-24Initial import of Monafonts 2.1.uebayasi7-0/+124
Japanese proportional bitmap fonts developed _only_ to display "Mona". (a jargon meaning Japanese face marks or kind of ASCII art (definitely no ASCII!) used in 2ch.net, one of the biggest BBS comunities in Japan.)
2002-03-16Updated mkttfdir to 1.2.1rxg2-5/+5
- add some known_foundries in ttfinfo.c - rearrange codes in mkttfdir.in for speed-up
2002-03-09Set CABEXTRACT_PREFIX_DEFAULT to LOCALBASE to make this package build onrh1-1/+2
systems without xpkgwedge if cabextract dependency is not present.
2002-03-07Change ${PREFIX}/lib/X11/fonts/truetype to ${PREFIX}/lib/X11/fonts/TrueType asseb2-34/+35
per existing practice. Bump revision.
2002-03-06Add and enable ms-ttf.seb1-1/+2
2002-03-06On second thought remove NO_SRC_ON_FTP.seb1-2/+1
2002-03-06Initial import of ms-ttf, version 20020306, into the NetBSD Packages Collection.seb4-0/+124
This packages includes TrueType fonts from Microsoft with WGL4 (Windows Glyph List 4) charset: - Andale Mono - Webdings - Trebuchet MS, with variants Bold, Italic, and Bold Italic - Georgia, with variants Bold, Italic and Bold Italic - Verdana, with variants Bold, Italic and Bold Italic - Comic Sans, Comic Sans Bold - Arial Black - Impact - Arial, with variants Bold, Italic and Bold Italic - Times New Roman, with variants Bold, Italic and Bold Italic - Courrier New, with variants Bold, Italic and Bold Italic
2002-03-04Generalize the handling for packages where "fetch" and "fetch-list"fredb1-10/+1
only emit a message and don't actually fetch anything. This allows us to make the output of "fetch-list" for these packages consistent with other packages. While we're in here, integrate DYNAMIC_MASTER_SITES with the ${ORDERED_SITES} macro. The only functional change here is that ${MASTER_SITE_OVERRIDE} is now respected. Still to do -- something appropriate for "fetch-list" for these packages, like sourcing "getsites.sh" into the generated script. (Well, "package", but there are two others that do something similar in their "Makefile".) Also eliminate the misbegotten _FETCH_ALLFILES macro -- now that only "fetch" uses it, move it's functionality directly under "do-fetch".
2002-02-26Wherever "make fetch" simply echos a message, let "make fetch-list|sh"fredb1-8/+14
echo the message, too.
2002-02-25Use the new, smart EXTRACT_CMD subroutine.jlam1-3/+4
2002-02-18Add a option to fonts/arphicttf to let it support freetype modulerxg1-2/+8
in XFree 4.x, close PR pkg/15337 submitted by me.
2002-02-15mkdir -> ${MKDIR}skrll1-2/+2
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2002-02-05Don't hardcode /usr/X11R6 when making directories or running X basedskrll5-15/+15
programs such as mkfontdir use ${X11BASE} instead. Also pick up a couple of /bin/chmod -> ${CHMOD}s
2002-02-03Extract the .tar.gz files using EXTRACT_CMD.tar.gz. Fixes pkg/15465 byjlam1-4/+5
Eric Schnoebelen <eric@cirr.com>.
2002-01-31Remove patch-aa from distinfo.wiz1-2/+1
2002-01-26Updated mkttfdir to 1.2 (provided by Rui-Xiang Guo in pkg/15338)martti3-19/+5
- add support for Xfsft in 3.3.x and freetype module in 4.x
2002-01-22Use PKGREVISION instead of nb.wiz1-2/+2
2001-11-29Run mkttfdir on install and uninstall. Install to ..../TrueType insteadwiz2-13/+11
of .../arphicttf. Based on pkg/14642 by Rui-Xiang Guo.
2001-11-28Update to 1.1nb1: Don't print an error message if called on an empty dir.wiz3-2/+17
Patch from Rui-Xiang Guo in pkg/14703.
2001-11-22Upgrade mkttfdir from 1.0 to 1.1. Provided in PR 14641 by Rui-Xiang Guoagc2-9/+7
(rxg@ms25.url.com.tw) Changes from previous version: - fix "grep" errors for NetBSD in mkttfdir.in thanks to Bob Nestor <rnestor@augustmail.com>
2001-11-18Add plan9 to CATEGORIES like in the other packages that were once indillo1-2/+2
the plan9 directory.
2001-11-02Remove version from DESCR.wiz1-1/+1
2001-10-31Move pkg/ files into package's toplevel directoryzuntum9-9/+9
2001-10-31Move pkg/ files into package's toplevel directoryzuntum52-30/+30
2001-10-25Update SHA1 sum of jiskan16-2000-1.bdf.gz and jiskan16-2000-2.bdf.gz.taca1-5/+5
2001-10-17use MASTER_SITE_LOCAL to avoid checksum problem with the on-the-flydmcmahill2-7/+9
distfiles produced by CTAN.
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-09-10correct checksum. PR 13910itojun1-3/+3
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc3-6/+6
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-07-22add ko-*. supersedes ksc5601fonts.itojun6-221/+6
2001-07-22Korean X11 fonts meta pkgitojun4-0/+52