Revision: 132661 https://trac.macports.org/changeset/132661 Author: devans@macports.org Date: 2015-02-06 09:00:06 -0800 (Fri, 06 Feb 2015) Log Message: ----------- inkscape-devel: update descriptions, additional reformatting to match inkscape. Modified Paths: -------------- trunk/dports/graphics/inkscape-devel/Portfile Modified: trunk/dports/graphics/inkscape-devel/Portfile =================================================================== --- trunk/dports/graphics/inkscape-devel/Portfile 2015-02-06 16:49:25 UTC (rev 132660) +++ trunk/dports/graphics/inkscape-devel/Portfile 2015-02-06 17:00:06 UTC (rev 132661) @@ -15,14 +15,11 @@ homepage http://www.inkscape.org/ description This is the ongoing unstable development version of Inkscape taken from \ - recent bzr trunk after branching inkscape-0.91.x. + recent bzr trunk. -long_description Inkscape is an open source SVG editor with \ - capabilities similar to Illustrator, CorelDraw, \ - Visio, etc. Supported SVG features include basic \ - shapes, paths, text, alpha blending, transforms, \ - gradients, node editing, svg-to-png export, \ - grouping, and more. ${description} +long_description Inkscape is an multi-platform, Open-Source Vector Graphics Editor \ + that uses SVG as its native file format. \ + ${description} fetch.type bzr bzr.url lp:inkscape @@ -64,21 +61,25 @@ } variant gtk3 description {Enable experimental GTK+ 3 build} { - depends_lib-delete port:gtkspell2 \ - port:gtk2 \ - port:gtkmm - depends_lib-append port:gnome-themes-standard \ - port:gtkspell3 \ - port:gtk3 \ - port:gtkmm3 \ - port:gdl3 + depends_lib-delete \ + port:gtkspell2 \ + port:gtk2 \ + port:gtkmm - configure.args-append --enable-gtk3-experimental + depends_lib-append \ + port:gnome-themes-standard \ + port:gtkspell3 \ + port:gtk3 \ + port:gtkmm3 \ + port:gdl3 + + configure.args-append \ + --enable-gtk3-experimental } variant svg2 description {Enable experimental SVG level 2 proposed features} { configure.cppflags-append \ - "-DWITH_MESH -DWITH_CSSBLEND -DWITH_CSSCOMPOSITE -DWITH_SVG2" + "-DWITH_MESH -DWITH_CSSBLEND -DWITH_CSSCOMPOSITE -DWITH_SVG2" } configure.cmd ./autogen.sh && ./configure
participants (1)
-
devans@macports.org