Subject: pkg/19798: Update package graphics/sodipodi
To: None <gnats-bugs@gnats.netbsd.org>
From: None <juan@xtraeme.dyndns.org>
List: netbsd-bugs
Date: 01/11/2003 23:03:14
>Number:         19798
>Category:       pkg
>Synopsis:       Update package graphics/sodipodi
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Sat Jan 11 14:04:00 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Juan RP
>Release:        NetBSD 1.6L
>Organization:
HispaBSD
>Environment:
System: NetBSD xtraeme.dyndns.org 1.6L NetBSD 1.6L (xtrakernel) #1: Mon Jan 6 22:11:27 CET 2003 root@xtraeme.dyndns.org:/usr/src/sys/arch/i386/compile/xtrakernel i386
Architecture: i386
Machine: i386
>Description:

The package graphics/sodipodi is out-of-date, out the latest version is 0.28.

Changelog:

Sodipodi 0.28 release notes

This release is mostly about speed. Using locally modified canvas port we were able to made sodipodi so much more responsive, we felt the need to share it with community.

Highlights (in order of Changelog):

    * Eliminated lagging-behind-UI event queues (me)
    * Eliminated expensive intersection tests for select-only updates (me)
    * MMX optimizations for most heavily used pixel operations (me)
    * Compilation speedups (me)
    * Way to add custom freetype-readable fonts, thus having real vertical metrics (me)
    * Fully dynamic XML editor (MenTaLguY)
    * Combine and Convert to curve work on multiple items selected (Masatake)
    * userSpaceOnUse units are supported, so nautilus-readable icons can be drawn with sodipodi (me)
    * Way to specify reflect and repeat gradient spreads (me)
    * Patterned lines (me)
    * Node editing has stamping too (Masatake) 

25/11/2002
Lauris Kaplinski
Tartu, Estonia
Sodipodi 0.27 release notes

Highlights (in order of Changelog):

    * Transformation 'stamping' (Masatake)
    * Objects with either or both dimension zero show size correctly (me)
    * Fully functional radial gradients (me)
    * Patterns are displayed (no editing yet) (me)
    * You can enter arbitrary unicode values in text context (me)
    * Much faster text display (me)
    * Rule scale and origin can be changed (me)
    * Lots of bugfixes 

09/10/2002
Lauris Kaplinski
Tartu, Estonia
Sodipodi 0.26 release notes

As one could expect, previous release was quite buggy. Some of them were nasty enough, to justify bugfix release.

Highlights:

    * Works now on locales using ',' as decimal separator
    * Writes DTD correctly, so 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 

>How-To-Repeat:


Index: Makefile
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/graphics/sodipodi/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile	2002/12/24 06:10:09	1.11
+++ Makefile	2003/01/11 22:01:59
@@ -1,8 +1,7 @@
 # $NetBSD: Makefile,v 1.11 2002/12/24 06:10:09 wiz Exp $
 #
 
-DISTNAME=	sodipodi-0.25
-PKGREVISION=	1
+DISTNAME=	sodipodi-0.28
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=sodipodi/}
 
Index: PLIST
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/graphics/sodipodi/PLIST,v
retrieving revision 1.2
diff -u -r1.2 PLIST
--- PLIST	2002/09/12 00:43:49	1.2
+++ PLIST	2003/01/11 22:01:59
@@ -30,6 +30,8 @@
 share/pixmaps/sodipodi.png
 share/sodipodi/about.svg
 share/sodipodi/add.xpm
+share/sodipodi/add_xml_element_node.xpm
+share/sodipodi/add_xml_text_node.xpm
 share/sodipodi/al_bottom_in.xpm
 share/sodipodi/al_bottom_out.xpm
 share/sodipodi/al_center_hor.xpm
@@ -66,6 +68,8 @@
 share/sodipodi/cusp.xpm
 share/sodipodi/del.xpm
 share/sodipodi/delete.xpm
+share/sodipodi/delete_xml_attribute.xpm
+share/sodipodi/delete_xml_node.xpm
 share/sodipodi/desktop.glade
 share/sodipodi/dimension_hor.xpm
 share/sodipodi/dimension_ver.xpm
@@ -86,6 +90,7 @@
 share/sodipodi/dt_active.xpm
 share/sodipodi/dt_inactive.xpm
 share/sodipodi/duplicate.xpm
+share/sodipodi/duplicate_xml_node.xpm
 share/sodipodi/edge_down.xpm
 share/sodipodi/edge_up.xpm
 share/sodipodi/edit_copy.xpm
@@ -109,6 +114,7 @@
 share/sodipodi/fill_gradient.xpm
 share/sodipodi/fill_none.xpm
 share/sodipodi/fill_pattern.xpm
+share/sodipodi/fill_radial.xpm
 share/sodipodi/fill_solid.xpm
 share/sodipodi/flip_hor.xpm
 share/sodipodi/flip_ver.xpm
@@ -174,6 +180,7 @@
 share/sodipodi/selection_ungroup.xpm
 share/sodipodi/selection_up.xpm
 share/sodipodi/seperate_tool.xpm
+share/sodipodi/set.xpm
 share/sodipodi/skew.xpm
 share/sodipodi/skew_hor.xpm
 share/sodipodi/skew_ver.xpm
@@ -206,7 +213,7 @@
 share/sodipodi/zoom_out.xpm
 share/sodipodi/zoom_page.xpm
 share/sodipodi/zoom_select.xpm
-@dirrm share/sodipodi
 @unexec ${RMDIR} %D/share/oaf 2> /dev/null || ${TRUE}
 @unexec ${RMDIR} %D/share/gnome/apps/Graphics 2> /dev/null || ${TRUE}
 @unexec ${RMDIR} %D/share/gnome/apps 2> /dev/null || ${TRUE}
+@dirrm share/sodipodi
Index: distinfo
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/graphics/sodipodi/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	2002/10/07 23:47:50	1.3
+++ distinfo	2003/01/11 22:01:59
@@ -1,5 +1,4 @@
 $NetBSD: distinfo,v 1.3 2002/10/07 23:47:50 jlam Exp $
 
-SHA1 (sodipodi-0.25.tar.gz) = 6c2b056c3c3f76a8581a92487dea3dcc094154f8
-Size (sodipodi-0.25.tar.gz) = 1260296 bytes
-SHA1 (patch-ab) = 3410f7cc009c4777515eaacd4279f7608337d200
+SHA1 (sodipodi-0.28.tar.gz) = e5ce39bdf7289ca315f0c716dcb3a03280ae9769
+Size (sodipodi-0.28.tar.gz) = 1399242 bytes


>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted: