Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
jmmv 9cbfe1b6ad Update librsvg2 and librsvg2-gtk2 to 2.6.5:
== librsvg 2.6.5 ==

	* configure.in: Bump version
	* *.pc.in: Remove bogus dependencies
	* rsvg-styles.c: Make #140797 less poignant

== librsvg 2.6.4 ==

2004-03-28  Caleb Moore <c.moore@student.unsw.edu.au>

	* rsvg-paint-server.c: Fixed linear gradient transformation bug

2004-03-25  Dom Lachowicz <cinamod@hotmail.com>

	* rsvg-styles.c: Memleak was in libcroco and not librsvg. Dodji fixed
	it there, and now we cause SEGVs. Bug 138084

2004-03-18  Dom Lachowicz <cinamod@hotmail.com>

	* rsvg-styles.c: Fix CSS memory leak

2004-03-15  Caleb Moore <c.moore@student.unsw.edu.au>

	* rsvg-bpath-util.c: Applied double move fix contributed by ross
	alexander.

2004-03-15  Dom Lachowicz <cinamod@hotmail.com>

	* rsvg-css.c: Work around something for jimmac

2004-03-11  Dom Lachowicz <cinamod@hotmail.com>

	* rsvg.c: More work on 105316

2004-03-07  Dom Lachowicz <cinamod@hotmail.com>

	* rsvg.c: Do something for clahey (bug #105316)

2004-03-05  Dodji Seketeli  <dodji@gnome.org>

	* rsvg-styles.c:
	(ccss_property): changed the signature of this function
	to comply with the new signature of CRDocHandler::property()
	in libcroco.

2004-03-04  Glynn Foster  <glynn.foster@sun.com>

	* Makefile.am, configure.in, librsvg-2.0-uninstalled.pc.in:
	Add uninstalled pkg-config file.

2004-02-19  Dom Lachowicz <cinamod@hotmail.com>

	* Makefile.am: disable vector text path code for the 2.6 release

2004-02-18  Brian Koebbe  <brian@koebbe.org>

	* rsvg-css.c (rsvg_css_parse_list): fix a loop run amuck (#134801)

2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>

	* rsvg-gz.c: (rsvg_handle_gz_close_impl):
	  catch read error from gsf_input_read
          break from infinite loops that do not manage to write (#134653)

2004-02-16  Dom Lachowicz <cinamod@hotmail.com>

	* configure.in: Fix bug #134492

2004-02-15  Dom Lachowicz <cinamod@hotmail.com>

	* configure.in, rsvg-styles.c: Fix bug #134292

2004-02-14  Dom Lachowicz <cinamod@hotmail.com>

	* rsvg.c: Fix bug #133947

2004-01-31  Dom Lachowicz <cinamod@hotmail.com>

	* rsvg-css.*: Hopefully fix bug #113538

2004-01-29  Dom Lachowicz <cinamod@hotmail.com>

	* configure.in: bug #132569

2004-01-15  Dom Lachowicz <cinamod@hotmail.com>

	* rsvg-css.c:
	* test-rsvg.c: Fix bug #131644

2004-01-12  Dom Lachowicz <cinamod@hotmail.com>

	* rsvg-shapes.c: Fix bug #124075

2004-01-06  Dom Lachowicz <cinamod@hotmail.com>

	* Makefile.am: Fix bug #130687

2004-01-05  Dom Lachowicz <cinamod@hotmail.com>

	* rsvg-text.c:
	* rsvg-text-vectors.c: Factor out bitmap vs. vector text routines

2004-01-04  Dom Lachowicz <cinamod@hotmail.com>

	* rsvg-text-vectors.c: Start of work toward representing text as
	vector paths. Mad props go to the boys @ the Gimp for pointing me in
	the right direction here (bug #107668).

2003-12-13  Caleb Moore <calebmm@tpg.com.au>

	* rsvg-bpath-util.c: Fixed double move bug in path

2003-12-10  Federico Mena Quintero  <federico@ximian.com>

	* rsvg-defs.c: #include <glib/gmessages.h>

2003-12-09  Dom Lachowicz <cinamod@hotmail.com>

	* rsvg-defs.c (rsvg_defs_set): Bug 128690

2003-12-07  Dom Lachowicz <cinamod@hotmail.com>

	* configure.in: Bump version number

2003-12-07  Dom Lachowicz <cinamod@hotmail.com>

	* rsvg.c:
	* rsvg-paint-server.c: Fix userspace gradients (Caleb Moore)

2003-11-27  Caleb Moore <calebmm@tpg.com.au>

	* *: Implement bounding box based gradients

2003-11-25  Caleb Moore <calebmm@tpg.com.au>

	* rsvg-styles.c: Fix opacity inheritance. Fixes a few bugs

2003-11-25  Dom Lachowicz <cinamod@hotmail.com>

	* moz-plugin/*: Start of work on a RSVG Mozilla/Netscape plugin.
	Doesn't work quite yet - needs some help along.

2003-11-24  Dom Lachowicz <cinamod@hotmail.com>

	* rsvg-styles.c
	* rsvg-styles.h
	* rsvg-shape.c: Fix Sodipodi flags, implement fill rules. From
	"Caleb Moore" <calebmm@tpg.com.au>

2003-10-16  Sven Neumann  <sven@gimp.org>

	* rsvg.c: fixed inline docs.

	* doc/Makefile.am: ignore internal header files.

	* doc/rsvg-sections.txt
	* doc/tmpl/rsvg.sgml: added new functions.

2003-09-23  Sven Neumann  <sven@gimp.org>

	* rsvg.c (rsvg_start_svg): respect viewBox offsets by applying an
	appropriate translation.

2003-09-21  Tor Lillqvist  <tml@iki.fi>

	* librsvg-zip.in: New file.

	* configure.in: Check for Win32, set OS_WIN32 automake
	variable. Check for strtok_r. Expand librsvg-zip.

	* Makefile.am: Use -lm only on Unix. Add LIBGSF_LIBS and
	LIBCROCO_LIBS to librsvg_2_la_LIBADD. Distribute librsvg-zip.in.

	* rsvg-css.c: Use G_PI instead of M_PI.
	(strtok_r): Implement strtok_r here if not available. (Very
	suboptimal implementation.)

2003-09-19  Sven Neumann  <sven@gimp.org>

	* rsvg-file-util.c: implemented missing GError handling for file
	operations.

2003-09-18  Sven Neumann  <sven@gimp.org>

	* Makefile.am
	* configure.in
	* gimp-plugin/Makefile.am
	* gimp-plugin/svg.c: removed GIMP plug-in; it now lives in the
	GIMP source tree. Thanks a lot for the nice work you've done!

2003-09-12  Sven Neumann  <sven@gimp.org>

	* configure.in
	* rsvg-styles.c (rsvg_real_parse_cssbuffer): removed the #warning
	here and instead output it when configure is run (bug #122119).

2003-09-12  Sven Neumann  <sven@gimp.org>

	* configure.in: depend on Pango version 1.2.0 or newer.

	* rsvg-text.c (rsvg_text_handler_characters): don't use
	pango_ft2_get_context() which is deprecated in Pango HEAD, but
	create the Pango context from the fontmap instead (bug #122121).

	* rsvg-path.c (rsvg_parse_path_do_cmd): fixed storage of
	reflection point in Q command which caused the next T command to
	create a wrong stroke (bug #122118).

2003-09-11  Sven Neumann  <sven@gimp.org>

	* gimp-plugin/svg.c: Sprinkled the code with const qualifiers.
	Fixed transfer of pixel data from pixbuf to pixel region. The
	old code was wrong for pixbufs with rowstride != width * bpp.
2004-05-15 12:01:07 +00:00
archivers Fix security problem of lha package applying patches by David Ahmad 2004-05-13 11:42:43 +00:00
audio Fix build under NetBSD current (>= 2.0D); statvfs problems. 2004-05-15 09:34:53 +00:00
benchmarks Honor *OWN and *GRP. 2004-05-13 17:57:05 +00:00
biology Convert to buildlink3. 2004-04-11 04:07:05 +00:00
bootstrap --pkgsrcdir is no more. 2004-05-11 02:19:48 +00:00
cad s/malloc.h/stdlib.h/ (for darwin/freebsd) 2004-05-07 01:44:03 +00:00
chat Make mysql and expat-using modules find their shlibs. 2004-05-09 23:58:19 +00:00
comms No longer used. 2004-05-03 05:16:28 +00:00
converters This package uses INFO_FILES so install latex2rtf.info to 2004-05-07 22:08:56 +00:00
cross Unused. 2004-05-11 21:01:05 +00:00
databases Convert to bl3. Make build with gcc3. 2004-05-14 18:49:52 +00:00
devel Update to 2.6.1: 2004-05-15 11:25:52 +00:00
distfiles
doc Note update of gnome-keyring to 0.2.1. 2004-05-15 11:34:12 +00:00
editors Correct spelling of ja-FreeWnn-lib and Canna-lib in use of BUILDLINK_PREFIX. 2004-05-13 19:29:42 +00:00
emulators Update to winelib-0.2 (part of mono beta 1) 2004-05-11 17:38:54 +00:00
finance Fix scripts to run the correct guile interpreter. 2004-05-05 11:18:14 +00:00
fonts Add and enable un-ttf. 2004-05-08 01:55:57 +00:00
games add and enable raw 2004-05-14 15:45:04 +00:00
geography Convert to buildlink3. 2004-05-09 02:26:14 +00:00
graphics Update librsvg2 and librsvg2-gtk2 to 2.6.5: 2004-05-15 12:01:07 +00:00
ham Updated xlog to 0.9.3: Several bug fixes 2004-05-06 13:41:45 +00:00
inputmethod Correct spelling of ja-FreeWnn-lib, sj3-lib, and Canna-lib in use 2004-05-13 19:51:49 +00:00
lang Enable threads support in NetBSD, add missing directory to PLIST. 2004-05-14 08:22:45 +00:00
licenses Add license for rar-linux. 2004-02-27 15:17:28 +00:00
mail Unlimit datasize when building with *any* version of GCC. 2004-05-14 09:36:53 +00:00
math Update mathomatic to 11.1b. 2004-05-14 15:01:31 +00:00
mbone Convert to buildlink3. 2004-04-11 09:02:04 +00:00
meta-pkgs whitespace nits 2004-05-07 15:25:13 +00:00
misc Enable p5-I18N-LangTags and p5-Locale-Maketext 2004-05-13 08:33:30 +00:00
mk update suggested CPAN mirror for Australia to mirror.aarnet.edu.au, 2004-05-15 09:44:00 +00:00
multimedia Unused. 2004-05-14 10:01:48 +00:00
net fix deprecated -P usage (thanks to Jon Olsson 2004-05-14 15:40:53 +00:00
news Update to 1.9.52. Changes since previous version (1.9.49) include: 2004-05-05 15:25:40 +00:00
packages
parallel add and enable sge 2004-05-03 00:39:16 +00:00
pkgtools Back out changes made in 3.75, it's too slow for lintpkgsrc. Make it 3.76. 2004-05-13 10:46:01 +00:00
print No longer used. 2004-05-09 04:14:55 +00:00
security Update to 0.2.1: new and updated translations. 2004-05-15 11:33:28 +00:00
shells On some systems (for example IRIX 5.3 with the IDO compilers), none of the 2004-05-12 20:56:14 +00:00
sysutils cfengine needs flex(1) to build. 2004-05-15 08:31:22 +00:00
templates These pkgs are known to support IPv6. 2003-10-06 00:27:15 +00:00
textproc Sort. 2004-05-13 04:13:27 +00:00
time Update xfce4-datetime-plugin to 0.3.0. Based on the patch submitted 2004-05-15 05:01:37 +00:00
wm Derive PKGNAME from DISTNAME. While here, fix a typo in a comment. 2004-05-14 22:08:16 +00:00
www Bump default package version to 7.50. 2004-05-15 08:43:09 +00:00
x11 Add DIST_SUBDIR to limit the fallout from the recent distfile checksum change. 2004-05-15 00:18:06 +00:00
Makefile Add show-deps target: 2004-03-26 02:38:42 +00:00
Packages.txt Add 10.44 Where's the pkgviews documentation? 2004-05-02 10:37:48 +00:00
pkglocate
README the pkgsrc documentation is in Packages.txt right now, as the XML 2004-03-13 11:31:43 +00:00

$NetBSD: README,v 1.17 2004/03/13 11:31:43 grant Exp $

Please see Packages.txt in the top level pkgsrc directory (this
directory) for information.