summaryrefslogtreecommitdiff
path: root/devel/libgsf
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-11-25 21:12:29 +0000
committerwiz <wiz@pkgsrc.org>2005-11-25 21:12:29 +0000
commit3bcc7ec37ee85bdb2941c57a9b7f8a9505de514c (patch)
treeeb2e7fac4bbcdb962b8bdb9dd448ef828d8e189c /devel/libgsf
parent251e70d09a5fcc7753d04c08346555ddafc11fbb (diff)
downloadpkgsrc-3bcc7ec37ee85bdb2941c57a9b7f8a9505de514c.tar.gz
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 (limited to 'devel/libgsf')
-rw-r--r--devel/libgsf/Makefile7
-rw-r--r--devel/libgsf/PLIST13
-rw-r--r--devel/libgsf/buildlink3.mk5
-rw-r--r--devel/libgsf/distinfo10
-rw-r--r--devel/libgsf/patches/patch-ab12
5 files changed, 25 insertions, 22 deletions
diff --git a/devel/libgsf/Makefile b/devel/libgsf/Makefile
index 3e78862bd1a..eabecf70b50 100644
--- a/devel/libgsf/Makefile
+++ b/devel/libgsf/Makefile
@@ -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
diff --git a/devel/libgsf/PLIST b/devel/libgsf/PLIST
index cb6d9144572..494313f8169 100644
--- a/devel/libgsf/PLIST
+++ b/devel/libgsf/PLIST
@@ -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-input.h
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/libgsf-gnome-1.la
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-Structured-Blobs.html
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 --git a/devel/libgsf/buildlink3.mk b/devel/libgsf/buildlink3.mk
index 69c0cf6073e..aeb3b769d7b 100644
--- a/devel/libgsf/buildlink3.mk
+++ b/devel/libgsf/buildlink3.mk
@@ -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:= ${BUILDLINK_PACKAGES:Nlibgsf}
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 --git a/devel/libgsf/distinfo b/devel/libgsf/distinfo
index 6a1f7b24b97..b8e548fcc22 100644
--- a/devel/libgsf/distinfo
+++ b/devel/libgsf/distinfo
@@ -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 --git a/devel/libgsf/patches/patch-ab b/devel/libgsf/patches/patch-ab
index ade4ce3c1e4..f0ec4678f53 100644
--- a/devel/libgsf/patches/patch-ab
+++ b/devel/libgsf/patches/patch-ab
@@ -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)