summaryrefslogtreecommitdiff
path: root/graphics/dia
AgeCommit message (Collapse)AuthorFilesLines
2002-12-30Fix warning message so we display the current charset properly.jmcneill2-8/+8
2002-12-30Regen.jmcneill1-2/+2
2002-12-30Make dia fallback to UTF-8 if it doesn't understand our charset instead ofjmcneill2-7/+42
segfaulting -- from Jarkko Torppa. Closes pkg/19008. Now that dia works again, remove the BROKEN tag from the Makefile.
2002-12-01USE_PKGLOCALEDIR, remove unnecessary patch, delint.salo1-6/+7
2002-10-19Track directory layout change at MASTER_SITE_GNOME.rh1-2/+2
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-10-08Remove two BUILDLINK_DEPENDS.* that refer older versions than mandated bywiz1-3/+1
the buildlink2.mk files.
2002-09-15Mark package as BROKEN -- it seg faults on start-up.jmcneill1-1/+3
2002-09-07Add patches from freebsd I forgot last time aroundmjl3-1/+31
2002-09-01Update dia to 0.90mjl5-383/+455
Note: dia may crash if LC_CTYPE is unset. Setting it to "en_US.ISO8859-1" works for me) * in FreeType mode, dia now looks for the xfs configuration files too to retrieve the font path. * Polish version of the manual added * a load-time compatibility issue with files produced by 0.88.1 was found and fixed for some UML objects. * we now better use the intltool facilities * increased tolerance to broken XML files * ER objects can have their text size changed * a couple bugs (i18n, l10n, p9y) fixed * from now on, all XML files produced by dia will be encoded as UTF-8. * Metapost renderer * Faster Postscript files. * More options in the UML Class dialog. * An optional menu bar can be added to each display window, in addition to the popup menu. * All RenderObjects have been replaced by equivalent shapes, and RenderObject support code removed. * All Lazyprop objects have been converted to Standard Properties instead. Lazyprop support code removed. * lots of internal changes and cleanups in the StdProp code. This breaks binary compatibility. * Shapes can now have a <svg:text> element. * polybeziers and beziergons now have their bounding box properly computed. * a few new shapes have been added. * crashes in the right-click menu have been nailed.
2002-05-21We need to include the gnome-print buildlink.mk for this to compile.jwise1-1/+2
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-4/+5
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-08-26Update to 0.88.1mjl3-63/+264
* Input method support should work correctly now. * SVG shape files now use namespace from final W3C recommendation. Addon shapes will have to be modified to use the http://www.w3.org/2000/SVG namespace for SVG. SVG export filter also uses correct doctype. * menus should now work in both gtk+ and gnome builds and have no i18n related problems. Don't look in app/menus.c. * pstricks renderer output should now work fine without modification now. * gdk-pixbuf is now a requirement for building dia. It no longer falls back to imlib if it can't find gdk-pixbuf. * handle "file not found" errors better in the image object type. * Dia now has documentation thanks to the GDP. The help menu now has more than just an about menu item. * Antialiased drawing mode probably won't crash dia anymore * Dia has a splash screen now (which can be turned off with the --nosplash option). * Updated bonobo support (when --enable-bonobo is used) * added expose event compression for the dia canvas, which makes dia more usable over remote X connections. * Many objects updated to use properties interface. * experimental unicode print support (--enable-unicode) * updates to the python plugin and now distribute it with dia (--with-python) * many new shapes and export filter plugins. * other bug fixes.
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-7/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-11-27The .a libraries also get installed...mycroft1-1/+18
2000-11-27Set USE_LIBTOOL and LTCONFIG_OVERRIDE.mycroft2-19/+22
Correct PLIST for libtool changes.
2000-10-17Dia is a program for creating diagrams of all kinds. The current versionhubertf6-0/+353
can do UML class diagrams, Entity-Relationship modeling, network diagrams, and much more. The engine is very flexible and dynamically loads diagram-types from disk. It can currently export to postscript and load/save in an xml format. Found on Jared D. McNeill's Unofficial NetBSD Package Collection page (http://pkgsrc.invisible.yi.org/)