pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/libxlsxwriter



Module Name:    pkgsrc
Committed By:   sjmulder
Date:           Wed Apr 19 14:36:14 UTC 2023

Modified Files:
        pkgsrc/textproc/libxlsxwriter: Makefile PLIST distinfo
Removed Files:
        pkgsrc/textproc/libxlsxwriter/patches: patch-test_cpp_Makefile

Log Message:
textproc/libxlsxwriter: Update to 1.1.5

Changes:
 - Added support for writing a workbook to a memory buffer instead of
   to a file via the output_buffer parameter of workbook_new_opt().
 - Add support for using in-memory data instead of temporary files on
   systems where fmemopen() and open_memstream() are supported. This
   requires the USE_MEM_FILE compilation option.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/libxlsxwriter/Makefile \
    pkgsrc/textproc/libxlsxwriter/distinfo
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/libxlsxwriter/PLIST
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/textproc/libxlsxwriter/patches/patch-test_cpp_Makefile

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

Modified files:

Index: pkgsrc/textproc/libxlsxwriter/Makefile
diff -u pkgsrc/textproc/libxlsxwriter/Makefile:1.18 pkgsrc/textproc/libxlsxwriter/Makefile:1.19
--- pkgsrc/textproc/libxlsxwriter/Makefile:1.18 Fri Nov 19 22:13:32 2021
+++ pkgsrc/textproc/libxlsxwriter/Makefile      Wed Apr 19 14:36:14 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2021/11/19 22:13:32 sjmulder Exp $
+# $NetBSD: Makefile,v 1.19 2023/04/19 14:36:14 sjmulder Exp $
 
-DISTNAME=      libxlsxwriter-1.1.4
+DISTNAME=      libxlsxwriter-1.1.5
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=jmcnamara/}
 GITHUB_TAG=    RELEASE_${PKGVERSION_NOREV}
Index: pkgsrc/textproc/libxlsxwriter/distinfo
diff -u pkgsrc/textproc/libxlsxwriter/distinfo:1.18 pkgsrc/textproc/libxlsxwriter/distinfo:1.19
--- pkgsrc/textproc/libxlsxwriter/distinfo:1.18 Fri Nov 19 22:13:32 2021
+++ pkgsrc/textproc/libxlsxwriter/distinfo      Wed Apr 19 14:36:14 2023
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.18 2021/11/19 22:13:32 sjmulder Exp $
+$NetBSD: distinfo,v 1.19 2023/04/19 14:36:14 sjmulder Exp $
 
-BLAKE2s (libxlsxwriter-1.1.4.tar.gz) = 8481f135c9687c7e25d697da2dec34a6cc1d0c426caa806a09e599b26244cf45
-SHA512 (libxlsxwriter-1.1.4.tar.gz) = fad36f7882fcb21b87e13cf603022cfad3f14e6f955a06e2771712facd0fe12f83f4d1655dc1a744724bda1ac83af7e7bf1393457c5507d8983f63002ab294b5
-Size (libxlsxwriter-1.1.4.tar.gz) = 20442200 bytes
-SHA1 (patch-test_cpp_Makefile) = a714517948a453daeb6cbb6740ca46d2af05bac7
+BLAKE2s (libxlsxwriter-1.1.5.tar.gz) = 26a0b4a2c1f9bb51d5e9670ac06fe433240d99f0e95060391c50a56fc9c9aedf
+SHA512 (libxlsxwriter-1.1.5.tar.gz) = bd7db0fcf25ebf492b4d8f7da8fdb6cc79400d7d0fa5856ddae259cb24817034fc97d4828cbde42434f41198dcfb6732ac63c756abd962689f4249ca64bf19c6
+Size (libxlsxwriter-1.1.5.tar.gz) = 21541446 bytes

Index: pkgsrc/textproc/libxlsxwriter/PLIST
diff -u pkgsrc/textproc/libxlsxwriter/PLIST:1.6 pkgsrc/textproc/libxlsxwriter/PLIST:1.7
--- pkgsrc/textproc/libxlsxwriter/PLIST:1.6     Fri Nov 19 22:13:32 2021
+++ pkgsrc/textproc/libxlsxwriter/PLIST Wed Apr 19 14:36:14 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2021/11/19 22:13:32 sjmulder Exp $
+@comment $NetBSD: PLIST,v 1.7 2023/04/19 14:36:14 sjmulder Exp $
 include/xlsxwriter.h
 include/xlsxwriter/app.h
 include/xlsxwriter/chart.h
@@ -32,5 +32,5 @@ include/xlsxwriter/worksheet.h
 include/xlsxwriter/xmlwriter.h
 lib/libxlsxwriter.a
 lib/libxlsxwriter.so
-lib/libxlsxwriter.so.4
+lib/libxlsxwriter.so.5
 lib/pkgconfig/xlsxwriter.pc



Home | Main Index | Thread Index | Old Index