summaryrefslogtreecommitdiff
path: root/fonts
AgeCommit message (Collapse)AuthorFilesLines
2004-12-30add and enable ec-fonts-mftraceddmcmahill1-1/+2
2004-12-30import ec-fonts-mftraced-1.0.8dmcmahill5-0/+169
EC PostScript Type1 fonts with TFMs for TeX These are PostScript Type1 renderings and TFMs of the EC variant of the standard TeX CMR font family. These fonts include characters with European accents. GNU LilyPond depends on this. Authors: Han-Wen Nienhuys <hanwen@cs.uu.nl> Jan Nieuwenhuizen <janneke@gnu.org>
2004-12-28Bump PKGREVISIONs due to libtiff update.reed1-1/+2
Some BUILDLINK_RECOMMENDED bumps done also. (If I missed any, please let me know -- and let me know a good way to automate this.)
2004-12-28Fix ttf/type1 handling in fonts.mk:wiz12-20/+24
Previously, ttmkfdir's output was redirected to fonts.dir, while the correct behaviour is to let it create fonts.scale and then let mkfontdir merge fonts.scale into fonts.dir. type1 handling had a similar problem. Get the wanted behaviour by automatically appending the contents of FONTS_TTF_DIRS and FONTS_TYPE1_DIRS to FONTS_X11_DIRS. Also, save a subshell in install/fonts while there. Bump PKGREVISION for all affected packages. jmmv@ says ok.
2004-12-26Convert to fonts.mk. Bump PKGREVISION. Remove USE_X11BASE.wiz3-47/+4
2004-12-20Make sure we have defined GNU_CONFIGURE and USE_LIBTOOL before includingxtraeme1-3/+3
bsd.prefs.mk, otherwise the check for _OPSYS_MAX_CMDLEN is skipped.
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant2-2/+4
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz4-8/+8
Suggested by Roland Illig, ok'd by various.
2004-11-29Update efont-unicode to 0.4.2. Minor fixes.uebayasi2-5/+5
2004-11-29Update monafont to 2.90.uebayasi4-22/+7
- True outlines added. - JPY symbol in the Unicode bitmap fonts (-mona-gothic-*-iso10646-1) fixed.
2004-11-29Revision bump: depend on fontforge, after is has been renamed from pfaedit; ↵adam1-2/+4
depend on potrace
2004-11-29Renamed pfaedit to fontforgeadam6-78/+2
2004-11-29Renamed from pfaeditadam5-0/+75
Changes 20041115: * If ff started without a prefs file, then creating a new font would crash * If a copyright string contained a newline then ff would generate bad postscript * If user added a comment to an empty glyph then the comment wasn't saved in the sfd file. * If ff saved a utf7 string to an sfd file (ttf names, etc.) and that string contained a hyphen that followed immediately after something that needed to be encoded in base64, then the hyphen would be lost. * new french UI * ff was (usually) setting the ascent/descent fields of the 'hhea' table to 0. When the font was drawn on the mac it was clipped to nothing.
2004-11-26Add a buildlink3.mk file.kristerw1-0/+18
2004-11-26Added mftrace (wip credit to atamaniuk-pkgsrc@frobs.net)adam1-1/+2
2004-11-26mftrace is a small Python program that lets you trace a TeX bitmap font intoadam5-0/+58
a PFA or PFB font (A PostScript Type1 Scalable Font) or TTF (TrueType) font.
2004-11-22Remove unnecessary LTCONFIG_OVERRIDE.wiz1-2/+1
2004-11-22USE_LANGUAGES=c c++wiz1-2/+2
2004-11-06Move ttf2pk patches to the original sources, i.e. freetype-lib.hubertf6-111/+0
2004-11-06Add RCS Id.wiz1-0/+1
2004-10-28Update to 1.4.2: sorry, changes unknown, but one can expect some bug fixesjmmv3-7/+12
and updated translations.
2004-10-19XFree86-clients is not required at run-time for these packages.reed6-7/+13
But it is needed to build. So use BUILD_DEPENDS instead of DEPENDS. (This is the way the xorg-fonts* packages do it.) Also bump PKGREVISIONs for these. (Okayed by maintainer, Juan RP.)
2004-10-13Update MASTER_SITES, which addresses PR#27246.ben1-2/+2
2004-10-12Use `+=' instead of `=' for SUBST_CLASSES.hira2-6/+6
OK'd by uebayasi.
2004-10-09add & enable ttf2pkhubertf1-1/+2
2004-10-09Import ttf2pk-1.3.1: TrueType to TeX PK font converterhubertf9-0/+200
ttf2pk/ttf2tfm permit using TrueType fonts with teTeX. To be used for pkgsrc-wip/cjk-latex & friends (fixes and a working cjk-latex-wadalab font pkg to be committed too)
2004-10-08Missing bits to make this build/work correctly on FreeBSD 5.x.xtraeme2-2/+12
Not tested on 4.x, but changes should be trivial to commit...
2004-10-04Add another master site.wiz1-2/+3
2004-10-04Update MASTER_SITES.wiz1-7/+4
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv18-22/+36
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-27Checksum correctedadam4-12/+12
2004-09-27Checksum correctedadam2-6/+6
2004-09-27Checksum correctedadam1-3/+3
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam5-33/+5
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-21Update X.org packages to 6.8.1.xtraeme19-1663/+47
To see the changes about this release, please review the "RELNOTES" file, which is available via www or in the distribution tarballs. These packages were tested on: * NetBSD 2.0/-current * Bluewall GNU/Linux * Slackware 10 GNU/Linux I'm currently testing them on FreeBSD 5.3BETA4.
2004-09-18Honor CPPFLAGS.minskim2-6/+12
2004-09-18Add dependency on libgetopt to build on platforms without native getopt.h.minskim1-1/+2
2004-09-01Remove the confict with vera-ttf since, even though this package installsrecht2-3/+9
the same fonts, they're installed in a different location. This allows the gnome meta-package to be installed with x.org's X11. Bump PKGREVISION to 1. ok'd by xtraeme
2004-08-25Update alee-ttf to 2.7. Patch submitted by Yi Min-Cheol, the maintainer.minskim3-7/+8
Changes: - Added Bandal.ttf. - Updated glyphs in 09t@quark.ttf, Eunjin.ttf, and Ongdalsam.ttf.
2004-08-16Remove un-ttf, which is superseded by un-core-ttf and un-extra-ttf.minskim5-77/+1
2004-08-16Add and enable un-core-ttf and un-extra-ttf.minskim1-1/+3
2004-08-16Initial import of un-extra-ttf-1.0. Packaged by Kibum Han.minskim4-0/+53
Un fonts are GPL'd Korean fonts. They were originally available as PostScript fonts for HLaTeX, and later converted into TrueType fonts. This package contains the following 10 extra fonts. * UnPen, UnPenheulim: script * UnTaza: typewriter style * UnBom: decorative * UnShinmun * UnYetgul: old Korean printing style * UnJamoSora, UnJamoNovel, UnJamoDotum, UnJamoBatang
2004-08-16Initial import of un-core-ttf-1.0. Packaged by Kibum Han.minskim4-0/+51
Un fonts are GPL'd Korean fonts. They were originally available as PostScript fonts for HLaTeX, and later converted into TrueType fonts. This package contains the following 9 core fonts. * UnBatang, UnBatangBold: serif * UnDotum, UnDotumBold: sans-serif * UnGraphic, UnGraphicBold: sans-serif style * UnPilgi, UnPilgiBold: script * UnGungseo: cursive, brush-stroke
2004-08-15Update alee-ttf to 1.4. Patch submitted by Yi Min-Cheol, the maintainer.minskim4-15/+15
Changes: * Remove Hmfs.ttf due to a license problem. * Add 09t@quark.ttf.
2004-08-13Update baekmuk-ttf to 2.2. Patch submitted by Kibum Han, the new maintainer.minskim4-26/+12
Changes: Minor improvements.
2004-08-13Update alee-ttf to 1.3. Patch submitted by Yi Min-Cheol, the maintainer.minskim3-9/+9
Changes since 1.1: * Update alphabet chars in Eunjin.ttf. * Update digit chars in Eunjin.ttf.
2004-08-09Update alee-ttf to 1.1. Patch submitted by Yi Min-Cheol, the maintainer.minskim2-6/+6
Changes since 0.4: * Fix some glyphs. * Change PFM family and Panose data.
2004-08-05Update to libXft-2.1.6.recht3-21/+8
changes: Bug fixes and clean ups.
2004-08-05update to fontconfig-2.2.96recht2-5/+5
changes: 2004-06-30 Keith Packard <keithp@keithp.com> * README: * configure.in: * fontconfig/fontconfig.h: Update for 2.2.96 2004-06-30 Keith Packard <keithp@keithp.com> Provided by: Lubos Lunak <l.lunak@suse.cz> * src/fccfg.c: (FcConfigUptoDate): However FcConfigUptoDate() doesn't seem to work. See the attached patch. First there's an obvious misplaced parenthesis making it return always false, and second, even this call fails to detect font changes (e.g. adding a new font to /usr/X11R6/lib/X11/fonts/truetype). The patch should fix that as well. The problem seems to be triggered by my fonts.conf specifying only /usr/X11R6/lib/X11/fonts , and therefore config->configDirs doesn't include subdirs, unlike config->fontDirs. 2004-06-03 Keith Packard <keithp@keithp.com> * fontconfig/fontconfig.h: Remove comma at end of FcResult enum definition. 2004-05-29 Keith Packard <keithp@keithp.com> * INSTALL: Add steps to md5sum release
2004-08-04Update un-ttf to 20040804.minskim3-13/+44
Changes: - Added UnTaza.ttf. - Bug fixes.