summaryrefslogtreecommitdiff
path: root/fonts/mftrace
AgeCommit message (Collapse)AuthorFilesLines
2006-09-09Rename variable MAKEFILE to MAKE_FILE.obache1-2/+2
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-02-23Upgrade to version 1.1.18.darcy3-21/+6
The web site has no description of changes but the version we had was too old for print/lilypond so I bumped it to the latest version anyway.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-4/+4
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz2-3/+4
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+3
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-11-08converted to use tex.buildlink3.mktonio1-2/+2
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.