summaryrefslogtreecommitdiff
path: root/graphics/inkscape
AgeCommit message (Collapse)AuthorFilesLines
2005-12-29Add some more translations to PLIST as shown by bulk builds.joerg2-2/+6
Bump revision.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-04Update inkscape to 0.43.uebayasi3-12/+34
Changes from NEWS: The focus of this release is on the exciting new features sponsored by Google via their Summer of Code program. However, we have quite a bunch of other stuff too. Here are the highlights: * Connectors: A new Connector tool implements creation, editing, and autorouting (object-avoiding) of connector lines between objects. Indispensable for diagramming. (A Google SoC project.) * Inkboard collaborative editing: You can now connect to other Inkscape users over the Net and edit a shared document together, watching others' changes and making yours! (A Google SoC project.) * Pressure and tilt sensitivity: the Calligraphy tool can now use a tablet pen with pressure/tilt support to vary the width and angle of the calligraphic stroke. * Better node editing: You can freely drag/bend/stretch a Bezier curve by any point (not only by a node), as well as add a new node at any point on the curve. * New extensions for envelope distortion, whirling, and adding nodes. * Improved precision, expanded limits, many usability improvements and bugfixes.
2005-09-06Changes 0.42.2:adam2-6/+6
* Bug fixes
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-3/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-10sort.salo1-10/+10
2005-08-04PLIST correctionadam1-2/+1
2005-07-28Changes 0.42:adam5-47/+87
* Flowed text: text objects that automatically reflow in any shape (not only rectangle). * Text selection: finally you can shift+arrow or drag over part of a text and apply any style to the selected span. * Gradient tool: a completely redesigned and much easier to use gradient interface, with gradient handles displayed right on canvas. * Effects are now usable from within Inkscape on all platforms; this version ships with a collection of effects including path interpolation, randomization, and various fractal algorithms. * Color swatches: a standard facility in most graphic software, now in Inkscape too. * Colored clones: clones can now be painted differently from their original. * Tile tracing: the Tile Clones dialog can trace the existing image with the tiling, producing a multitude of exciting effects. * Grid arrange, baseline align, unclumping: new powerful ways to arrange objects. * Better PS/EPS export: gradient support, better text handling, a command line option for batch export. * Command line SVG analysis: use Inkscape from the command line to query coordinates and dimensions of objects in an SVG file. * Better SVG/CSS compliance: notably, internal CSS stylesheets are now supported (read-only). * OS X support: In addition to Linux and Windows, Inkscape 0.42 is available as a fully self-contained dmg package for Mac OS X.
2005-07-22Fixed buildlink paths, after updating gtkmmadam1-16/+13
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
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-05-10while harmless appearently, fix a configure test checking the boehm-gcdrochner2-1/+15
version which was broken die to a GNU'ism
2005-05-10The configure checks for boehm-gc>=6.4reed1-1/+2
so use BUILDLINK_DEPENDS.boehm-gc for that.
2005-05-10update to 0.41drochner5-194/+35
from the announcement: The primary focus of 0.41 has been bug fixing. [...] A couple new features also found their way in. First, the black and white tracing functionality introduced in 0.40 has been improved to also allow conversion of color and grayscale images. Second, is the addition of a new clone tiler facility which creates patterns, tesselations, and other sorts of geometric tiling arrangements. User requests and comments also stimulated a number of improvements to units handling, extensions, the Invert Selection command, layers selector, icon theming, and several new translations.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digestsagc1-1/+2
2005-01-19Remove -lpthread and -ldl from the configure checking for Boehm GC.reed2-1/+15
This is for PR #29012 from Douglas Brebner. I reported this to the inkscape developers and this is being fixed.
2005-01-12Update inkscape to 0.40. The ChangeLog is too long to add here. The NEWS filereed5-109/+60
has: This release has been slow in coming, but it was worth the wait: Inkscape 0.40 brings a huge amount of new features, usability enhancements, documentation, and bugfixes. The three most important new features are: * Layers are almost complete in this version; this fills a major gap in functionality, making Inkscape usable for complex artwork. * The Potrace bitmap tracer is incorporated into Inkscape - now vectorizing bitmaps is easy and interactive. A matching command, "Create bitmap copy", converts from any object to bitmap. * The text-on-path implementation is complete and very flexible. Both the text and the path remain fully editable and transformable. ... * Bugfixes: too many to mention (in total, 228 bugs closed in the tracker since 0.39), including several important SVG compatibility fixes. More information at http://inkscape.org/cgi-bin/wiki.pl?ReleaseNotes040 This package now depends on boehm-gc. And it uses libsigc++2 and gtkmm24 instead of libsigc++ and gtkmm. Many new templates added. And a new library added: libgimpgrad. Patches removed. (The landscape printing support was added to 0.40.)
2004-11-29Add dependency on gtkspell (for text input spellchecking), and bump PKGREVISION.wiz1-7/+8
Closes PR 28449.
2004-11-29This uses pkgconfig; include its buildlink3 file.wiz1-1/+2
Addresses PR 28449.
2004-10-15Import of inkscape-0.39nb1reed6-0/+421
It is a Scalable Vector Graphics (SVG) editor. This is from pkgsrc-wip.