diff options
author | martti <martti@pkgsrc.org> | 2002-03-21 13:32:27 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-03-21 13:32:27 +0000 |
commit | b951b0bb7ba9dc81104a778e4258adc510c3ad13 (patch) | |
tree | 0c0dc4df988a4905a1b381a56d90a4dc1d3bb364 /math/gnumeric | |
parent | 812f64d10da727751369d220658156562ae290f9 (diff) | |
download | pkgsrc-b951b0bb7ba9dc81104a778e4258adc510c3ad13.tar.gz |
Updated gnumeric to 1.0.5
* several bug fixes
Diffstat (limited to 'math/gnumeric')
-rw-r--r-- | math/gnumeric/Makefile | 7 | ||||
-rw-r--r-- | math/gnumeric/PLIST | 4 | ||||
-rw-r--r-- | math/gnumeric/distinfo | 7 | ||||
-rw-r--r-- | math/gnumeric/patches/patch-aa | 13 |
4 files changed, 22 insertions, 9 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 77c8b5a80ea..a5ecafab9e4 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.46 2002/03/13 17:37:23 fredb Exp $ +# $NetBSD: Makefile,v 1.47 2002/03/21 13:32:27 martti Exp $ # -DISTNAME= gnumeric-1.0.4 -PKGREVISION= 1 +DISTNAME= gnumeric-1.0.5 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnumeric/} MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.gnome.org/gnumeric/ -COMMENT= Powerful and easy to use spreadsheet program from the GNOME project +COMMENT= Spreadsheet program from the GNOME project # wctype.h is found on NetBSD 1.5R and later ONLY_FOR_PLATFORM= NetBSD-1.5[R-Z]-* NetBSD-1.5Z[A-Z]-* NetBSD-1.[6-9]*-* diff --git a/math/gnumeric/PLIST b/math/gnumeric/PLIST index 5aa232720c0..6e02e2c5002 100644 --- a/math/gnumeric/PLIST +++ b/math/gnumeric/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2002/02/16 14:34:37 martti Exp $ +@comment $NetBSD: PLIST,v 1.9 2002/03/21 13:32:27 martti Exp $ bin/gnumeric lib/gnumeric/${PKGVERSION}-bonobo/plugins/applix/applix.a lib/gnumeric/${PKGVERSION}-bonobo/plugins/applix/applix.la @@ -866,7 +866,7 @@ share/gnumeric/${PKGVERSION}-bonobo/templates/invoice.gnumeric share/gnumeric/${PKGVERSION}-bonobo/templates/loan.gnumeric share/gnumeric/${PKGVERSION}-bonobo/templates/mileage.gnumeric share/gnumeric/${PKGVERSION}-bonobo/templates/purchase_order.gnumeric -share/gnumeric/1.0.4-bonobo/glade/tabulate.glade +share/gnumeric/1.0.5-bonobo/glade/tabulate.glade share/locale/ca/LC_MESSAGES/gnumeric.mo share/locale/cs/LC_MESSAGES/gnumeric.mo share/locale/da/LC_MESSAGES/gnumeric.mo diff --git a/math/gnumeric/distinfo b/math/gnumeric/distinfo index 713d7409349..1440697489b 100644 --- a/math/gnumeric/distinfo +++ b/math/gnumeric/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.9 2002/02/16 14:34:38 martti Exp $ +$NetBSD: distinfo,v 1.10 2002/03/21 13:32:27 martti Exp $ -SHA1 (gnumeric-1.0.4.tar.gz) = 032d603039796e5a507b0b738757bfc1d7f627d4 -Size (gnumeric-1.0.4.tar.gz) = 11407945 bytes +SHA1 (gnumeric-1.0.5.tar.gz) = bac9ce84b1b2785034e2adf17cdb5cff7fbce555 +Size (gnumeric-1.0.5.tar.gz) = 13000780 bytes +SHA1 (patch-aa) = fdd803fddef9c2762bba11eea26dc6f05dc0bcb4 diff --git a/math/gnumeric/patches/patch-aa b/math/gnumeric/patches/patch-aa new file mode 100644 index 00000000000..5758c154db6 --- /dev/null +++ b/math/gnumeric/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.13 2002/03/21 13:32:28 martti Exp $ + +--- doc/Makefile.in.orig Thu Mar 21 12:00:57 2002 ++++ doc/Makefile.in Thu Mar 21 12:01:19 2002 +@@ -185,7 +185,7 @@ + perl_val = @perl_val@ + python_val = @python_val@ + +-SUBDIRS = C de es hu ja nl no pl pt ru sk sv ++SUBDIRS = C + + EXTRA_DIST = sgmldocs.make gnumeric-doc.make make-func-list.pl translating.sgml Design Future-Roadmap README saving.txt writing-functions.sgml excel-format-doc.txt linux-expo-99-gnumeric.tex linuxexpo.sty Dependencies.txt Styles.txt features.txt pref-attributes.txt guile-gnumeric.txt python-gnumeric.txt stf-export.txt stf-parser.txt + |