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.13.3:
details: https://anonhg.NetBSD.org/pkgsrc/rev/594ae1a98b9f
branches: trunk
changeset: 503697:594ae1a98b9f
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Nov 25 21:12:29 2005 +0000
description:
Update to 1.13.3:
libgsf 1.13.3
J.H.M. Dassen (Ray) :
* Improve documentation.
Jody :
* More work on extension interface to sax import wrapper.
--------------------------------------------------------------------------
libgsf 1.13.0
Jody:
* API changes SAX wrappers for help OpenDoc and SpreadsheetML.
Kasal:
* Improve libtool versioning.
* Relax the gconf requirement.
Luciano Wolf:
* OpenDocument meta stream parser.
Sven Herzberg:
* Fix for GsfOutputGnomeVFS
API change with shlib major change -> BUILDLINK_DEPENDS bumped.
diffstat:
devel/libgsf/Makefile | 7 +++----
devel/libgsf/PLIST | 13 +++++++++----
devel/libgsf/buildlink3.mk | 5 ++---
devel/libgsf/distinfo | 10 +++++-----
devel/libgsf/patches/patch-ab | 12 ++++++------
5 files changed, 25 insertions(+), 22 deletions(-)
diffs (127 lines):
diff -r 0b39065c2424 -r 594ae1a98b9f devel/libgsf/Makefile
--- a/devel/libgsf/Makefile Fri Nov 25 21:01:12 2005 +0000
+++ b/devel/libgsf/Makefile Fri Nov 25 21:12:29 2005 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.27 2005/11/15 12:49:03 hira Exp $
+# $NetBSD: Makefile,v 1.28 2005/11/25 21:12:29 wiz Exp $
#
-DISTNAME= libgsf-1.12.3
-PKGREVISION= 2
+DISTNAME= libgsf-1.13.3
CATEGORIES= devel gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgsf/1.12/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgsf/1.13/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= tech-pkg%NetBSD.org@localhost
diff -r 0b39065c2424 -r 594ae1a98b9f devel/libgsf/PLIST
--- a/devel/libgsf/PLIST Fri Nov 25 21:01:12 2005 +0000
+++ b/devel/libgsf/PLIST Fri Nov 25 21:12:29 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2005/11/15 12:49:03 hira Exp $
+@comment $NetBSD: PLIST,v 1.11 2005/11/25 21:12:29 wiz Exp $
bin/gsf-office-thumbnailer
include/libgsf-1/gsf-gnome/gsf-input-bonobo.h
include/libgsf-1/gsf-gnome/gsf-input-gnomevfs.h
@@ -30,6 +30,7 @@
include/libgsf-1/gsf/gsf-libxml.h
include/libgsf-1/gsf/gsf-meta-names.h
include/libgsf-1/gsf/gsf-msole-utils.h
+include/libgsf-1/gsf/gsf-opendoc-utils.h
include/libgsf-1/gsf/gsf-outfile-impl.h
include/libgsf-1/gsf/gsf-outfile-msole.h
include/libgsf-1/gsf/gsf-outfile-stdio.h
@@ -53,13 +54,14 @@
lib/pkgconfig/libgsf-1.pc
lib/pkgconfig/libgsf-gnome-1.pc
man/man1/gsf-office-thumbnailer.1
+share/doc/libgsf/gsf/GsfBlob.html
+share/doc/libgsf/gsf/GsfClipData.html
share/doc/libgsf/gsf/api.html
+share/doc/libgsf/gsf/dependencies.html
share/doc/libgsf/gsf/gsf-Bononbo.html
share/doc/libgsf/gsf/gsf-Compression.html
share/doc/libgsf/gsf/gsf-GIOChannel.html
share/doc/libgsf/gsf/gsf-GnomeVFS.html
-share/doc/libgsf/gsf/gsf-GsfBlob.html
-share/doc/libgsf/gsf/gsf-GsfClipData.html
share/doc/libgsf/gsf/gsf-Infile-reading-structed-files.html
share/doc/libgsf/gsf/gsf-Input-from-unstructured-files.html
share/doc/libgsf/gsf/gsf-MS-OLE2.html
@@ -70,14 +72,17 @@
share/doc/libgsf/gsf/gsf-Text.html
share/doc/libgsf/gsf/gsf-XML-and-libxml.html
share/doc/libgsf/gsf/gsf-Zip.html
+share/doc/libgsf/gsf/gsf-gsf-opendoc-utils.html
share/doc/libgsf/gsf/gsf-memory.html
share/doc/libgsf/gsf/gsf-metadata.html
+share/doc/libgsf/gsf/gsf-users.html
share/doc/libgsf/gsf/gsf-utils.html
share/doc/libgsf/gsf/gsf.devhelp
+share/doc/libgsf/gsf/history.html
share/doc/libgsf/gsf/home.png
share/doc/libgsf/gsf/index.html
share/doc/libgsf/gsf/index.sgml
-share/doc/libgsf/gsf/into.html
+share/doc/libgsf/gsf/intro.html
share/doc/libgsf/gsf/io.html
share/doc/libgsf/gsf/ix01.html
share/doc/libgsf/gsf/left.png
diff -r 0b39065c2424 -r 594ae1a98b9f devel/libgsf/buildlink3.mk
--- a/devel/libgsf/buildlink3.mk Fri Nov 25 21:01:12 2005 +0000
+++ b/devel/libgsf/buildlink3.mk Fri Nov 25 21:12:29 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.6 2004/10/03 00:13:30 tv Exp $
+# $NetBSD: buildlink3.mk,v 1.7 2005/11/25 21:12:29 wiz Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
LIBGSF_BUILDLINK3_MK:= ${LIBGSF_BUILDLINK3_MK}+
@@ -11,8 +11,7 @@
BUILDLINK_PACKAGES+= libgsf
.if !empty(LIBGSF_BUILDLINK3_MK:M+)
-BUILDLINK_DEPENDS.libgsf+= libgsf>=1.9.0
-BUILDLINK_RECOMMENDED.libgsf+= libgsf>=1.9.1nb1
+BUILDLINK_DEPENDS.libgsf+= libgsf>=1.13.3
BUILDLINK_PKGSRCDIR.libgsf?= ../../devel/libgsf
.endif # LIBGSF_BUILDLINK3_MK
diff -r 0b39065c2424 -r 594ae1a98b9f devel/libgsf/distinfo
--- a/devel/libgsf/distinfo Fri Nov 25 21:01:12 2005 +0000
+++ b/devel/libgsf/distinfo Fri Nov 25 21:12:29 2005 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2005/11/15 12:49:03 hira Exp $
+$NetBSD: distinfo,v 1.14 2005/11/25 21:12:29 wiz Exp $
-SHA1 (libgsf-1.12.3.tar.bz2) = 488a0a42034e8dd900c6dae8599c0348242082b8
-RMD160 (libgsf-1.12.3.tar.bz2) = 14266a5cc15ea7c646f6b9ae4669708d7351ecf8
-Size (libgsf-1.12.3.tar.bz2) = 503106 bytes
-SHA1 (patch-ab) = 958c88cddd9d8fb332e858df395ff9528897da32
+SHA1 (libgsf-1.13.3.tar.bz2) = 8b9ce8383ec952f0af276ee799ead56be1eb61cb
+RMD160 (libgsf-1.13.3.tar.bz2) = e1b40aa1bef295714917c24a43166a09733d40b0
+Size (libgsf-1.13.3.tar.bz2) = 513659 bytes
+SHA1 (patch-ab) = 30c2292d25a9fdd27ace8ffd22dee68d2fcba81a
diff -r 0b39065c2424 -r 594ae1a98b9f devel/libgsf/patches/patch-ab
--- a/devel/libgsf/patches/patch-ab Fri Nov 25 21:01:12 2005 +0000
+++ b/devel/libgsf/patches/patch-ab Fri Nov 25 21:12:29 2005 +0000
@@ -1,13 +1,13 @@
-$NetBSD: patch-ab,v 1.6 2005/11/15 12:49:03 hira Exp $
+$NetBSD: patch-ab,v 1.7 2005/11/25 21:12:29 wiz Exp $
---- doc/Makefile.in.orig 2005-11-15 21:06:41.000000000 +0900
-+++ doc/Makefile.in 2005-11-15 21:07:09.000000000 +0900
-@@ -278,7 +278,7 @@
+--- doc/Makefile.in.orig 2005-10-27 17:39:59.000000000 +0200
++++ doc/Makefile.in
+@@ -302,7 +302,7 @@ extra_files =
+ # if $(DOC_MODULE).types is non-empty.
GTKDOC_CFLAGS = -I$(top_srcdir) $(LIBGSF_CFLAGS)
GTKDOC_LIBS = $(top_builddir)/gsf/libgsf-1.la $(LIBGSF_LIBS)
-
-manpagedir = $(datadir)/man/man1
+manpagedir = $(mandir)/man1
manpage_DATA = gsf-office-thumbnailer.1
@GTK_DOC_INSTALLED_TRUE@@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_CC = $(CC) $(INCLUDES) $(AM_CFLAGS) $(CFLAGS)
-
+ @GTK_DOC_INSTALLED_TRUE@@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_CC = $(LIBTOOL) --mode=compile $(CC) $(INCLUDES) $(AM_CFLAGS) $(CFLAGS)
Home |
Main Index |
Thread Index |
Old Index