Commit graph

58 commits

Author SHA1 Message Date
taca
c1efd1336c math/ruby-spreadsheet: sort PLIST
Sort PLIST.
2019-12-28 02:14:07 +00:00
mef
abf6d3c55b (math/ruby-spreadsheet) Fix build by updating PLIST 2019-12-27 23:56:37 +00:00
wiz
fed46c1ca7 ruby-spreadsheet: various fixes
regen distinfo for 1.2.5 update, fix binary name in ALTERNATIVES file.
2019-11-12 20:28:14 +00:00
taca
8334f9f2a4 math/ruby-spreadsheet: update to 1.2.5
Update math/ruby-spreadsheet to 1.2.5.

### 1.2.5 23.10.2019
Author: Jesús Manuel García Muñoz <jesus@bebanjo.com>
Date:   Wed Oct 23 20:26:01 2019 +0200

* Fixes unrecognized date format

### 1.2.4 24.05.2019
Author: Cyril Champier <cyril.champier@doctolib.com>
Date:   Fri May 24 12:56:52 2019 +0200

* correct ruby version check
* can read frozen string io

### 1.2.3 12.03.2019
Author: taichi <taichi730@gmail.com>
Date:   Tue Mar 12 22:29:12 2019 +0900

* Remove workaround for ruby-ole gem

### 1.2.2 01.03.2019
Author: taichi <taichi730@gmail.com>
Date:   Fri Mar 1 13:00:28 2019 +0900

* fixed unit test errors caused by frozen-string-literal
* removed ruby 2.3.8 with frozen-string-literal from CI regression
  (It seems that standard libraries for this version does not support the
  feature enough.)
* enable '--enable-frozen-string-literal' option on CI test

### 1.2.1 28.2.2019
Author: taichi <taichi730@gmail.com>
Date:   Thu Feb 28 10:30:46 2019 +0900

* Merge pull request #231 from taichi-ishitani/separated_version_file
* Merge pull request #230 from taichi-ishitani/frozen_string_literal_support
2019-11-02 15:13:58 +00:00
taca
a5d2b18f30 math/ruby-spreadsheet: update to 1.2.0
### 1.2.0 17.2.2019
Author: James McLaren <jamesmclaren555@gmail.com>
* spreadsheet-1.2.0.gem released
2019-02-25 16:50:23 +00:00
taca
cd66d24a07 math/ruby-spreadsheet: update to 1.1.9
No description in History.md but it suppress warnings.
2019-02-06 15:29:57 +00:00
taca
4eb57e479c math/ruby-spreadsheet: update to 1.1.8
### 1.1.8 / 20.08.2018
Author: VitaliyAdamkov <adamkov@tex.ua>
Date:   Mon Aug 20 09:48:31 2018 +0300

* Cancel :lazy usage
* Use lazy select to speed up a little
* Omit rails :try usage
* stub for :postread_worksheet method
* sometimes it selects empty array..

Author: 545ch4 <s@rprojekt.org>
Date:   Wed Mar 28 15:33:04 2018 +0200

* [ruby-2.4] Fix weird first line of spreadsheet.gemspec
* Doesn't seem to be a valid .gemspec command/field.
2018-09-23 15:43:37 +00:00
taca
3f5b47a01d math/ruby-spreadsheet: update to 1.1.7
### 1.1.7 / 15.03.2018

commit 34ece5f4e7ab2907c4a8809d96ef2a33b7ccd4b5
Author: Maarten Brouwers <github@murb.nl>
Date:   Thu Mar 15 15:10:23 2018 +0100

* shadowing outer local variable - i

* Running rake resulted in the following warning: `lib/spreadsheet/worksheet.rb:345: warning: shadowing outer local variable - i`; this patch fixes that.
2018-03-17 14:19:38 +00:00
taca
c8a6f9eea9 math/ruby-spreadsheet: update to 1.1.6
### 1.1.6 / 12.03.2018

Author: Todd Hambley <thambley@travelleaders.com>
Date:   Mon Mar 12 14:20:39 2018 -0400

* fix reject for ruby 1.8.7
* fix using invalid code pages when writing workbook

### 1.1.5 / 20.11.2017

Author: Paco Guzmán <pacoguzman@users.noreply.github.com>
Date:   Sun Nov 19 18:10:57 2017 +0100

* Avoid creating a class variable, that variable cannot be garbage collected and it retains a lot of memory
2018-03-14 14:48:18 +00:00
taca
9756a5db01 Update ruby-spreadsheet to 1.1.4.
* Fix license information in gemspec.
2017-03-20 13:36:35 +00:00
taca
21d04df49e Update ruby-spreadsheet to 1.1.3.
### 1.1.3 / 06.08.2016

