diff options
author | wiz <wiz@pkgsrc.org> | 2005-05-23 12:15:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-05-23 12:15:01 +0000 |
commit | 4a3663ab988fbe14a7776e0d627e7cb29c395f7d (patch) | |
tree | db278ba57c14d0486af1df9ac42721e0bc004bb8 /devel | |
parent | d1b91729ff2b324d5fc350ce021ef709b92ea382 (diff) | |
download | pkgsrc-4a3663ab988fbe14a7776e0d627e7cb29c395f7d.tar.gz |
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 (limited to 'devel')
-rw-r--r-- | devel/libgsf/Makefile | 6 | ||||
-rw-r--r-- | devel/libgsf/PLIST | 5 | ||||
-rw-r--r-- | devel/libgsf/distinfo | 8 |
3 files changed, 11 insertions, 8 deletions
diff --git a/devel/libgsf/Makefile b/devel/libgsf/Makefile index c2b43e8962b..8a82d22015e 100644 --- a/devel/libgsf/Makefile +++ b/devel/libgsf/Makefile @@ -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 diff --git a/devel/libgsf/PLIST b/devel/libgsf/PLIST index 37fc0af5b38..b272b42069a 100644 --- a/devel/libgsf/PLIST +++ b/devel/libgsf/PLIST @@ -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-gnome/gsf-shared-bonobo-stream.h 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-stdio.h 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 --git a/devel/libgsf/distinfo b/devel/libgsf/distinfo index 8a1c76f6084..522dd016ca0 100644 --- a/devel/libgsf/distinfo +++ b/devel/libgsf/distinfo @@ -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 |