Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 21CB57A214 for ; Sat, 7 Jan 2017 22:26:48 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B6B3B8563A; Sat, 7 Jan 2017 22:26:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 467BE855B7 for ; Sat, 7 Jan 2017 22:26:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id h0dRzRTNqjrl for ; Sat, 7 Jan 2017 22:26:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8140685589 for ; Sat, 7 Jan 2017 22:26:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7BA32FBA6; Sat, 7 Jan 2017 22:26:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1483828006245890" MIME-Version: 1.0 Date: Sat, 7 Jan 2017 22:26:46 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/math/ruby-roo To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170107222646.7BA32FBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1483828006245890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Jan 7 22:26:46 UTC 2017 Modified Files: pkgsrc/math/ruby-roo: Makefile PLIST distinfo Log Message: Updated ruby22-roo to 2.7.1. ## [2.7.1] 2017-01-03 ### Fixed - Fixed regression where a CSV's encoding was being ignored [372](https://github.com/roo-rb/roo/pull/372) ## [2.7.0] 2016-12-31 ### Fixed - Added rack server for testing Roo's download capabilities [365](https://github.com/roo-rb/roo/pull/365) - Refactored tests into different formats [365](https://github.com/roo-rb/roo/pull/365) - Fixed OpenOffice for JRuby [362](https://github.com/roo-rb/roo/pull/362) - Added '0.000000' => '%.6f' number format [354](https://github.com/roo-rb/roo/pull/354) - Add additional formula cell types for to_csv [367][https://github.com/roo-rb/roo/pull/367] ### Added - Extracted formatters from Roo::Base#to_* methods [364](https://github.com/roo-rb/roo/pull/364) ## [2.6.0] 2016-12-28 ### Fixed - Fixed error if sheet name starts with a slash [348](https://github.com/roo-rb/roo/pull/348) - Fixed loading to support files on ftp [355](https://github.com/roo-rb/roo/pull/355) - Fixed Ruby 2.4.0 deprecation warnings [356](https://github.com/roo-rb/roo/pull/356) - properly return date as string [359](https://github.com/roo-rb/roo/pull/359) ### Added - Cell values can be set in a CSV [350](https://github.com/roo-rb/roo/pull/350/) - Raise an error Roo::Excelx::Extractor document is missing [358](https://github.com/roo-rb/roo/pull/358/) To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/ruby-roo/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/ruby-roo/PLIST cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/ruby-roo/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1483828006245890 Content-Disposition: inline Content-Length: 3466 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/ruby-roo/Makefile diff -u pkgsrc/math/ruby-roo/Makefile:1.4 pkgsrc/math/ruby-roo/Makefile:1.5 --- pkgsrc/math/ruby-roo/Makefile:1.4 Sat Oct 15 14:45:17 2016 +++ pkgsrc/math/ruby-roo/Makefile Sat Jan 7 22:26:46 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2016/10/15 14:45:17 taca Exp $ +# $NetBSD: Makefile,v 1.5 2017/01/07 22:26:46 wiz Exp $ -DISTNAME= roo-2.5.1 +DISTNAME= roo-2.7.1 CATEGORIES= math MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/math/ruby-roo/PLIST diff -u pkgsrc/math/ruby-roo/PLIST:1.2 pkgsrc/math/ruby-roo/PLIST:1.3 --- pkgsrc/math/ruby-roo/PLIST:1.2 Sat Oct 15 14:45:17 2016 +++ pkgsrc/math/ruby-roo/PLIST Sat Jan 7 22:26:46 2017 @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.2 2016/10/15 14:45:17 taca Exp $ +@comment $NetBSD: PLIST,v 1.3 2017/01/07 22:26:46 wiz Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/.codeclimate.yml ${GEM_LIBDIR}/.github/ISSUE_TEMPLATE ${GEM_LIBDIR}/.gitignore ${GEM_LIBDIR}/.simplecov @@ -41,6 +42,11 @@ ${GEM_LIBDIR}/lib/roo/excelx/sheet_doc.r ${GEM_LIBDIR}/lib/roo/excelx/styles.rb ${GEM_LIBDIR}/lib/roo/excelx/workbook.rb ${GEM_LIBDIR}/lib/roo/font.rb +${GEM_LIBDIR}/lib/roo/formatters/base.rb +${GEM_LIBDIR}/lib/roo/formatters/csv.rb +${GEM_LIBDIR}/lib/roo/formatters/matrix.rb +${GEM_LIBDIR}/lib/roo/formatters/xml.rb +${GEM_LIBDIR}/lib/roo/formatters/yaml.rb ${GEM_LIBDIR}/lib/roo/libre_office.rb ${GEM_LIBDIR}/lib/roo/link.rb ${GEM_LIBDIR}/lib/roo/open_office.rb @@ -71,6 +77,21 @@ ${GEM_LIBDIR}/test/excelx/cell/test_empt ${GEM_LIBDIR}/test/excelx/cell/test_number.rb ${GEM_LIBDIR}/test/excelx/cell/test_string.rb ${GEM_LIBDIR}/test/excelx/cell/test_time.rb +${GEM_LIBDIR}/test/formatters/test_csv.rb +${GEM_LIBDIR}/test/formatters/test_matrix.rb +${GEM_LIBDIR}/test/formatters/test_xml.rb +${GEM_LIBDIR}/test/formatters/test_yaml.rb +${GEM_LIBDIR}/test/helpers/test_accessing_files.rb +${GEM_LIBDIR}/test/helpers/test_comments.rb +${GEM_LIBDIR}/test/helpers/test_formulas.rb +${GEM_LIBDIR}/test/helpers/test_labels.rb +${GEM_LIBDIR}/test/helpers/test_sheets.rb +${GEM_LIBDIR}/test/helpers/test_styles.rb +${GEM_LIBDIR}/test/roo/test_base.rb +${GEM_LIBDIR}/test/roo/test_csv.rb +${GEM_LIBDIR}/test/roo/test_excelx.rb +${GEM_LIBDIR}/test/roo/test_libre_office.rb +${GEM_LIBDIR}/test/roo/test_open_office.rb ${GEM_LIBDIR}/test/test_helper.rb ${GEM_LIBDIR}/test/test_roo.rb ${GEM_HOME}/specifications/${GEM_NAME}.gemspec Index: pkgsrc/math/ruby-roo/distinfo diff -u pkgsrc/math/ruby-roo/distinfo:1.3 pkgsrc/math/ruby-roo/distinfo:1.4 --- pkgsrc/math/ruby-roo/distinfo:1.3 Sat Oct 15 14:45:17 2016 +++ pkgsrc/math/ruby-roo/distinfo Sat Jan 7 22:26:46 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2016/10/15 14:45:17 taca Exp $ +$NetBSD: distinfo,v 1.4 2017/01/07 22:26:46 wiz Exp $ -SHA1 (roo-2.5.1.gem) = a040643100d71caf784637f167851b0789f337de -RMD160 (roo-2.5.1.gem) = 3a1287a547a9c58810411bc3ffcc463c3b7662c9 -SHA512 (roo-2.5.1.gem) = dc995fcfc3cca3365a2825b550100980e39681732b80e35dc8c2b71b181ff3d3f2072f5027641cd250fc99e424c50c76078a6f8c4f63163e66d3b83fa573bfbe -Size (roo-2.5.1.gem) = 80384 bytes +SHA1 (roo-2.7.1.gem) = f6291a551d09fe930f0eedc455430576685fa254 +RMD160 (roo-2.7.1.gem) = 82757339162467e9145ef52494c617462b7219b7 +SHA512 (roo-2.7.1.gem) = 1498a3d00dc359e9fd10ce08ef4772c7515ee5c662b89405b81c0eecf6f62120abd1286e397251149fa7dd6fae7ead1f7b2642659b637b0ba3a50a199c25f2c6 +Size (roo-2.7.1.gem) = 81408 bytes --_----------=_1483828006245890--