Author: Alexandre Balon-Perin <abalonperin@gilt.jp>
Date:   Fri Aug 5 17:19:29 2016 +0900

* Fix issue with iconv on Ubuntu 12.04
* This fix is related to a bug in the iconv implementation packaged in libc6 on Ubuntu 12.04
* For some reasons, the encoding options //TRANSLIT//IGNORE are improperly applied.
* When //TRANSLIT is specified, instead of rescuing errors related to //TRANSLIT and checking if the //IGNORE is set, the code simply crashes.

### 1.1.2 / 29.03.2016
Author: Aleksandr Boykov <aleksandr.boykov@parelio.com>
Date:   Mon Mar 28 14:07:35 2016 -0400

fixes compact! method when the excel document has dates
2016-10-15 14:46:54 +00:00
taca
02ed910b80 Update ruby-spreadsheet to 1.1.1.
### 1.1.1 / 03.01.2016

Author: ChouAndy <chouandy@ecoworkinc.com>
Date:   Sun Jan 3 17:26:18 2016 +0800

Fixed Unknown Codepage 0x5212
2016-01-04 00:12:17 +00:00
taca
63162af679 Update ruby-spreadsheet to 1.1.0.
### 1.1.0 / 08.12.2015

Author: Matthew Boeh <matt@crowdcompass.com>
Date:   Mon Dec 7 11:18:55 2015 -0800

* Disregard locale indicators when determining whether a cell contains a
  date/time.

### 1.0.9 / 18.11.2015

Author: 545ch4 <s@rprojekt.org>
Date:   Mon Nov 16 10:26:27 2015 +0100

* Add smart method compact! to worksheet
* Use compact! to reduce the number of rows and columns by striping empty one
  at both ends.

### 1.0.8 / 20.10.2015

commit e9bd1dd34998803b63460f4951e9aa34e569bd8f
Author: Pierre Laprée <pilap82@users.noreply.github.com>
Date:   Tue Oct 20 03:12:22 2015 +0200

* Remove stray `puts`
* A `puts` instruction pollutes the log and doesn't serve any purpose. As
  such, we propose its removal.
2015-12-12 14:44:11 +00:00
agc
286ea2536c Add SHA512 digests for distfiles for math category
Problems found locating distfiles:
	Package dfftpack: missing distfile dfftpack-20001209.tar.gz
	Package eispack: missing distfile eispack-20001130.tar.gz
	Package fftpack: missing distfile fftpack-20001130.tar.gz
	Package linpack: missing distfile linpack-20010510.tar.gz
	Package minpack: missing distfile minpack-20001130.tar.gz
	Package odepack: missing distfile odepack-20001130.tar.gz
	Package py-networkx: missing distfile networkx-1.10.tar.gz
	Package py-sympy: missing distfile sympy-0.7.6.1.tar.gz
	Package quadpack: missing distfile quadpack-20001130.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 23:33:26 +00:00
taca
247d9cc624 Update ruby-spreadsheet to 1.0.7.
### 1.0.7 / 23.09.2015

Author: Leopoldo Lee Agdeppa III <leopoldo.agdeppa@gmail.com>
Date:   Wed Sep 23 08:24:16 2015 +0800

* Update worksheet.rb
* Adding Test for Freeze panels
* Update worksheet.rb
* Added freeze (freeze panel) functionality
* Update worksheet.rb
* Freeze (freeze window) functionality added to worksheet

### 1.0.6 / 14.09.2015

Author: Yann Plancqueel <yplancqueel@gmail.com>
Date:   Sat Sep 12 15:32:49 2015 +0200
2015-10-04 12:40:30 +00:00
taca
676fe719ac Update HOMEPAGE.
Avoid using rubyforge.org since it stopped most of services.
2015-09-26 15:07:42 +00:00
taca
57beec1297 Update ruby-spreadsheet to 1.0.5.
### 1.0.5 / 01.09.2015

Author: kunashir <kunashir@list.ru>
Date:   Tue Sep 1 13:12:49 2015 +0300

* add format for nubmer with out #

### 1.0.4 / 18.07.2015

Author: Edmund Mai <edmundm@crowdtap.com>
Date:   Fri Jul 17 15:32:47 2015 -0400

* Fixes slow Spreadsheet.open response in console
2015-09-13 15:50:27 +00:00
hiramatsu
7c6162994d Set MAINTAINER to pkgsrc-users. 2015-03-15 17:20:19 +00:00
taca
8d1c948c0f Update ruby-spreadsheet to 1.0.3.
### 1.0.3 / 10.03.2015

