summaryrefslogtreecommitdiff
path: root/fonts/mftrace
AgeCommit message (Collapse)AuthorFilesLines
2010-02-10Bump revision for PYTHON_VERSION_DEFAULT change.joerg1-1/+2
2010-01-07Update mftrace to 1.2.15.obache2-7/+7
This update should fix PR#42003 and approved by wiz@. While here, set LICENSE= mit AND gnu-gpl-v2 (Xdvi license mentioned in README.txt is same as pkgsrc/license/mit). Changes: 2008-08-16 Han-Wen Nienhuys Bump version. release/1.2.15 2008-08-16 Han-Wen Nienhuys Fix Julian Bradfields' issues. 2008-08-16 Han-Wen Nienhuys Python 2.6 compat - (Thanks to Petr Uzel <petr.uzel@suse.cz>) 2007-08-23 Han-Wen Nienhuys Remove spurious spaces in .enc filenames 2007-02-03 Han-Wen Nienhuys push tag when disting.
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-02-09Switch to Python 2.5 as default. Bump revision of all packages that havejoerg1-1/+2
changed runtime dependencies now.
2008-04-25Update PYTHON_VERSIONS_COMPATIBLEjoerg1-2/+1
- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
2008-03-03Mechanical changes to add DESTDIR support to packages that installjlam1-8/+10
their files via a custom do-install target.
2007-02-24Fix distinfo.darcy1-2/+1
2007-02-24Upgrade to 1.2.14.darcy2-8/+9
The web site has no change log so I don't have a list of changes but the development seems to have moved and the version we had was getting pretty old. Some packages (e.g.Lilypond) won't even attempt to build under the old version.
2007-01-07Fixed PKGMANDIR.rillig1-3/+3
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.