diff options
author | adam <adam@pkgsrc.org> | 2010-11-06 16:10:16 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-11-06 16:10:16 +0000 |
commit | dd3cf92d16a3edf2381f1e07b362128f9ec61db1 (patch) | |
tree | 374b60cb34866fa9cfc6ce910ae482e8fd1d2ad9 /math/gnumeric110 | |
parent | 1eaf5d53abed2a296a13a61821c6ea11396b231e (diff) | |
download | pkgsrc-dd3cf92d16a3edf2381f1e07b362128f9ec61db1.tar.gz |
Changes 1.10.11:
* Fix image-fill, pattern and gradient export.
* Read tab colors from OOo config in ODF files.
* Improve some ODF chart import/export.
* Import/export all sheet objects from and to ODF files.
* Fix reformatting of cells on expression entry.
* Allow multiple selection in manage sheet dialog.
* Permit ctrl-click specification of sort columns.
* Set ODF files to save by default as ODF files.
* Fix ssconvert crash on form controls.
* Improve printing of the form controls.
* Permit choice whether to print sheet objects.
* Export/import tick label rotation angle.
* Read and write cell comments from/to OpenXML.
* Revised ssconvert man page.
* Fix several potential and actual problems highlighted by
LLVM/clang static analysis.
* Fix date entry problem.
* Fix problem with inter-process empty-value paste.
* Fix problem with inter-process object paste.
* Allow user-defined templates.
* Improve test suite.
Diffstat (limited to 'math/gnumeric110')
-rw-r--r-- | math/gnumeric110/Makefile | 27 | ||||
-rw-r--r-- | math/gnumeric110/PLIST | 4 | ||||
-rw-r--r-- | math/gnumeric110/distinfo | 8 |
3 files changed, 19 insertions, 20 deletions
diff --git a/math/gnumeric110/Makefile b/math/gnumeric110/Makefile index 74ea2a9fa29..2f7063c2786 100644 --- a/math/gnumeric110/Makefile +++ b/math/gnumeric110/Makefile @@ -1,24 +1,21 @@ -# $NetBSD: Makefile,v 1.15 2010/09/14 11:02:20 wiz Exp $ -# +# $NetBSD: Makefile,v 1.16 2010/11/06 16:10:16 adam Exp $ -DISTNAME= gnumeric-1.10.10 -PKGREVISION= 1 -CATEGORIES= math gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnumeric/1.10/} -EXTRACT_SUFX= .tar.bz2 +DISTNAME= gnumeric-1.10.11 +CATEGORIES= math gnome +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnumeric/1.10/} +EXTRACT_SUFX= .tar.bz2 -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.gnome.org/projects/gnumeric/ -COMMENT= Spreadsheet program from the GNOME project -LICENSE= gnu-gpl-v2 +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.gnome.org/projects/gnumeric/ +COMMENT= Spreadsheet program from the GNOME project +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir -USE_PKGLOCALEDIR= YES USE_TOOLS+= gmake intltool msgfmt perl:run pkg-config -USE_LIBTOOL= YES - -GNU_CONFIGURE= YES +USE_LIBTOOL= yes +USE_PKGLOCALEDIR= yes +GNU_CONFIGURE= yes GCONF_SCHEMAS= gnumeric-dialogs.schemas gnumeric-general.schemas \ gnumeric-plugins.schemas PKGCONFIG_OVERRIDE= libspreadsheet.pc.in diff --git a/math/gnumeric110/PLIST b/math/gnumeric110/PLIST index 9f2aeaedf4a..605e028bf02 100644 --- a/math/gnumeric110/PLIST +++ b/math/gnumeric110/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2010/09/13 10:59:52 wiz Exp $ +@comment $NetBSD: PLIST,v 1.10 2010/11/06 16:10:16 adam Exp $ bin/gnumeric bin/${PKGNAME} bin/ssconvert @@ -855,6 +855,8 @@ share/locale/it/LC_MESSAGES/gnumeric-functions.mo share/locale/it/LC_MESSAGES/gnumeric.mo share/locale/ja/LC_MESSAGES/gnumeric-functions.mo share/locale/ja/LC_MESSAGES/gnumeric.mo +share/locale/kk/LC_MESSAGES/gnumeric-functions.mo +share/locale/kk/LC_MESSAGES/gnumeric.mo share/locale/ko/LC_MESSAGES/gnumeric-functions.mo share/locale/ko/LC_MESSAGES/gnumeric.mo share/locale/lt/LC_MESSAGES/gnumeric-functions.mo diff --git a/math/gnumeric110/distinfo b/math/gnumeric110/distinfo index 80336479da3..ebeed89b822 100644 --- a/math/gnumeric110/distinfo +++ b/math/gnumeric110/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.10 2010/09/13 10:59:52 wiz Exp $ +$NetBSD: distinfo,v 1.11 2010/11/06 16:10:16 adam Exp $ -SHA1 (gnumeric-1.10.10.tar.bz2) = 7f35f4575f97d7c63800c45544456f775d8e3a1e -RMD160 (gnumeric-1.10.10.tar.bz2) = b894e7f0c82e97e47761af4edfbbd3e566193e6f -Size (gnumeric-1.10.10.tar.bz2) = 18020517 bytes +SHA1 (gnumeric-1.10.11.tar.bz2) = 3eea4638e93da7953f7d6bc8fec92e77f7846ea0 +RMD160 (gnumeric-1.10.11.tar.bz2) = 41970eed0f37cb36f56239d6429b4b5d3e6181a3 +Size (gnumeric-1.10.11.tar.bz2) = 18071911 bytes SHA1 (patch-aa) = f1cefe02242eebccef616365bd08627d5e9fb4cd SHA1 (patch-ab) = 16a2b836b490386060e82e9e9d695ccfc9d28457 SHA1 (patch-af) = 30831c189b897269108cf632d4694c4a4737f3c2 |