Commit graph

103 commits

Author SHA1 Message Date
wiz
a96f4900ac Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
adam
d1ab9d8533 Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00
adam
0971ac6e50 Changes 20120731:
Change log unavailable.
2012-11-23 20:49:03 +00:00
adam
ed93f0ca47 Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
asau
94f1d25ddf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 18:28:15 +00:00
tron
78f9c75877 Mass recursive bump after the dependence fix of the "cairo" package
requested by Thomas Klausner.
2012-10-02 17:10:28 +00:00
obache
8ace00dcd8 recursive bump from libffi shlib major bump
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-15 10:03:29 +00:00
adam
e7608643ab Revbump after updating graphics/cairo 2012-09-07 19:16:05 +00:00
sbd
cdfc7f300d Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
wiz
e64308b04b Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
wiz
3e5aee20cf Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:39:49 +00:00
sbd
94b37b4e43 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
adam
b6594a2a82 Changes 20110222:
* Did a lot of work to improve the accuracy in remove overlap. Improved
  accuracy means that it is less likely to do the wrong thing. Problems happen
  when there are points or intersections very close to each other.
  (So quadratic glyphs are more likely to have problems than cubics simply
  because they have more points, on average).
* Fix various error messages.
* Remove some obsolete documentation.
* Technical fixes to stroking code.
* Add a miterlimit to stroking code.
* FontForge was using the wrong MIME type for svg files. W3C has changed it and
  it's now "image/svg+xml" not "image/svg-xml" or "image/svg".
* Since Inkscape images tend to be at unexpected y positions, force the view to
  rescale/recenter itself if the result after a paste/import is outside the
  current window. (Inkscape tends to put things at the top of a page, but the
  origin is at the bottom, and FF looks at the origin.
* A line joint of 180 degrees (which shouldn't have happened in stroking, but
  did) caused an infinite loop.
* Typo in add extrema code (again).
* More...
2011-05-02 11:15:41 +00:00
obache
0e2c97799a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
drochner
82432f3fc0 libungif/buildlink3.mk -> mk/giflib.buildlink3.mk
(uses giflib now per default)
bump PKGREV
2011-03-09 16:40:44 +00:00
wiz
9076f70183 Complete fix for png-1.5. 2011-01-24 12:08:26 +00:00
wiz
358100b4b6 First part of png-1.5 fix. 2011-01-24 10:36:58 +00:00
wiz
22538e12e3 Update patches for png-1.5. 2011-01-13 13:52:52 +00:00
wiz
2f4126dc58 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
dsainty
ada744dc0a Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk

This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).

The mechanical edits were applied via the following script:

