pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/p5-Spreadsheet-Read



Module Name:    pkgsrc
Committed By:   wen
Date:           Sun Apr 30 01:08:07 UTC 2023

Modified Files:
        pkgsrc/math/p5-Spreadsheet-Read: Makefile distinfo

Log Message:
Update to 0.87

Upstream changes:
0.87    - 22 Feb 2023, H.Merijn Brand
    * Change default #! to /usr/bin/perl (Tinita)
    * Improve ->sheets (safer and docs)
    * Update to Spreadsheet::ReadGnumeric 0.2 (attributes and small fixes)

0.86    - 07 Feb 2023, H.Merijn Brand
    * Add Gnumeric support (Bob Rogers, THANKS!)
      - work in progress, use with care, feedback welcome

0.85    - 04 Jan 2023, H.Merijn Brand
    * Suggest the preferred parser if none found
    * It's 2022
    * xlscat --box and improvements for -L
    * Add balloons to ss2tk buttons
    * Fix typo in help (Erix)
    * It's 2023

0.84    - 26 Feb 2021, H.Merijn Brand
    * It's 2021
    * Alias pivot to transpose (issue#36)
    * Alias strip to trim      (issue#36)
    * Check for consistent return values of parses ()

0.83    - 21 Dec 2020, H.Merijn Brand
    * Require ParseODS 0.26
    * Add ::parsers to get list of supported formats
    * Add --list to xlscat and xls2csv
    * Update xls2csv to be identical to xlsx2csv
    * ::parses ("") will return list of supported types
    * Move installables from examples/ to scripts/
    * Tested on FreeBSD-12.2-RELEASE with all supported backends
    * Fix META issue for bugtracker

0.82    - 26 Sep 2020, H.Merijn Brand
    * Move pod tests to xt (and do not distribute)
    * Fix some links in the docs
    * Add ".xlsm" to known XLSX file extensions
    * Spreadsheet::ReadSXC has a new maintainer (Corion)
      - support file handles
      - suggest version 0.24 (0.22 causes fails)
    * First attempt in supporting Spreadsheet::ParseODS (alpha code)
      - version 0.25 should now pass the limited tests
      - thanks to Corion for making this happen!
    * It's 2020
    * Fallback to Pod::Text if nroff not available in tools
    * Extended support for merged cells with merge option
      - Added $sheet->merged_from ("C2")
    * Add --no-nl[=x] to xlscat
    * xlscat: Align-right more numerics on -L (was only positive integers)
    * xlsx2csv -Z : generate a ZIP file with a CSV for every sheet
    * Doc fix (issue#33)


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/math/p5-Spreadsheet-Read/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/math/p5-Spreadsheet-Read/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/p5-Spreadsheet-Read/Makefile
diff -u pkgsrc/math/p5-Spreadsheet-Read/Makefile:1.35 pkgsrc/math/p5-Spreadsheet-Read/Makefile:1.36
--- pkgsrc/math/p5-Spreadsheet-Read/Makefile:1.35       Tue Jun 28 11:34:43 2022
+++ pkgsrc/math/p5-Spreadsheet-Read/Makefile    Sun Apr 30 01:08:07 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.35 2022/06/28 11:34:43 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2023/04/30 01:08:07 wen Exp $
 
-DISTNAME=      Spreadsheet-Read-0.81
+DISTNAME=      Spreadsheet-Read-0.87
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    math perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Spreadsheet/}
 EXTRACT_SUFX=  .tgz

Index: pkgsrc/math/p5-Spreadsheet-Read/distinfo
diff -u pkgsrc/math/p5-Spreadsheet-Read/distinfo:1.21 pkgsrc/math/p5-Spreadsheet-Read/distinfo:1.22
--- pkgsrc/math/p5-Spreadsheet-Read/distinfo:1.21       Tue Oct 26 10:55:56 2021
+++ pkgsrc/math/p5-Spreadsheet-Read/distinfo    Sun Apr 30 01:08:07 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2021/10/26 10:55:56 nia Exp $
+$NetBSD: distinfo,v 1.22 2023/04/30 01:08:07 wen Exp $
 
-BLAKE2s (Spreadsheet-Read-0.81.tgz) = d3eb54e95e1212a72f4f7dc6d31359e2e3bb89ad873119c0a5e3ddad8197cdb4
-SHA512 (Spreadsheet-Read-0.81.tgz) = b289e1bef3ef92298c639853ee8804ee732fdc3b144f8ed8da67221ebb96e2d113fe64b3db8fb6cc9b1aa8a426748cbc9e517fd78c099c5feb20bede14105bfd
-Size (Spreadsheet-Read-0.81.tgz) = 194447 bytes
+BLAKE2s (Spreadsheet-Read-0.87.tgz) = 4996022fa2f988bf3de193a88d6b38c07ec9970c53fd8e8418b3febd212d2dee
+SHA512 (Spreadsheet-Read-0.87.tgz) = a8232cf14f08b34c34ff23edea5db5898a905b6f01b4ec1af29d2829345eb8418f84897546f85fbe1495dc7460d7ed08356538909423c995e976316484caf753
+Size (Spreadsheet-Read-0.87.tgz) = 271514 bytes



Home | Main Index | Thread Index | Old Index