summaryrefslogtreecommitdiff
path: root/graphics/sodipodi
AgeCommit message (Collapse)AuthorFilesLines
2005-06-27Update HOMEPAGE. From Geert Hendrickx in PR 30614.wiz1-2/+2
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+1
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-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digestsagc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-3/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv1-3/+2
*-dirs packages.
2004-03-28Update sodipodi to 0.34, provided by Kouichirou Hiratsuka in PRxtraeme3-13/+26
pkg/24868. This release incorporates for the first time path composition operations (union, intersection and subtraction) and new, calligraphic pen based freehand drawing. Plus many bugfixes and smaller features, as usual. * Fixed file and font name handling in Win9X/ME (Lauris) * Use full bounding box for calculating export region (John) * Support xml:space attribute for text (Mitsuru) * Support CDATA nodes (Lauris) * Preserve arbitrary namespace declarations (Lauris) * Path uncross, union, intersection and subtraction (Lauris) * Reimplemented printing from command line (Emile) * Bugfixes (everyone)
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv2-6/+4
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv1-2/+2
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-03Bump package revisions for tiff update.reed1-1/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-12-18Update to 0.33xtraeme3-9/+18
Changes: - Text gradients get double href and thus are built again and again - Fix rendering of gradients with global opacity - Make export dialog honour filename - Make internal canvas position floating-point - Split ::Modified and ::Update flags in SPObject - Fix zooming into scaled text - Baseline-shift and spacing properties - Does export create namedview views that are not destroyed? - Star::Build does not work for non-sodipodi objects
2003-12-13Bump PKGREVISION for atk library major bump.wiz1-2/+2
2003-11-12PKGREVISION++ due to devel/popt update.salo1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-12/+12
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-2/+2
dependency bumps.
2003-03-13Fix Xft detection. Bump PKGREVISION to 1.wiz1-1/+7
2003-03-10Update to 0.31. Changes:wiz3-31/+15
0.31: A fix for an annoying bug that caused full screen to update instead of only the changed area, a new variable-size, Gaussian-distribution dropper tool, and a new commandline argument to make SVG icons default without recompiling. 0.30: Path corruption in node editing has been fixed. <mask>, <clipPath>, and <symbol> have been implemented. Viewport and alignments in <svg> have been implemented. Incorrectly interpreted rectangle corners have been fixed. The slideshow works again. 0.29: This release has been ported to the Gtk+ 2 widget set, removes the GNOME dependencies, makes gnome-print optional, and adds initial support for the Win32 environment.
2003-01-30Update to version 0.28.salo4-21/+14
Provided by Juan RP via PR pkg/19798, also closes PR pkg/19616 by Gan Uesli Starling. Changelog: Sodipodi 0.28 ============= * Eliminated lagging-behind-UI event queues * Eliminated expensive intersection tests for select-only updates * MMX optimizations for most heavily used pixel operations * Compilation speedups * Way to add custom freetype-readable fonts, having real vertical metrics * Fully dynamic XML editor * Combine and Convert to curve work on multiple items selected * userSpaceOnUse units are supported, nautilus-readable icons can be drawn * Way to specify reflect and repeat gradient spreads * Patterned lines * Node editing has stamping too Sodipodi 0.27 ============= * Transformation 'stamping' * Objects with either or both dimension zero show size correctly * Fully functional radial gradients * Patterns are displayed (no editing yet) * You can enter arbitrary unicode values in text context * Much faster text display * Rule scale and origin can be changed * Lots of bugfixes Sodipodi 0.26 ============= * Works now on locales using ',' as decimal separator * Writes DTD correctly, Sodipodi files are viewable with Adobe SVG plugin * Text is editable in place * Plain SVG saving mode * Recently opened files list * Fill rule can be changed * Lots of bugfixes
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz1-1/+2
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-12-01USE_PKGLOCALEDIR, remove unnecessary patch, delint.salo1-1/+2
2002-10-07Use EXPORT_SYMBOLS_LDFLAGS instead of hardcoding -export-dynamic into thejlam3-17/+3
LDFLAGS.
2002-09-12Update to 0.25, as requested in pkg/18268. Converted to buildlink2.wiz4-67/+80
Changes: In 0.24: gradients, dynamic dialogs, emergency saves, much improved handles, better line drawing code, and near complete grid/guideline snapping. In 0.25: text object now conforms to SVG spec, global cleanup of styles and units was done, star, spiral, and arc were added, autotrace and vertical text layout now supported.
2002-09-10Since the major of libiconv was increased during the update to 1.8,wiz1-2/+2
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb.
2002-08-01Convert to use pthread.buildlink.mk.jlam1-2/+2
2002-07-12Set USE_X11BASE, primarily so that the .oafinfo file goes in the right place.mycroft1-1/+2
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-1/+2
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".]
2002-01-03Weakly buildlinkify to make it build again.wiz1-15/+18
Problem noted in bulk build.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-08-16Use USE_XPM instead of DEPENDS for xpm for XF4 users.wiz1-2/+2
[Should be buildlinked instead, but some dependencies are still missing.]
2001-08-10Open source vector graphics drawing program using SVG as native formatmanu5-0/+270