summaryrefslogtreecommitdiff
path: root/graphics/goocanvas/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2020-03-11goocanvas: removewiz1-25/+0
Old version of goocanvas2, no users left in pkgsrc
2020-03-10librsvg: update bl3.mk to remove libcroco in rust casewiz1-2/+2
recursive bump for the dependency change
2020-03-08*: recursive bump for libffiwiz1-2/+2
2020-01-18all: migrate several HOMEPAGEs to httpsrillig1-2/+2
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
2019-07-21*: recursive bump for gdk-pixbuf2-2.38.1wiz1-2/+2
2018-11-14Revbump after cairo 1.16.0 update.kleink1-2/+2
2018-11-12Recursive revbump from hardbuzz-2.1.1ryoon1-2/+2
2018-04-16Recursive bump for new fribidi dependency in pango.wiz1-2/+2
2018-03-12Recursive bumps for fontconfig and libzip dependency changes.wiz1-2/+2
2017-02-12Recursive revbump from fonts/harfbuzzryoon1-2/+2
2017-02-06Recursive bump for harfbuzz's new graphite2 dependency.wiz1-2/+2
2016-08-03Revbump after graphics/gd updateadam1-2/+2
2015-04-25Recursive revbump following MesaLib update, categories g through n.tnn1-2/+2
2014-05-05Recursive revbump from x11/pixmanryoon1-2/+2
Fix PR pkg/48777
2013-10-10Recursive revbump from pango-1.36.0ryoon1-2/+2
2013-09-02Revbump after cairo updateadam1-2/+2
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz1-2/+2
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron1-2/+2
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz1-2/+2
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-02-16Recursive bump for png-1.6.wiz1-2/+2
2012-10-08Revbump after updating graphics/pangoadam1-2/+2
2012-10-06Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron1-2/+2
requested by Thomas Klausner.
2012-09-15recursive bump from libffi shlib major bumpobache1-2/+2
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-07Revbump after updating graphics/cairoadam1-2/+2
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz1-2/+2
2012-02-06Revbump forwiz1-2/+2
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-2/+2
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2011-02-13gave up maintainership of Gnome related packages.obache1-2/+2
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-1/+2
2011-01-12Update goocanvas to 1.0.0.obache1-4/+3
GooCanvas 1.0.0 (Jan 10 2011) =============== o Added "alpha" property to GooCanvasImage to set opacity. o Allow setting clip path to NULL to reset it. o Allow setting line dash to NULL to reset it. o Handle RTL direction better in GooCanvasTable. o Fixed GooCanvasGroup bug - use the correct scale argument in paint. o Fixed GooCanvasPolyline bug - update arrows when line width changes. o Fixed static items bug - don't clip incorrectly. o Improved performance a bit when creating lots of items.
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs1-2/+2
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz1-2/+2
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-2/+2
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2009-08-26bump revision because of graphics/jpeg updatesno1-1/+2
2009-08-08Update goocanvas to 0.15.obache1-3/+3
GooCanvas 0.15 (Jun 29 2009) ============== o Fixed a bug that caused a hang when using GooCanvasWidget with accessibility support turned on. o Added "scale-to-fit" property to GooCanvasImage, to scale the image to the "width" and "height" settings, instead of just clipping.
2009-05-19Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENTwiz1-2/+1
block). Uncomment some commented out LICENSE lines while here.
2009-05-10Fixes LICENSE, LGPL-v2.1 => LGPL-v2obache1-2/+2
2009-05-10Update goocanvas to 0.14.obache1-3/+6
GooCanvas 0.14 (Mar 15 2009) ============== o Added support for tooltips (this means we need GTK+ 2.12). (Note that there is a GTK+ bug which will cause problems with tooltips on a large canvas. See bug #573294.) o Added "x", "y", "width" and "height" properties to items that didn't have them. o Fixed bug in goo_canvas_convert_from_item_space(). o Added "scroll-event" signal to GooCanvasItem. GooCanvas 0.13 (Nov 30 2008) ============== o New GooCanvasGrid item for drawing grids on the canvas. o Support for static items that don't move as the canvas is zoomed and scrolled (this is a bit experimental). o Font hinting is not turned off any more - this means smaller text should be more readable. Hopefully it doesn't affect text layout. o Fixed a few GooCanvasTable drawing bugs. o Fixed GooCanvasText drawing, when align is set. o Fixed GooCanvasPolyline is_item_at() code, so the fill isn't tested. o Added "animation-finished" signals to GooCanvasItem & Model.
2008-11-20Needs msgfmt.hasso1-2/+2
2008-10-22Import goocanvas-0.12 as graphics/goocanvas.obache1-0/+24
GooCanvas is similar in many ways to GnomeCanvas and FooCanvas. But it uses cairo for rendering, has an optional model/view split, and uses interfaces for items & models (so you can easily turn any application object into a canvas item or model).