summaryrefslogtreecommitdiff
path: root/math/gnumeric110
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2010-07-20 12:15:43 +0000
committerdrochner <drochner@pkgsrc.org>2010-07-20 12:15:43 +0000
commit7cf8601d453e45c706b1bb9042a59acf1f25d71f (patch)
treecafe96d7c2206733558f36ca84cfa904834f72f8 /math/gnumeric110
parentbd7f5aec8f84afe9325e4bbeec92dfa6b1c2204a (diff)
downloadpkgsrc-7cf8601d453e45c706b1bb9042a59acf1f25d71f.tar.gz
update to 1.10.7
changes: -Improve function syntax and formula guru tooltips -Read HTML files with nested tables -misc fixes
Diffstat (limited to 'math/gnumeric110')
-rw-r--r--math/gnumeric110/Makefile6
-rw-r--r--math/gnumeric110/PLIST11
-rw-r--r--math/gnumeric110/distinfo8
3 files changed, 14 insertions, 11 deletions
diff --git a/math/gnumeric110/Makefile b/math/gnumeric110/Makefile
index a9df6e3f123..34a514b24e5 100644
--- a/math/gnumeric110/Makefile
+++ b/math/gnumeric110/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2010/06/15 21:16:20 drochner Exp $
+# $NetBSD: Makefile,v 1.7 2010/07/20 12:15:43 drochner Exp $
#
-DISTNAME= gnumeric-1.10.5
+DISTNAME= gnumeric-1.10.7
CATEGORIES= math gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnumeric/1.10/}
EXTRACT_SUFX= .tar.bz2
@@ -43,7 +43,7 @@ BUILDLINK_API_DEPENDS.libgsf+= libgsf>=1.14.6
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../lang/perl5/buildlink3.mk"
-BUILDLINK_API_DEPENDS.goffice0.6+= goffice0.8-0.8.5{,nb*}
+BUILDLINK_API_DEPENDS.goffice0.6+= goffice0.8-0.8.7{,nb*}
.include "../../misc/goffice0.8/buildlink3.mk"
.include "../../net/ORBit2/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
diff --git a/math/gnumeric110/PLIST b/math/gnumeric110/PLIST
index cc5b7f2a7ba..162349749f5 100644
--- a/math/gnumeric110/PLIST
+++ b/math/gnumeric110/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2010/06/15 21:16:20 drochner Exp $
+@comment $NetBSD: PLIST,v 1.5 2010/07/20 12:15:43 drochner Exp $
bin/gnumeric
bin/${PKGNAME}
bin/ssconvert
@@ -116,6 +116,7 @@ include/libspreadsheet-1.10/spreadsheet/style-font.h
include/libspreadsheet-1.10/spreadsheet/style.h
include/libspreadsheet-1.10/spreadsheet/symbol.h
include/libspreadsheet-1.10/spreadsheet/tools/gnm-solver.h
+include/libspreadsheet-1.10/spreadsheet/undo.h
include/libspreadsheet-1.10/spreadsheet/validation-combo.h
include/libspreadsheet-1.10/spreadsheet/validation.h
include/libspreadsheet-1.10/spreadsheet/value.h
@@ -219,8 +220,8 @@ lib/gnumeric/${PKGVERSION}/plugins/uihello/plugin.la
lib/gnumeric/${PKGVERSION}/plugins/uihello/plugin.xml
lib/gnumeric/${PKGVERSION}/plugins/xbase/plugin.xml
lib/gnumeric/${PKGVERSION}/plugins/xbase/xbase.la
-lib/goffice/0.8.5/plugins/gnumeric/gnumeric.la
-lib/goffice/0.8.5/plugins/gnumeric/plugin.xml
+lib/goffice/0.8.7/plugins/gnumeric/gnumeric.la
+lib/goffice/0.8.7/plugins/gnumeric/plugin.xml
lib/libspreadsheet.la
lib/pkgconfig/libspreadsheet-1.10.pc
man/man1/gnumeric.1
@@ -750,7 +751,6 @@ share/gnumeric/${PKGVERSION}/glade/mean-tests.glade
share/gnumeric/${PKGVERSION}/glade/merge.glade
share/gnumeric/${PKGVERSION}/glade/moving-averages.glade
share/gnumeric/${PKGVERSION}/glade/normality-tests.glade
-share/gnumeric/${PKGVERSION}/glade/paste-names.glade
share/gnumeric/${PKGVERSION}/glade/paste-special.glade
share/gnumeric/${PKGVERSION}/glade/plugin-manager.glade
share/gnumeric/${PKGVERSION}/glade/preferences.glade
@@ -800,6 +800,8 @@ share/locale/am/LC_MESSAGES/gnumeric-functions.mo
share/locale/am/LC_MESSAGES/gnumeric.mo
share/locale/ar/LC_MESSAGES/gnumeric-functions.mo
share/locale/ar/LC_MESSAGES/gnumeric.mo
+share/locale/ast/LC_MESSAGES/gnumeric-functions.mo
+share/locale/ast/LC_MESSAGES/gnumeric.mo
share/locale/az/LC_MESSAGES/gnumeric-functions.mo
share/locale/az/LC_MESSAGES/gnumeric.mo
share/locale/bg/LC_MESSAGES/gnumeric-functions.mo
@@ -923,3 +925,4 @@ share/pixmaps/gnumeric/right-down.png
share/pixmaps/gnumeric/stf-druid.png
share/pixmaps/gnumeric/win32-gnumeric.ico
share/pixmaps/win32-gnumeric.ico
+@pkgdir share/gnumeric/${PKGVERSION}/doc/C
diff --git a/math/gnumeric110/distinfo b/math/gnumeric110/distinfo
index e01c4c53c0d..3a65b31f1be 100644
--- a/math/gnumeric110/distinfo
+++ b/math/gnumeric110/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.6 2010/06/15 21:16:20 drochner Exp $
+$NetBSD: distinfo,v 1.7 2010/07/20 12:15:43 drochner Exp $
-SHA1 (gnumeric-1.10.5.tar.bz2) = 4422e6b5becc6aeb30f8ce794b037eeeaa9ea04e
-RMD160 (gnumeric-1.10.5.tar.bz2) = e213ae973743ba016c2513dc2b31ab0cc491964f
-Size (gnumeric-1.10.5.tar.bz2) = 17674361 bytes
+SHA1 (gnumeric-1.10.7.tar.bz2) = ab6a97d009c50f2a92c66471123db27f8045346a
+RMD160 (gnumeric-1.10.7.tar.bz2) = 3ffa7fd7f1faf097bed8668a2f52ce921372dfa3
+Size (gnumeric-1.10.7.tar.bz2) = 17798806 bytes
SHA1 (patch-aa) = f1cefe02242eebccef616365bd08627d5e9fb4cd
SHA1 (patch-ab) = 16a2b836b490386060e82e9e9d695ccfc9d28457
SHA1 (patch-af) = eb444e3f097b991d4f3ff97b716e4cd84df69ccc