pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libgsf Update to 1.12.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e46ee0acdc9a
branches:  trunk
changeset: 494375:e46ee0acdc9a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon May 23 12:15:01 2005 +0000

description:
Update to 1.12.0:

Herzi:
        * Allow multiple calls to gsf_xml_out_add_cstr.  [#167166]

Ivan:
        * Fix codepage problem.  [#162841]

Jody:
        * Support GObject properties in GsfOutfile::new_child
        * Cleanup the OLE2 property import
        * Re-org the GsfDocMetadata interface
        * Cleanup the OLE2 property export

Manuel Mausz:
        * OLE2 property export.

Morten:
        * Attempt to get non-ASCII filenames right on Win32.  [#171145]
        * Add "raw" properties to GsfInputGzip and GsfOutputGzip to
          allow header/trailer-less files.  Also allow g_object_new
          construction of these classes.
        * Add "uncompressed_size" property to GsfInputGzip allowing to
          decompress files larger than 4GB.
        * Propagate errors from GsfOutputGzip's sink to itself.
        * Fix GsfOutputStdio to avoid killing the target file when we
          get an error.
        * Add new GsfOutputCsv and GsfOutputIconv.
        * Fix GsfOutfileZip's handling of compression levels.
        * Allow getting the compression level when reading zip files.
        * Improve zip file performance.  (No longer reopens the underlying
          file for each member you read.)
        * Clean up zip output for zip files with non-ASCII members.
        * Make it possible to use g_object_new to create zip io objects.

diffstat:

 devel/libgsf/Makefile |  6 +++---
 devel/libgsf/PLIST    |  5 ++++-
 devel/libgsf/distinfo |  8 ++++----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (56 lines):

diff -r 0fade3c12686 -r e46ee0acdc9a devel/libgsf/Makefile
--- a/devel/libgsf/Makefile     Mon May 23 12:05:46 2005 +0000
+++ b/devel/libgsf/Makefile     Mon May 23 12:15:01 2005 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.19 2005/04/11 21:45:27 tv Exp $
+# $NetBSD: Makefile,v 1.20 2005/05/23 12:15:01 wiz Exp $
 #
 
-DISTNAME=      libgsf-1.11.1
+DISTNAME=      libgsf-1.12.0
 CATEGORIES=    devel gnome
-MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/libgsf/1.11/}
+MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/libgsf/1.12/}
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    tech-pkg%NetBSD.org@localhost
diff -r 0fade3c12686 -r e46ee0acdc9a devel/libgsf/PLIST
--- a/devel/libgsf/PLIST        Mon May 23 12:05:46 2005 +0000
+++ b/devel/libgsf/PLIST        Mon May 23 12:15:01 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2004/12/22 11:44:41 drochner Exp $
+@comment $NetBSD: PLIST,v 1.7 2005/05/23 12:15:01 wiz Exp $
 include/libgsf-1/gsf-gnome/gsf-input-bonobo.h
 include/libgsf-1/gsf-gnome/gsf-input-gnomevfs.h
 include/libgsf-1/gsf-gnome/gsf-output-bonobo.h
@@ -7,6 +7,7 @@
 include/libgsf-1/gsf-win32/gsf-input-win32.h
 include/libgsf-1/gsf-win32/gsf-output-win32.h
 include/libgsf-1/gsf/gsf-doc-meta-data.h
+include/libgsf-1/gsf/gsf-docprop-vector.h
 include/libgsf-1/gsf/gsf-impl-utils.h
 include/libgsf-1/gsf/gsf-infile-impl.h
 include/libgsf-1/gsf/gsf-infile-msole.h
@@ -32,7 +33,9 @@
 include/libgsf-1/gsf/gsf-outfile-zip.h
 include/libgsf-1/gsf/gsf-outfile.h
 include/libgsf-1/gsf/gsf-output-bzip.h
+include/libgsf-1/gsf/gsf-output-csv.h
 include/libgsf-1/gsf/gsf-output-gzip.h
+include/libgsf-1/gsf/gsf-output-iconv.h
 include/libgsf-1/gsf/gsf-output-impl.h
 include/libgsf-1/gsf/gsf-output-iochannel.h
 include/libgsf-1/gsf/gsf-output-memory.h
diff -r 0fade3c12686 -r e46ee0acdc9a devel/libgsf/distinfo
--- a/devel/libgsf/distinfo     Mon May 23 12:05:46 2005 +0000
+++ b/devel/libgsf/distinfo     Mon May 23 12:15:01 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2005/02/23 22:24:18 agc Exp $
+$NetBSD: distinfo,v 1.9 2005/05/23 12:15:01 wiz Exp $
 
-SHA1 (libgsf-1.11.1.tar.bz2) = a3e26b9b16da49f2f4dcd6aef54c4ec74ef52264
-RMD160 (libgsf-1.11.1.tar.bz2) = 0c7a51f01f6feab0b368f5275882f0e7fe8f4ba9
-Size (libgsf-1.11.1.tar.bz2) = 413711 bytes
+SHA1 (libgsf-1.12.0.tar.bz2) = 432552add366583a708799127729a052edbf440f
+RMD160 (libgsf-1.12.0.tar.bz2) = c384a37a5514b6ea9186a8e8f02d46c005606c6e
+Size (libgsf-1.12.0.tar.bz2) = 437842 bytes



Home | Main Index | Thread Index | Old Index