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.14.9:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/24e7d647dd78
branches:  trunk
changeset: 546660:24e7d647dd78
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Sep 06 15:20:16 2008 +0000

description:
Update to 1.14.9:

Dom:
        * Revitalize gio support.

Jody:
        * Add MS OOX support to gsf-vba-dump.
        * Extend the utility wrappers for GsfInfile.
        * Be more forgiving of corrupt ole2.
        * Add additional MS OpenPkg support to facilitate pivots.
        * gtk-doc improvements.
        * Make the VBA extractor more accessible.
        * Extensions for the xml parser to allow modularization.

Morten:
        * Use g_base64_-routines from glib when available.
        * When gio is available, do not link in gnomevfs.
        * Add self-check for the benefit of __arm__.

diffstat:

 devel/libgsf/Makefile |   4 ++--
 devel/libgsf/PLIST    |  10 ++++++----
 devel/libgsf/distinfo |   8 ++++----
 3 files changed, 12 insertions(+), 10 deletions(-)

diffs (92 lines):

diff -r afc47df4c11e -r 24e7d647dd78 devel/libgsf/Makefile
--- a/devel/libgsf/Makefile     Sat Sep 06 15:14:08 2008 +0000
+++ b/devel/libgsf/Makefile     Sat Sep 06 15:20:16 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.56 2008/03/07 20:22:57 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2008/09/06 15:20:16 wiz Exp $
 #
 
-DISTNAME=      libgsf-1.14.8
+DISTNAME=      libgsf-1.14.9
 CATEGORIES=    devel gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/libgsf/1.14/}
 EXTRACT_SUFX=  .tar.bz2
diff -r afc47df4c11e -r 24e7d647dd78 devel/libgsf/PLIST
--- a/devel/libgsf/PLIST        Sat Sep 06 15:14:08 2008 +0000
+++ b/devel/libgsf/PLIST        Sat Sep 06 15:20:16 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.22 2008/03/07 20:22:57 wiz Exp $
+@comment $NetBSD: PLIST,v 1.23 2008/09/06 15:20:16 wiz Exp $
 bin/gsf
 bin/gsf-office-thumbnailer
 bin/gsf-vba-dump
@@ -7,8 +7,6 @@
 include/libgsf-1/gsf-gnome/gsf-output-bonobo.h
 include/libgsf-1/gsf-gnome/gsf-output-gnomevfs.h
 include/libgsf-1/gsf-gnome/gsf-shared-bonobo-stream.h
-include/libgsf-1/gsf-gvfs/gsf-input-gvfs.h
-include/libgsf-1/gsf-gvfs/gsf-output-gvfs.h
 include/libgsf-1/gsf/gsf-blob.h
 include/libgsf-1/gsf/gsf-clip-data.h
 include/libgsf-1/gsf/gsf-doc-meta-data.h
@@ -21,6 +19,7 @@
 include/libgsf-1/gsf/gsf-infile-zip.h
 include/libgsf-1/gsf/gsf-infile.h
 include/libgsf-1/gsf/gsf-input-bzip.h
+include/libgsf-1/gsf/gsf-input-gio.h
 include/libgsf-1/gsf/gsf-input-gzip.h
 include/libgsf-1/gsf/gsf-input-http.h
 include/libgsf-1/gsf/gsf-input-impl.h
@@ -42,6 +41,7 @@
 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-gio.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
@@ -58,6 +58,7 @@
 lib/pkgconfig/libgsf-1.pc
 lib/pkgconfig/libgsf-gnome-1.pc
 man/man1/gsf-office-thumbnailer.1
+man/man1/gsf-vba-dump.1
 man/man1/gsf.1
 share/gconf/schemas/gsf-office-thumbnailer.schemas
 share/gtk-doc/html/gsf/GsfClipData.html
@@ -65,6 +66,7 @@
 share/gtk-doc/html/gsf/dependencies.html
 share/gtk-doc/html/gsf/gsf-Bononbo.html
 share/gtk-doc/html/gsf/gsf-Compression.html
+share/gtk-doc/html/gsf/gsf-GIO.html
 share/gtk-doc/html/gsf/gsf-GIOChannel.html
 share/gtk-doc/html/gsf/gsf-GnomeVFS.html
 share/gtk-doc/html/gsf/gsf-Infile-reading-structed-files.html
@@ -99,13 +101,13 @@
 share/gtk-doc/html/gsf/style.css
 share/gtk-doc/html/gsf/up.png
 share/locale/es/LC_MESSAGES/libgsf.mo
+share/locale/nb/LC_MESSAGES/libgsf.mo
 share/locale/oc/LC_MESSAGES/libgsf.mo
 share/locale/sv/LC_MESSAGES/libgsf.mo
 share/locale/zh_HK/LC_MESSAGES/libgsf.mo
 share/locale/zh_TW/LC_MESSAGES/libgsf.mo
 @dirrm share/gtk-doc/html/gsf
 @comment in GConf: @dirrm share/gconf/schemas
-@dirrm include/libgsf-1/gsf-gvfs
 @dirrm include/libgsf-1/gsf-gnome
 @dirrm include/libgsf-1/gsf
 @dirrm include/libgsf-1
diff -r afc47df4c11e -r 24e7d647dd78 devel/libgsf/distinfo
--- a/devel/libgsf/distinfo     Sat Sep 06 15:14:08 2008 +0000
+++ b/devel/libgsf/distinfo     Sat Sep 06 15:20:16 2008 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.24 2008/03/07 20:22:57 wiz Exp $
+$NetBSD: distinfo,v 1.25 2008/09/06 15:20:16 wiz Exp $
 
-SHA1 (libgsf-1.14.8.tar.bz2) = 780a411050b2168263f154d66a5ebb07141284e3
-RMD160 (libgsf-1.14.8.tar.bz2) = 6b80ad7992c71240eb6c7c621edcfbeb5ab07f82
-Size (libgsf-1.14.8.tar.bz2) = 632363 bytes
+SHA1 (libgsf-1.14.9.tar.bz2) = 45c5e4264309809b435fdaaed9b3ca3d3838c6fa
+RMD160 (libgsf-1.14.9.tar.bz2) = 8eb52378550b15a0c942b8ff87ef3e45d29fb8e0
+Size (libgsf-1.14.9.tar.bz2) = 626043 bytes
 SHA1 (patch-aa) = 2bfd206d45abd91ed8d5237df76a6128383e1322



Home | Main Index | Thread Index | Old Index