The NetBSD Project

CVS log for pkgsrc/graphics/sodipodi/Attic/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / graphics / sodipodi

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.38
Tue May 20 13:40:36 2008 UTC (16 years, 11 months ago) by tnn
Branches: MAIN
CVS tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cube-native-xorg-base, cube-native-xorg, HEAD
FILE REMOVED
Changes since revision 1.37: +1 -1 lines
Remove sodipodi.
No development has taken place for years, homepage points at domain farm.
Considered abandoned in favour of inkscape (graphics/inkscape), which
started out as a sodipodi fork.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Fri Sep 21 13:03:55 2007 UTC (17 years, 7 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +3 -3 lines
Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Tue Jul 11 10:21:16 2006 UTC (18 years, 10 months ago) by hira
Branches: MAIN
CVS tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2 lines

Add missing perl to USE_TOOLS.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Sun Jun 11 14:33:03 2006 UTC (18 years, 11 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2 lines
Needs pkg-config and msgfmt.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Mon Apr 17 13:46:36 2006 UTC (19 years, 1 month ago) by wiz
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -2 lines
Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Sun Feb 5 23:09:39 2006 UTC (19 years, 3 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -2 lines
Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Jan 24 07:32:17 2006 UTC (19 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2 lines
Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Jun 27 21:14:40 2005 UTC (19 years, 10 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
Update HOMEPAGE. From Geert Hendrickx in PR 30614.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Wed Jun 1 18:02:57 2005 UTC (19 years, 11 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -2 lines
Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
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.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sun May 22 20:08:07 2005 UTC (19 years, 11 months ago) by jlam
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:

	USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison

Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Apr 11 21:46:09 2005 UTC (20 years, 1 month ago) by tv
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -2 lines
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sun Oct 3 00:14:58 2004 UTC (20 years, 7 months ago) by tv
Branches: MAIN
CVS tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -1 lines
Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
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.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Apr 14 16:15:24 2004 UTC (21 years, 1 month ago) by jmmv
Branches: MAIN
CVS tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -3 lines
Make use of the new USE_DIRS variable, instead of directly depending on the
*-dirs packages.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sun Mar 28 21:02:55 2004 UTC (21 years, 1 month ago) by xtraeme
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +8 -9 lines
Update sodipodi to 0.34, provided by Kouichirou Hiratsuka in PR
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)

Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Mar 8 19:40:39 2004 UTC (21 years, 2 months ago) by jmmv
Branches: MAIN
CVS tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +3 -3 lines
Handle some shared directories by depending on (or updating dependancies to
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sat Jan 24 15:46:44 2004 UTC (21 years, 3 months ago) by grant
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Jan 23 21:50:45 2004 UTC (21 years, 3 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
Bump PKGREVISION due to xmlcatmgr update to 2.0beta1.  I know; this is a PITA.
This shouldn't be needed if we had non-recursive dependancies *sigh*.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Jan 3 18:49:44 2004 UTC (21 years, 4 months ago) by reed
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -1 lines
Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Dec 18 04:14:05 2003 UTC (21 years, 5 months ago) by xtraeme
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +9 -5 lines
Update to 0.33

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

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Dec 13 00:45:24 2003 UTC (21 years, 5 months ago) by wiz
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
Bump PKGREVISION for atk library major bump.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Nov 12 01:31:50 2003 UTC (21 years, 6 months ago) by salo
Branches: MAIN
CVS tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
PKGREVISION++ due to devel/popt update.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Jul 17 21:42:47 2003 UTC (21 years, 10 months ago) by grant
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
s/netbsd.org/NetBSD.org/

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Jul 13 13:52:16 2003 UTC (21 years, 10 months ago) by wiz
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
PKGREVISION bump for libiconv update.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri May 2 11:55:30 2003 UTC (22 years ago) by wiz
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Mar 13 14:33:20 2003 UTC (22 years, 2 months ago) by wiz
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +7 -1 lines
Fix Xft detection. Bump PKGREVISION to 1.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Mar 10 23:02:18 2003 UTC (22 years, 2 months ago) by wiz
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +7 -13 lines
Update to 0.31. Changes:
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.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Jan 30 17:57:45 2003 UTC (22 years, 3 months ago) by salo
Branches: MAIN
CVS tags: netbsd-1-6-1-base, netbsd-1-6-1
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -3 lines
Update to version 0.28.

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

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Dec 24 06:10:09 2002 UTC (22 years, 4 months ago) by wiz
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -1 lines
Bump PKGREVISION because of dependency on latest freetype2 or glib2
package and library major bumps therein.
Also match dependency in corresponding buildlink2.mk's for the same reason.
Mmmm, binary packages.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Dec 1 13:49:42 2002 UTC (22 years, 5 months ago) by salo
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -1 lines
USE_PKGLOCALEDIR, remove unnecessary patch, delint.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Oct 7 23:47:50 2002 UTC (22 years, 7 months ago) by jlam
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -1 lines
Use EXPORT_SYMBOLS_LDFLAGS instead of hardcoding -export-dynamic into the
LDFLAGS.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Sep 12 00:43:49 2002 UTC (22 years, 8 months ago) by wiz
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +13 -16 lines
Update to 0.25, as requested in pkg/18268. Converted to buildlink2.
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.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Sep 10 16:06:43 2002 UTC (22 years, 8 months ago) by wiz
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Since the major of libiconv was increased during the update to 1.8,
bump dependency to latest libiconv version; recursively also bump all
dependencies of packages depending on libiconv.
Requested by fredb.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Aug 1 06:40:54 2002 UTC (22 years, 9 months ago) by jlam
Branches: MAIN
CVS tags: netbsd-1-6-RELEASE-base, netbsd-1-6
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Convert to use pthread.buildlink.mk.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Jul 12 22:51:27 2002 UTC (22 years, 10 months ago) by mycroft
Branches: MAIN
CVS tags: pkgviews-base, pkgviews
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1 lines
Set USE_X11BASE, primarily so that the .oafinfo file goes in the right place.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Mar 13 17:37:17 2002 UTC (23 years, 2 months ago) by fredb
Branches: MAIN
CVS tags: netbsd-1-5-PATCH003, buildlink2-base, buildlink2
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -1 lines
Give all packages which depend on "png" a version bump, and update
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".]

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Jan 3 14:20:39 2002 UTC (23 years, 4 months ago) by wiz
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +18 -15 lines
Weakly buildlinkify to make it build again.
Problem noted in bulk build.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Aug 16 21:45:25 2001 UTC (23 years, 9 months ago) by wiz
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
Use USE_XPM instead of DEPENDS for xpm for XF4 users.
[Should be buildlinked instead, but some dependencies are still missing.]

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Fri Aug 10 06:36:09 2001 UTC (23 years, 9 months ago) by manu
Branches: TNF
CVS tags: pkgsrc-base
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Open source vector graphics drawing program using SVG as native format

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Aug 10 06:36:09 2001 UTC (23 years, 9 months ago) by manu
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>