Commit graph

60 commits

Author SHA1 Message Date
adam
7370d0ea7e Changes 20080330:
* Improvements and bug fixes
2008-04-21 14:52:58 +00:00
darcy
5407156826 Add USE_LANGUAGES line for the languages the package needs. 2008-03-30 14:39:22 +00:00
schmonz
5e3979a324 Add --without-python to CONFIGURE_ARGS to avoid picking up e.g. the
system Python on OS X (Leopard), where this fixes the build.
2008-03-28 05:56:35 +00:00
adam
485f62ac51 Changes 20080302:
* Bug fixes and improvements
2008-03-09 10:02:43 +00:00
adam
fd698f26b8 Changes 20080203:
* Bug fixes
2008-02-26 09:34:32 +00:00
tnn
f139b2ec55 - Add build dependency on libXt so configure finds X11/Intrinsic.h
- Supports installation to DESTDIR
2008-02-25 18:34:59 +00:00
taca
cd0e57def1 Try to fix failure of detecting X Window System. 2008-02-09 13:11:07 +00:00
dsainty
4febe7c923 This package needs XInput.h too, so needs libXi/buildlink3.mk to build
under modular X.
2008-02-02 09:46:49 +00:00
jnemeth
da7dee3d13 Don't include x11.buildlink3.mk directly, but rather use
libX11/buildlink3.mk as per xtraeme@ on pkgsrc-changes.
2008-01-29 01:11:15 +00:00
jnemeth
938e31a028 this package now installs libgdraw 2008-01-29 01:06:20 +00:00
jnemeth
d633ab83df This package uses X11 headers, so include x11.buildlink3.mk so that it
builds with X11_TYPE=native.
2008-01-28 19:38:51 +00:00
adam
c17561de31 Changes 20080109:
* Bug fixes
* Improvements
2008-01-26 11:27:02 +00:00
adam
0f5f1dd10a Changes 20071110:
* Bug fixes
* Improvements
2007-11-17 21:20:49 +00:00
adam
d8db62c38f Changes 20070808:
* Bug fixes and improvements
2007-08-18 13:29:30 +00:00
adam
242c9a2c37 Changes 20070607:
* 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-07-01 09:05:14 +00:00
adam
59d7823af6 Changes 20070312:
* Bug fixes and improvements
2007-04-13 21:04:24 +00:00
joerg
18ea7ff0d5 Modular Xorg support. 2007-02-02 19:23:51 +00:00
adam
ccd625676b Changes 20061220:
* new fontimage tool
* bug fixes
2007-01-10 07:51:50 +00:00
joerg
89b431af47 Fix idiotic configure script which creates po/Makefile.in dynamically
and therefore slips through the normal patching code.

Inspired by and supposed to fix: PR 35193
2006-12-06 15:29:15 +00:00
adam
0e319c5e69 Changes 20061014:
* Bug fixes and improvements
2006-11-25 13:23:01 +00:00
adam
395f1d5614 Changes 20060822:
* 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-09-12 08:37:05 +00:00
adam
cdf2dddae8 Changes 20060715:
* Bug fixes
2006-07-29 14:46:18 +00:00
adam
55f5453c79 Changes 20060703:
* Bug fixes and improvements
2006-07-10 20:52:44 +00:00
jlam
ebf33f8172 Drop unnecessary modifications to *.po files that inserted whitespace
between msgid and "".  This is now automatically handled by revision
1.19 of pkgsrc/mk/tools/msgfmt.sh.
2006-05-20 23:34:39 +00:00
rillig
ffe19a8353 Added a patch for ISO C90 compatibility. 2006-04-19 19:43:17 +00:00
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
jlam
ea5f9f80b6 Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
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-17 07:07:11 +00:00
adam
5e3d1cd840 Removed patch-ai since msgfmt.sh works correctly now 2006-04-16 20:10:29 +00:00
adam
5daaa90121 Changes 20060413:
* 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-14 08:45:06 +00:00
jlam
1cf9796f3c BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
2006-04-13 18:23:29 +00:00
adam
a5282e1d2c Variable declaration fix; PR-33164 2006-04-05 07:03:41 +00:00
adam
d5b538dda2 Variable declaration fix; PR-33164 2006-04-05 07:03:25 +00:00
minskim
90e716a946 Set libdir in .la files correctly; otherwise, fontforge fails to load
libraries on Darwin at run time.  Bump PKGREVISION.
2006-03-18 04:52:33 +00:00
minskim
5e4d23902d Use UTF-8 characters instead of \x escape sequences in ja.po as
suggested by OBATA Akio in PR pkg/32996.  This is a workaround for
PR bin/32650.

Bump PKGREVISION.
2006-03-07 23:09:28 +00:00
minskim
8b2441c12e Fix encoding of a .po file. This fixes PR pkg/32996. 2006-03-05 20:46:19 +00:00
adam
c9179774e1 Changes 20060209:
* Bug fixes
2006-03-03 16:06:33 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
joerg
b88f3aced3 Explicitly depend on gettext-lib, it doesn't compile without. 2006-02-02 18:02:35 +00:00
adam
d904e99946 Added BUILD_USES_MSGFMT and plurals 2006-01-31 21:28:34 +00:00
adam
bf0f8e223e patch-ab not needed any more 2006-01-20 12:11:47 +00:00
adam
30abde0cf6 Changes 20060114:
* Bug fixes
2006-01-20 12:11:21 +00:00
joerg
5f2f56d644 timezone is already a local symbol on DragonFly, use the same path as
Macs here (e.g. no local information).
2005-12-28 19:34:34 +00:00
adam
7ca61ea7e0 Changes 20051028:
* Bug fixes
2005-11-29 14:27:46 +00:00
adam
0529b112f2 Changes 20051018:
* Bug fixes and improvements
2005-10-19 12:21:00 +00:00
adam
f4471cd78d Changes 20050919:
* Bug fixes
* Improvements
2005-10-04 12:47:02 +00:00
adam
5439dc64eb Changes 20050809:
* Bug fixes
* Improvements
2005-08-22 16:18:56 +00:00
adam
74907ff296 Changes 20050719:
* Extend to Unicode 4.1
* Context chain dlg had problems with empty patterns (no terminal NUL in empty string used to represent them)
* EditData button in contextual subs disabled at wrong times.
* Transforming by a negative scale factor screwed up the hints.
* Add move up/down buttons to the kerning class dlg (class lists area) Use the selection from the class lists to highlight offsets.
* Print sample did not handle kerning by classes.
* When we had: a glyph which contained refs where that glyph was itself used as a reference in another glyph and all glyphs (except the last) lived in subroutines then we got multiple declarations of hints and the middle glyph was translated from where it should have been.
* When changing lists they should not scroll back to the beginning.
* Various fixes regarding hints: changing hints should set the char changed flag changing a glyph should mark all glyphs that refer to it as having out of date hints display out of date hints in font view. hints weren't being preserved (and should have been) in charview in Paste and transform.
* Apply Substitutions was badly broken when ff compiled with multilayer.
* Kern Pair dlg looked at garbage memory when it closed (and crashed sometimes).
* ff decides whether to add a 'gasp' table to a font based on whether the font has instructions or not. ff's own ttf fonts contain instructions in .notdef but nowhere else, so ignore .notdef when making this check.
* One more attempt to rule out absurd results in simplify().
* if the lsb/rsb dlg was given a negative value it complained about negative widths. (whether the width would have been negative or not).
* $italicangle has been broken since I added reals to scripting.
* The kernclass dialog did not handle deleted classes properly.
* Add ability to undo hints.
* Once again starting a browser on windows is broken.
* We didn't do a bounds check when indexing into the names array of an encoding (when building a character from scratch). If the index was huge the result was garbage, generally leading to a crash sometime thereafter.
* An open path consisting of a single point caused replace with reference to crash.
* Generating a postscript resource font on the mac from a script did not work.
* Werner points out that afm files generated by FontForge still claim to have been made by pfaedit. Oops.
* Didn't parse user defined encodings properly and often omitted the first glyph.
2005-07-26 11:49:52 +00:00
adam
abd14448f3 Added patch-ab 2005-06-30 14:36:56 +00:00
adam
7770bdd292 Changes 20050624:
* Bug fixes and improvements
2005-06-30 14:36:27 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
2005-06-01 18:02:37 +00:00