Commit graph

6 commits

Author SHA1 Message Date
sjmulder
f04af1dbd5 textproc/libxlsxwriter: update to 0.8.7
Release notes:
 - Added support for adding VBA macros to workbooks. These macros can
   be extracted from existing xlsm files, created in Excel, and added to
   new xlsm files.
 - Added support for ZIP64 extensions when writing very large xlsx
   files to allow the zip container, or individual XML files within it,
   to be greater than 4 GB.
 - Added extra validity checks on worksheet names.
2019-06-21 16:59:48 +00:00
sjmulder
2d36c8eaba Update my (sjmulder) maintainer email address 2019-05-06 09:17:12 +00:00
sjmulder
1e9bf6d41f textproc/libxlsxwriter: update to 0.8.6
Upstream changes:
 - Fixed issue where images that started in hidden rows/columns weren't
   placed correctly in the worksheet.
 - Fixed the mime-type reported by system file(1). The mime-type
   reported by "file --mime-type"/magic was incorrect for XlsxWriter
   files since it expected the [Content_types] to be the first file in
   the zip container.

Package changes:
 - Fixed libxlsxwriter.so not picking up libz.so from buildlink.
2019-05-06 08:58:16 +00:00
maya
f34a8c24a3 PKGREVISION bump for anything using python without a PYPKGPREFIX.
This is a semi-manual PKGREVISION bump.
2019-04-25 07:32:34 +00:00
leot
60b984e44f libxlsxwriter: Update to 0.8.5
Patch provided by Sijmen J. Mulder via tech-pkg@, thanks!

pkgsrc changes:
 - Remove patches/patch-Makefile, it was imported upstream

Changes:
0.8.5
-----
 - Fix compile-time warnings with strict prototypes enabled.
 - Additional formatting tests.
 - Make py.test name configurable.
2019-02-11 18:30:47 +00:00
leot
94d1496102 libxlsxwriter: Import libxlsxwriter-0.8.4 as textproc/libxlsxwriter
C library that can be used to write text, numbers, formulas and hyperlinks to
multiple worksheets in a Microsoft Excel 2007+ XLSX file.

It supports features such as full formatting support, merged cells, defined
names, autofilters and charts.

Packaged in pkgsrc-wip by Sijmen J. Mulder.
2019-01-30 12:55:13 +00:00