summaryrefslogtreecommitdiff
path: root/fonts/fontforge
AgeCommit message (Collapse)AuthorFilesLines
2008-10-18Changes 20080927:adam5-34/+35
* Bug fixes and improvements
2008-09-17Needs BROKEN_GETTEXT_DETECTION to build on Ubuntu 8.04.rillig1-1/+2
2008-07-29Changes 20080720:adam4-27/+173
* Bug fixes and improvements.
2008-06-23-libxml2 in bl3'd, so it should be used -- help "configure" finding it.drochner4-4/+56
-While the program is prepared to work w/o libxml2 (with some loss of functionality), there is a little glitch -- see PR pkg/38446 by Keith Waclena. The fix shouldn't be needed for pkgsrc anymore because libxml2 should be found now, but add it anyway. bump PKGREVISION
2008-06-22Changes 20080607:adam4-14/+17
* Bug fixes and improvements.
2008-04-21Changes 20080330:adam3-12/+12
* Improvements and bug fixes
2008-03-30Add USE_LANGUAGES line for the languages the package needs.darcy1-2/+3
2008-03-28Add --without-python to CONFIGURE_ARGS to avoid picking up e.g. theschmonz1-1/+2
system Python on OS X (Leopard), where this fixes the build.
2008-03-09Changes 20080302:adam2-6/+6
* Bug fixes and improvements
2008-02-26Changes 20080203:adam3-13/+12
* Bug fixes
2008-02-25- Add build dependency on libXt so configure finds X11/Intrinsic.htnn1-1/+7
- Supports installation to DESTDIR
2008-02-09Try to fix failure of detecting X Window System.taca2-4/+55
2008-02-02This package needs XInput.h too, so needs libXi/buildlink3.mk to builddsainty1-1/+2
under modular X.
2008-01-29Don't include x11.buildlink3.mk directly, but rather usejnemeth1-3/+3
libX11/buildlink3.mk as per xtraeme@ on pkgsrc-changes.
2008-01-29this package now installs libgdrawjnemeth1-1/+2
2008-01-28This package uses X11 headers, so include x11.buildlink3.mk so that itjnemeth1-1/+3
builds with X11_TYPE=native.
2008-01-26Changes 20080109:adam4-15/+70
* Bug fixes * Improvements
2007-11-17Changes 20071110:adam5-24/+27
* Bug fixes * Improvements
2007-08-18Changes 20070808:adam3-10/+10
* Bug fixes and improvements
2007-07-01Changes 20070607:adam3-10/+10
* Add support for Adobe's feature file syntax. * Add a popup menu to the lookups pane of font info. * Change the name of File->Merge Kern Info to File->Merge Feature Info * Remove the code to produce the old, broken, 'size' feature. * An earlier patch, designed to make the tabset work in the charview even if the user changed the name, didn't work. * Bug in the selection iterator. * Accept contour += (1,2) rather than forcing people to say contour += fontforge.point(1,2) * Crash when mistyping a glyph name in Glyph Info possub panes. Probably in the equivalent lookup dlgs too. * If a glyph contained two copies of another glyph, and one of those copies was off by enough that ff didn't recognize it, the depending on how the contours were ordered, ff might fail to recognize the first glyph too, even though it did match. * Add iterators to contours and layers. Python users seem to expect them even when they aren't documented to exist. * layer += contour didn't work in python. I was examining a bit through the wrong data type. * Provide a mechanism for copying lookup information from one glyph to another. (Edit->Copy Lookup Data) * Loading kerning info from a mac 'FOND' resource was broken by the lookup change. * Python scripting command font.createChar didn't. Partial patch from Max Rabkin. * Adding a kerning pair from the metrics view would often add two or three pairs with the same character combination and different values. * Another remove overlap bug. Introduced recently. * Reinstate Apply Substitutions scripting command. * Add some dutch styles. * Make yet another attempt to correct for rounding errors when loading a postscript font. * Add a way to get a font's filename to python. * Werner points out that in scripting I use "break" in an example. It isn't documented to work and I don't implement it but I do show it. Oops. Ok, make it work. * Display substitutions was broken. * When generating default names for subtables, it is confusing to name them the same as the lookup. * Change to using USC4 from UCS2 internally. * Provide default names for lookups once the user sets the feature. * Disambiguate some strings for the polish translation * Revert glyph should not work for old sfd files.
2007-04-13Changes 20070312:adam4-11/+12
* Bug fixes and improvements
2007-02-02Modular Xorg support.joerg1-2/+4
2007-01-10Changes 20061220:adam5-33/+9
* new fontimage tool * bug fixes
2006-12-06Fix idiotic configure script which creates po/Makefile.in dynamicallyjoerg3-2/+18
and therefore slips through the normal patching code. Inspired by and supposed to fix: PR 35193
2006-11-25Changes 20061014:adam3-8/+12
* Bug fixes and improvements
2006-09-12Changes 20060822:adam4-12/+13
* Initial Greek translation. * Add a pane to the Preference dlg allowing user to control some of fontforge's hint creation. * Update my opentype scripts list (in particular include music). * Due to a typo, ff thought pretty much everything outside unicode BMP was in the hebrew script. * Add a new command to the point menu which allows you to specify a spline and one coordinate (either X or Y) on that spline. FF will calculate the other coordinate and add a point there. * CODE2000 contains an anchor class with only base glyphs (no mark glyphs) as part of a set of anchor classes. FF crashed. * More...
2006-07-29Changes 20060715:adam2-6/+6
* Bug fixes
2006-07-10Changes 20060703:adam8-153/+8
* Bug fixes and improvements
2006-05-20Drop unnecessary modifications to *.po files that inserted whitespacejlam2-21/+3
between msgid and "". This is now automatically handled by revision 1.19 of pkgsrc/mk/tools/msgfmt.sh.
2006-04-19Added a patch for ISO C90 compatibility.rillig2-1/+23
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-1/+2
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-6/+6
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-16Removed patch-ai since msgfmt.sh works correctly nowadam2-17/+1
2006-04-14Changes 20060413:adam9-121/+75
* FF failed to output lookups in the right order for the GSUB table. * FF would crash when attempting to generate a font which had no familyname * FF could be built agains ft2.2 only if the debugger were being built. Make it work always. * Patch by Mike Frysinger from gentoo. Use the HOME environment variable in preference to /etc/passwd. * Write sfddiff as a fontforge script and put it back into the install process. * Add code to font compare so it can do the old sfddiff --merge option. * Someone wanted acorn2sfd! Make it compile again. * Make configure look for libgif
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam1-5/+2
USE_TOOLS+=msgfmt.
2006-04-05Variable declaration fix; PR-33164adam1-2/+1
2006-04-05Variable declaration fix; PR-33164adam7-5/+127
2006-03-18Set libdir in .la files correctly; otherwise, fontforge fails to loadminskim4-3/+29
libraries on Darwin at run time. Bump PKGREVISION.
2006-03-07Use UTF-8 characters instead of \x escape sequences in ja.po asminskim3-5/+79
suggested by OBATA Akio in PR pkg/32996. This is a workaround for PR bin/32650. Bump PKGREVISION.
2006-03-05Fix encoding of a .po file. This fixes PR pkg/32996.minskim2-1/+33
2006-03-03Changes 20060209:adam2-8/+7
* Bug fixes
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2006-02-02Explicitly depend on gettext-lib, it doesn't compile without.joerg1-1/+2
2006-01-31Added BUILD_USES_MSGFMT and pluralsadam1-1/+4
2006-01-20patch-ab not needed any moreadam1-13/+0
2006-01-20Changes 20060114:adam4-33/+17
* Bug fixes
2005-12-28timezone is already a local symbol on DragonFly, use the same path asjoerg2-1/+15
Macs here (e.g. no local information).
2005-11-29Changes 20051028:adam2-6/+6
* Bug fixes
2005-10-19Changes 20051018:adam3-13/+13
* Bug fixes and improvements
2005-10-04Changes 20050919:adam2-6/+6
* Bug fixes * Improvements