summaryrefslogtreecommitdiff
path: root/graphics/goocanvas
AgeCommit message (Collapse)AuthorFilesLines
2017-02-12Recursive revbump from fonts/harfbuzzryoon2-4/+4
2017-02-06Recursive bump for harfbuzz's new graphite2 dependency.wiz2-4/+4
2016-08-03Revbump after graphics/gd updateadam2-4/+4
2015-11-03Add SHA512 digests for distfiles for graphics categoryagc1-1/+2
Problems found with existing digests: Package fotoxx distfile fotoxx-14.03.1.tar.gz ac2033f87de2c23941261f7c50160cddf872c110 [recorded] 118e98a8cc0414676b3c4d37b8df407c28a1407c [calculated] Package ploticus-examples distfile ploticus-2.00/plnode200.tar.gz 34274a03d0c41fae5690633663e3d4114b9d7a6d [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package AfterShotPro: missing distfile AfterShotPro-1.1.0.30/AfterShotPro_i386.deb Package pgraf: missing distfile pgraf-20010131.tar.gz Package qvplay: missing distfile qvplay-0.95.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-04-25Recursive revbump following MesaLib update, categories g through n.tnn2-4/+4
2014-05-05Recursive revbump from x11/pixmanryoon2-4/+4
Fix PR pkg/48777
2013-10-10Recursive revbump from pango-1.36.0ryoon2-4/+4
2013-09-02Revbump after cairo updateadam2-4/+4
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz2-4/+4
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron2-4/+4
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz2-4/+4
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.wiz2-4/+4
2012-10-08Revbump after updating graphics/pangoadam2-4/+4
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" packagetron2-4/+4
requested by Thomas Klausner.
2012-09-15recursive bump from libffi shlib major bumpobache2-4/+4
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-07Revbump after updating graphics/cairoadam2-4/+4
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
It turns out there were a lot of these.
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz2-4/+4
2012-02-06Revbump forwiz2-4/+4
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.sbd2-4/+4
2011-04-22recursive bump from gettext-lib shlib bump.obache2-4/+4
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.wiz2-3/+4
2011-01-12Update goocanvas to 1.0.0.obache3-11/+10
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 libgnomeabs2-4/+4
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz2-4/+4
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz2-4/+4
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 updatesno2-2/+4
2009-08-08Update goocanvas to 0.15.obache2-7/+7
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-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
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.obache3-8/+14
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.
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.
2008-11-20Needs msgfmt.hasso1-2/+2
2008-10-22Import goocanvas-0.12 as graphics/goocanvas.obache5-0/+127
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).