#!/bin/sh
for d in */*; do
  [ -d "$d" ] || continue
  for i in "$d/"Makefile* "$d/"*.mk; do
    case "$i" in *.orig|*"*"*) continue;; esac
    out="$d/x"
    sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
        -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
        < "$i" > "$out"
    if cmp -s "$i" "$out"; then
      rm -f "$out"
    else
      echo "Edited $i"
      mv -f "$i" "$i.orig" && mv "$out" "$i"
    fi
  done
done
2010-12-23 11:44:24 +00:00
drochner
4b690f8394 -make this pkg work with pkg-1.4.x
The fix is a hack. There is code to deal with png versions, but it is
 not complete for 1.4.x, and fooled by bl3 wrappers renaming
 the library behind the pkg's back.
-patch format string problems leading to possible buffer overflow
 (CVE-2010-4259), from Redhat bug#659359
bump PKGREV
2010-12-07 16:58:12 +00:00
wiz
596599d622 Fix stack overflow, reported to pkgsrc-users by Nicolas Thauvin using
patch from
http://sourceforge.net/mailarchive/forum.php?thread_name=4C5D676B.3000509%40limes.com.pl&forum_name=fontforge-devel

Bump PKGREVISION.
2010-10-10 18:44:53 +00:00
wiz
2c6e8e30b0 Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.

Per discussion on pkgsrc-changes.
2010-09-14 11:00:44 +00:00
wiz
92e0cb52cb Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00
adam
b96781d31c Changes 20100501:
* Bug-fix release.
2010-05-21 06:34:23 +00:00
schwarz
2a58850728 prevent configure from failing when CFLAGS includes -O3 or similar option. 2010-02-15 20:39:31 +00:00
wiz
7e9f949650 Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
adam
7a09333d4f Changes 20090923:
* Bug fixes.
2009-10-11 08:01:47 +00:00
sno
949cd3bc1f bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
adam
6f5c69c328 Changes 20090622:
* Add support for friendly names attached to style set features (New in OTF 1.6)
* Add support for Mark Sets (New in OTF 1.6)
* Serhij Dubyk has provided a Ukrainian UI
* Alexandre Prokoudine has updated the Russian UI
* Updated Polish translation from Michal
* Various patches from Michal fixing some out of bound array references.
* Added a cvt.find method to the python cvt object which returns the index
   in the cvt table of a given value (or -1 if not found)
* more...
2009-07-24 08:02:59 +00:00
joerg
26e3ffdae1 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
adam
77185f5a0a Changes 20090408:
* Support composites (references) in bitmap fonts.
* Support for the JSTF table (sfd extension).
* Added a set of new python functions for manipulating CID keyed fonts.
* Added support for reading/writing version 1.8 of Adobe's feature file format.
2009-04-10 08:48:20 +00:00
asau
554fe6884e The package doesn't use neither C++ nor Fortran.
Pointed by Joern Clausen in PR pkg/40986.
2009-03-09 19:30:19 +00:00
wiz
bf919f358d Fix build on Solaris by linking against librt on that platform only.
From Joern Clausen in PR 40973.
2009-03-06 23:56:53 +00:00
adam
b3bf371449 Changes 20081224:
* Check for a buggy system on Apple 10.5 with X11.
* Fix more memory problems in Merge Fonts.
* If a font were missing a .notdef glyph. If the user tried to display
  a font sample of text which included a character not in the font.
  Then (after the recent patches for grid-fit metrics in Print dlg)
  fontforge would crash.
* Fix a bug in old cubic to quadratic conversion.
* Lots of changes to extrema code.
* Initializing the font info dialog crashed on the mac when -O2 was
  specified during configure (the default situation).
* After adding an Apply button the Transform dlg would crash if invoked
  in a glyph with no undoes.
2009-01-03 19:45:29 +00:00
adam
bfac5ae1d3 Changes 20081215:
* Add an X resource editor.
* Make the metrics view be more like the display dlg in that you can specify
  a point-size/dpi to view stuff (also include increment/decrement pointsize).
* Patch by "JustFillBug" to exend python scripting by making the find
  interator become a find/replace iterator.
* Patch by Taco to fix a memory problem reading bad baseline data.
* Patch from Andrey PANOV to extend GlyphInfo (legacy scripting) by adding
  "XProfile" and "YProfile" options.
* Add an [Apply] button to the transform and expand stroke dialogs in
  the outline view.
* Make ff parse preference files independent of the decimal point local in
  which they were written (that is -- accept either "." or "," in floating
  numbers).
* If a Cubic layer had a notdef glyph, then sometimes, rasterizing using
  freetype would fail (not a freetype problem, I didn't set things up right).
* Fix one more problems with points being snapped to a wrong stem side
  (it was still possible in case of off-curve points).
* Metrics View and Display dlg weren't showing grid fit metrics properly.
2008-12-16 08:56:18 +00:00
adam
e0cc0e4b68 Changes 20081117:
* First release with Pango and Cairo
* The first time you run fontforge with Pango something takes several minutes
  to initialize itself. This delay does not occur on subsequent invocations.
* Displaying magnified bitmap strikes in the font view often caused a crash.
* Non-English translations of "%d pixel bitmap" in the View menu of the font
  view came out garbled. There were interpreted as latin1 rather than utf8.
2008-11-21 18:54:19 +00:00
adam
2501773d72 Add x11 as an option; fix building on Darwin/MacOSX 2008-11-01 09:51:59 +00:00
adam
4c0f6ff36f Changes 20080927:
* Bug fixes and improvements
2008-10-18 11:43:45 +00:00
rillig
c187bba751 Needs BROKEN_GETTEXT_DETECTION to build on Ubuntu 8.04. 2008-09-17 16:34:40 +00:00
adam
b3f00324a4 Changes 20080720:
* Bug fixes and improvements.
2008-07-29 05:17:01 +00:00
drochner
5a7e0a2e57 -libxml2 in bl3'd, so it should be used -- help "configure" finding it.
-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-23 11:38:50 +00:00
adam
a1a59e7545 Changes 20080607:
* Bug fixes and improvements.
2008-06-22 18:30:54 +00:00
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