Author: Robert Eshleman <c.robert.eshleman@gmail.com>
Date:   Mon Mar 9 09:47:59 2015 -0400

* Update `ruby-ole` to `1.2.11.8`
** `ruby-ole` <= `1.2.11.7` throws a duplicated key warning in Ruby 2.2.
** This commit updates `ruby-ole` to `1.2.11.8`, which fixes this warning.
** Related discussion: [aquasync/ruby-ole#15] - [aquasync/ruby-ole#15]: https://github.com/aquasync/ruby-ole/issues/15

### 1.0.2 / 05.03.2015

Author: cantin <cantin2010@gmail.com>
Date:   Thu Mar 5 16:13:59 2015 +0800

* add Rational support
* add rational requirement
* use old rational syntax in test
2015-03-13 14:31:38 +00:00
obache
b816eece03 Update ruby-spreadsheet to 1.0.1.
### 1.0.1 / 22.01.2015

* Fixing Excel::Worksheet#dimensions
2015-01-23 08:30:45 +00:00
obache
67b87a9e82 Update ruby-spreadsheet to 1.0.0.
### 1.0.0 / 29.08.2014

* added spreadsheet/errors.rb to Manifest.txt
2014-08-30 01:31:02 +00:00
obache
532b8253e1 Update ruby-spreadsheet to 0.9.9.
### 0.9.9 / 28.08.2014

Author: PikachuEXE <pikachuexe@gmail.com>
Date:   Wed Aug 27 09:55:41 2014 +0800

* Add custom error classes
* Raise custom error for unknown code page or unsupported encoding
2014-08-29 10:10:41 +00:00
obache
44f242b224 Update ruby-spreadsheet to 0.9.8.
### 0.9.8 / 19.08.2014

Author: PikachuEXE <pikachuexe@gmail.com>
Date:   Tue Aug 19 09:54:30 2014 +0800

* Fix Encoding for MRI 2.1.0
2014-08-24 01:02:37 +00:00
obache
231269740c Use RUBY_SUFFIX instead of RUBY_VER. 2014-04-05 09:05:36 +00:00
taca
6e43d9ed75 Use RUBY_SUFFIX instead of RUBY_VER. 2014-03-17 14:17:47 +00:00
obache
63f126eafb Update ruby-spreadsheet to 0.9.7.
### 0.9.7 / 04.02.2014

* Avoid exception when reading text objects
* Add test for drawings with text (currenty broken)
* Restore xlsopcodes script which had been mangled in previous commits
* Remove ruby 1.9 from roadmap, it's already working fine
* Fix excel file format documentation which had been mangled in previous commits
2014-02-04 11:50:54 +00:00
obache
e854d59d80 Update ruby-spreadsheet to 0.9.6.
### 0.9.6 / 02.12.2013

Author: Malcolm Blyth <trashbat@co.ck>
Date:   Mon Dec 2 11:44:25 2013 +0000

* Fixed issue whereby object author being null caused a gross failure.
* Now returns object author as an empty string
2013-12-04 14:00:28 +00:00
obache
9dc9ebde62 Update ruby-spreadsheet to 0.9.5.
### 0.9.5 / 20.11.2013

Author: Malcolm Blyth <trashbat@co.ck>
Date:   Tue Nov 19 15:14:31 2013 +0000

* Bumped revision
* Fixed author stringname error (damn this 1 based counting)
* Updating integration test to check for comments contained within the cells.
* Checking also for multiple comments in a sheet
2013-11-21 07:57:10 +00:00
obache
b1431c4c9d Update ruby-spreadsheet to 0.9.4.
### 0.9.4 / 12.11.2013

* Updated Manifest.txt

### 0.9.3 / 12.11.2013

commit e15d8b45d7587f7ab78c7b7768de720de9961341 (refs/remotes/gguerrero/master)
Author: Guillermo Guerrero <g.guerrero.bus@gmail.com>
Date:   Tue Nov 12 11:50:30 2013 +0100

* Refactor update_format for cloning format objects
* Added lib/spreadsheet/note.rb to Manifest.txt file
* 'update_format' methods now receive a hash of key => values to update

Author: Przemysław Ciąćka <przemyslaw.ciacka@gmail.com>
Date:   Tue Nov 12 00:07:57 2013 +0100

* Added lib/spreadsheet/note.rb to Manifest.txt file
2013-11-13 01:30:50 +00:00
obache
c9ab91bfe5 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
2013-11-12 11:43:23 +00:00
obache
a83450a1e4 Update ruby-spreadsheet to 0.9.1.
### 0.9.1 / 24.10.2013

Date:   Thu Oct 24 09:41:50 2013 +0300

* Add support for worksheet visibility
2013-10-26 12:57:40 +00:00
obache
c0b3ee0811 Update ruby-spreadsheet to 0.9.0.
### 0.9.0 / 16.09.2013

* Author: Pavel <pavel.evst@gmail.com>
Date:   Mon Sep 16 14:02:49 2013 +0700

* Test cases for Worksheet#margins, Worksheet#pagesetup, Workbook#delete_worksheet. Fix bugs related to it.
* Page margins reader/writter
* Markdownify GUIDE
* Add page setup options (landscape or portrait and adjust_to)
2013-09-18 08:38:47 +00:00
obache
42cdd177d2 Update ruby-spreadsheet to 0.8.9.
=== 0.8.9 / 24.08.2013

Author: Doug Renn <renn@nestegg.com>
Date:   Fri Aug 23 17:10:24 2013 -0600

* Work around to handle number formats that are being mistaken time formats
2013-08-26 09:38:28 +00:00
obache
62175c290c Update ruby-spreadsheet to 0.8.8.
=== 0.8.8 / 02.08.2013

Author: Nathan Colgate <nathancolgate@gmail.com>
Date:   Thu Aug 1 15:01:57 2013 -0500

* Update excel/internals.rb to reference a valid Encoding type
* Encoding.find("MACINTOSH") was throwing an error. Encoding.find("MACROMAN") does not.

=== 0.8.7 / 24.07.2013

Author: Yasuhiro Asaka <yasaka@ywesee.com>
Date:   Wed Jul 24 11:31:12 2013 +0900

* Remove warnings for test suite
* warning: mismatched indentations at 'end' with 'class' at xxx
* warning: method redefined; discarding old xxx
* warning: assigned but unused variable xxx
* warning: previous definition of xxx was here
* The source :rubygems is deprecated because HTTP
* requests are insecure. (Gemfile)
2013-08-04 11:38:31 +00:00
obache
7c637a123a Update ruby-spreadsheet to 0.8.6.
=== 0.8.6 / 11.07.2013

Author: Arjun Anand and Robert Stern <dev+arjuna+rstern@reenhanced.com>
Date:   Wed Jul 10 13:45:30 2013 -0400

* Allow editing of an existing worksheet.
2013-07-13 12:03:33 +00:00
obache
2eb4cbc76c Update ruby-spreadsheet to 0.8.5.
=== 0.8.5 / 24.04.2013

* Applied Patch by Joao Almeida: When editing an existing sheet, cells merge was not working.
* https://github.com/voraz/spreadsheet/pull/14.patch
2013-04-25 11:07:56 +00:00
obache
fffe326c37 Update ruby-spreadsheet to 0.8.4.
=== 0.8.4 / 20.04.2013

* Applied Patch by boss@airbladesoftware.com
* https://groups.google.com/d/msg/rubyspreadsheet/73IoEwSx69w/barE7uVnIzwJ
  fix a problem where a cell whose format is set to datetime actually contains
  a string.
2013-04-21 04:09:33 +00:00
obache
bd4139b5d5 Update ruby-spreadsheet to 0.8.3.
=== 0.8.3 / 12.03.2013

uthor: Keith Walsh <keith.walsh@adtegrity.com>
Date:   Mon Mar 11 16:48:25 2013 -0400

* Typo correction in guide example.
2013-03-14 11:59:45 +00:00
obache
6ffe32f172 Update ruby-spreadsheet to 0.8.2.
=== 0.8.2 / 28.02.2013

Author: Roque Pinel <roque.pinel@infotechfl.com>
Date:   Wed Feb 27 12:10:29 2013 -0500

* Requiring BigDecimal for checking.
* Made API friendly to BigDecimal precision.
* Changes introduced by the user 'valeriusjames'.
2013-03-02 02:33:35 +00:00
obache
33b4752839 Update ruby-spreadsheet to 0.8.1.
=== 0.8.1 / 18.02.2013

* Updated Manifest.txt to include lib/spreadsheet/excel/rgb.rb

=== 0.8.0 / 18.02.2013

* Adding support for converting color palette values to RGB values (not vice-versa..yet)
* by https://github.com/dancaugherty/spreadsheet/compare/master...rgb

=== 0.7.9 / 06.02.2013

Author: Eugeniy Belyaev (zhekanax)

* You can merge if you are interested in perl-like Workbook.set_custom_color
  implementation. I know it is not really a proper way to deal with custom colors, but
  nevertheless it makes it possible.
* https://github.com/zdavatz/spreadsheet/pull/27

=== 0.7.8 / 06.02.2013

Author: Kenichi Kamiya <kachick1@gmail.com>
Date:   Wed Feb 6 11:23:35 2013 +0900

* Link to Travis CI on README
* Remove warnings "assigned but unused variable" in test
* Remove warnings "assigned but unused variable"
* Enable $VERBOSE flag when running test
2013-02-21 13:23:12 +00:00
obache
31b1e080e5 Update ruby-spreadsheet to 0.7.7.
=== 0.7.7 / 22.01.2013

Author: DeTeam <timur.deteam@gmail.com>
Date:   Tue Jan 22 19:11:52 2013 +0400

* Make tests pass
* Readme updated
* RuntimeError when file is empty
* Hoe in dev deps
* Finish with bundler
* Add a Gemfile

also see: https://github.com/zdavatz/spreadsheet/pull/24
2013-01-24 10:50:35 +00:00
obache
75f017ba79 Update ruby-spreadsheet to 0.7.6.
=== 0.7.6 / 15.01.2013

Author: Kenichi Kamiya <kachick1@gmail.com>
Date:   Tue Jan 15 15:52:58 2013 +0900

* Remove warnings "method redefined; discarding old default_format"
* Remove warnings "`*' interpreted as argument prefix"
* Remove warnings "instance variable @{ivar} not initialized"
* Remove warnings "assigned but unused variable"

also see: https://github.com/zdavatz/spreadsheet/pull/21
2013-01-16 12:20:21 +00:00
obache
c7b3b2453a Update ruby-spreadsheet to 0.7.5.
=== 0.7.5 / 06.12.2012

* Add error tolerant values for Iconv when writing spreadsheet
* by andrea@spaghetticode.it

=== 0.7.4 / 06.10.2012

* Adds Spreadsheet::Excel::Row#to_a method to properly decode Date and DateTime data.
* patches by https://github.com/mdgreenfield/spreadsheet
2013-01-05 05:16:48 +00:00
asau
b63c74fdfd "user-destdir" is default these days 2012-09-11 23:04:15 +00:00
obache
7b774a3dcc Update ruby-spreadsheet to 0.7.3.
=== 0.7.3 / 26.06.2012

* Fix Format borders
* see https://github.com/zdavatz/spreadsheet/pull/6 for full details.
* patches by uraki66@gmail.com
2012-07-13 13:20:52 +00:00
taca
8be70336fa Update ruby-spreadsheet to 0.7.2.
=== 0.7.2 / 14.06.2012

* many changes by Mina Naguib <mina.git@naguib.ca>
* see git log for full details
2012-06-15 13:55:09 +00:00
obache
1dd70837f4 === 0.7.1 / 08.05.2012
* Author: Artem Ignatiev <zazubrik@gmail.com>
* remove require and rake altogether
* gem build and rake gem both work fine without those requires,
* and requiring 'rake' broke bundler
* add rake as development dependency
* Somehow it broken rake on my other project

=== 0.7.0 / 07.05.2012

* Author: Artem Ignatiev <zazubrik@gmail.com>
* use both ruby 1.8 and 1.9 compatible way of getting character code when hashing
* Fix syntax for ruby-1.9
* return gemspec so that bundler can find it
  When bundler loads gemspec, it evaluates it, and if the return value is
  not a gem specification built, refuses to load the gem.
* Testing worksheet protection
2012-05-08 09:37:51 +00:00
obache
38dd49f12a Update ruby-spreadsheet to 0.6.9.
=== 0.6.9 / 28.04.2012

* Yield is more simple here too.
* No need to capture the block in Spreadsheet.open
* Rather than extending a core class, let's just use #rcompact from a helper module
2012-04-28 12:17:13 +00:00
obache
779bcb3c9b Update ruby-spreadsheet to 0.6.8.
=== 0.6.8 / 20.01.2012

* adds the fix to allow the writing of empty rows, by ClemensP.
* Test also by ClemensP.
2012-01-21 06:12:19 +00:00
obache
49399609af Update ruby-spreadsheet to 0.6.7.
=== 0.6.7 / 18.01.2012

* http://dev.ywesee.com/wiki.php/Gem/Spreadsheet points point 2.
* Tests by Michal
* Patches by Timon

=== 0.6.6 / 18.01.2012

* http://dev.ywesee.com/wiki.php/Gem/Spreadsheet points 8 and 9.
* Fixes byjsaak@napalm.hu
* Patches by Vitaly Klimov
2012-01-18 10:27:02 +00:00