summaryrefslogtreecommitdiff
path: root/fonts/mftrace
AgeCommit message (Collapse)AuthorFilesLines
2005-06-16Create directories before installing files into them.jlam1-1/+3
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-02-23Add RMD160 digests to the SHA1 ones.agc1-1/+2
2005-02-02Per wiz@ suggestion, remove 20 from python accepted versions and reversejmmv1-2/+2
them so that newer ones come first. Closes my own PR pkg/29198.
2005-02-02Allow python 2.4.jmmv1-2/+2
2005-01-23Build Python with thread support by default and turn the existingrecht1-2/+2
python*-pth packages into meta-packages which will install the non-pth packages. Bump PKGREVISIONs on the non-pth versions to propagate the thread change, but leave the *-pth versions untouched to not affect existing installations. Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles.
2005-01-05Create .pyc files and install them, so thatwiz2-5/+14
they do not get generated as side effect of the installation of other packages and break PLISTs. With help from salo to get it right, thanks. Bump PKGREVISION.
2004-12-31Update to 1.1.1 (1.0.35 distfile gives me checksum errors):wiz2-6/+5
2004-12-21 Han-Wen Nienhuys * configure.in (PYTHON): release 1.1.1 * mftrace.py (option_definitions): add --no-afm option 2004-12-19 Jan Nieuwenhuizen * GNUmakefile.in (GNUmakefile): Depend on configure (configure): Run ./configure after running autoconf (not config.status, which has old, cached values). 2004-12-19 Han-Wen Nienhuys * configure.in (PYTHON): bump version to 1.1.0; release. * mftrace.py (to_type1): always create .pfa.raw (make_outputs): generate all outputs in one script. Add SVG output. (glyph_range): use --formats, remove other options. 2004-12-02 Han-Wen Nienhuys * mftrace.py (make_ttf): call AddExtrema() too.
2004-11-29Revision bump: depend on fontforge, after is has been renamed from pfaedit; ↵adam1-2/+4
depend on potrace
2004-11-26Add a buildlink3.mk file.kristerw1-0/+18
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.