Tue Nov 12 11:43:23 2013 UTC ()
Update ruby-spreadsheet to 0.9.2.

### 0.9.2 / 11.11.2013

commit e70dc0dbbc966ce312b45b0d44d0c3b1dc10aad6
Author: Malcolm Blyth <trashbat@co.ck>
Date:   Mon Nov 11 15:53:58 2013 +0000

*Corrected compressed string formatting - *U (UTF-8) should have been *S (16-bit
 string)
*Completed addition of notes hash to worksheet
*Bumped revision
*Updated reader and note
 Note class no longer extends string for simplicity and debug of class (pp now
 works a bit more easily)
 Reader has had loads of changes (still WIP) to allow objects of class
 Note and NoteObject to be created and combined in the postread_worksheet function
*Adding noteObject to deal with the Object (and ultimately text comment field)
 created by excel's madness


(obache)
diff -r1.27 -r1.28 pkgsrc/math/ruby-spreadsheet/Makefile
diff -r1.26 -r1.27 pkgsrc/math/ruby-spreadsheet/distinfo

cvs diff -r1.27 -r1.28 pkgsrc/math/ruby-spreadsheet/Makefile (expand / switch to unified diff)

--- pkgsrc/math/ruby-spreadsheet/Makefile 2013/10/26 12:57:40 1.27
+++ pkgsrc/math/ruby-spreadsheet/Makefile 2013/11/12 11:43:23 1.28
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.27 2013/10/26 12:57:40 obache Exp $ 1# $NetBSD: Makefile,v 1.28 2013/11/12 11:43:23 obache Exp $
2# 2#
3 3
4DISTNAME= spreadsheet-0.9.1 4DISTNAME= spreadsheet-0.9.2
5CATEGORIES= math 5CATEGORIES= math
6 6
7MAINTAINER= obache@NetBSD.org 7MAINTAINER= obache@NetBSD.org
8HOMEPAGE= http://spreadsheet.rubyforge.org/ 8HOMEPAGE= http://spreadsheet.rubyforge.org/
9COMMENT= Ruby Spreadsheet Library to read and write Spreadsheet Documents 9COMMENT= Ruby Spreadsheet Library to read and write Spreadsheet Documents
10LICENSE= gnu-gpl-v3 10LICENSE= gnu-gpl-v3
11 11
12DEPENDS+= ${RUBY_PKGPREFIX}-ole>=1.0:../../devel/ruby-ole 12DEPENDS+= ${RUBY_PKGPREFIX}-ole>=1.0:../../devel/ruby-ole
13 13
14USE_LANGUAGES= # none 14USE_LANGUAGES= # none
15 15
16RUBYGEM_OPTIONS+= --format-executable 16RUBYGEM_OPTIONS+= --format-executable
17 17

cvs diff -r1.26 -r1.27 pkgsrc/math/ruby-spreadsheet/distinfo (expand / switch to unified diff)

--- pkgsrc/math/ruby-spreadsheet/distinfo 2013/10/26 12:57:40 1.26
+++ pkgsrc/math/ruby-spreadsheet/distinfo 2013/11/12 11:43:23 1.27
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.26 2013/10/26 12:57:40 obache Exp $ 1$NetBSD: distinfo,v 1.27 2013/11/12 11:43:23 obache Exp $
2 2
3SHA1 (spreadsheet-0.9.1.gem) = f1f4e9f452605ebe88f0b4d7d5730c8f3ba6afe1 3SHA1 (spreadsheet-0.9.2.gem) = 1fa642f1fbeb35bdabf13bb325dbdb1168947730
4RMD160 (spreadsheet-0.9.1.gem) = ff6a9258cc6594a03704e60b42bf6ce85f63bb11 4RMD160 (spreadsheet-0.9.2.gem) = 128371a59ba59df9221f216fbb21a5e488bd18fc
5Size (spreadsheet-0.9.1.gem) = 193024 bytes 5Size (spreadsheet-0.9.2.gem) = 194560 bytes