pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/libxls



Module Name:    pkgsrc
Committed By:   sjmulder
Date:           Mon May  6 08:55:20 UTC 2019

Modified Files:
        pkgsrc/textproc/libxls: Makefile PLIST distinfo

Log Message:
textproc/libxls: update to 1.5.1

Upstream changes:
 - Fix undefined behavior when formatting NaNs
 - Add missing files to distribution tarballs
 - Remove unused checks from configure
 - Add C++ test target and fix errors
 - Add a pkg-config file
 - Fix off-by-one in double byteswapping (big-endian systems)
 - Add note about Autoconf Archive

Package changes:
 - Add test target


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/libxls/Makefile \
    pkgsrc/textproc/libxls/PLIST pkgsrc/textproc/libxls/distinfo

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

Modified files:

Index: pkgsrc/textproc/libxls/Makefile
diff -u pkgsrc/textproc/libxls/Makefile:1.1 pkgsrc/textproc/libxls/Makefile:1.2
--- pkgsrc/textproc/libxls/Makefile:1.1 Mon Feb 11 21:55:27 2019
+++ pkgsrc/textproc/libxls/Makefile     Mon May  6 08:55:20 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2019/02/11 21:55:27 leot Exp $
+# $NetBSD: Makefile,v 1.2 2019/05/06 08:55:20 sjmulder Exp $
 
-DISTNAME=      libxls-1.5.0
+DISTNAME=      libxls-1.5.1
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libxls/}
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}
@@ -11,7 +11,13 @@ COMMENT=     Extract cell data from legacy M
 LICENSE=       2-clause-bsd
 
 GNU_CONFIGURE= yes
+# cplusplus/* is used for tests, but built always
+USE_LANGUAGES= c c++11
 USE_LIBTOOL=   yes
 
+TEST_TARGET=   check
+
+PKGCONFIG_OVERRIDE+=   libxls.pc.in
+
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/libxls/PLIST
diff -u pkgsrc/textproc/libxls/PLIST:1.1 pkgsrc/textproc/libxls/PLIST:1.2
--- pkgsrc/textproc/libxls/PLIST:1.1    Mon Feb 11 21:55:27 2019
+++ pkgsrc/textproc/libxls/PLIST        Mon May  6 08:55:20 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2019/02/11 21:55:27 leot Exp $
+@comment $NetBSD: PLIST,v 1.2 2019/05/06 08:55:20 sjmulder Exp $
 bin/xls2csv
 include/libxls/brdb.c.h
 include/libxls/brdb.h
@@ -9,4 +9,5 @@ include/libxls/xlstool.h
 include/libxls/xlstypes.h
 include/xls.h
 lib/libxlsreader.la
+lib/pkgconfig/libxls.pc
 man/man1/xls2csv.1
Index: pkgsrc/textproc/libxls/distinfo
diff -u pkgsrc/textproc/libxls/distinfo:1.1 pkgsrc/textproc/libxls/distinfo:1.2
--- pkgsrc/textproc/libxls/distinfo:1.1 Mon Feb 11 21:55:27 2019
+++ pkgsrc/textproc/libxls/distinfo     Mon May  6 08:55:20 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2019/02/11 21:55:27 leot Exp $
+$NetBSD: distinfo,v 1.2 2019/05/06 08:55:20 sjmulder Exp $
 
-SHA1 (libxls-1.5.0.tar.gz) = 02742e792dc4cefb72caa3d971963bf49793aa0d
-RMD160 (libxls-1.5.0.tar.gz) = ed5eabbb14e7a2d0745de924bda41992c9331f13
-SHA512 (libxls-1.5.0.tar.gz) = 11796bc0a11649eb4a3a51861625e1e8a3bbc36d184727f7235710aaafa4c66a4f3e7b7b32b19416591479e5711aa3353672f4d609abbd8cfa2011a7186f5901
-Size (libxls-1.5.0.tar.gz) = 424639 bytes
+SHA1 (libxls-1.5.1.tar.gz) = e9863d0be50301d2b53f213f8c597c074614dc65
+RMD160 (libxls-1.5.1.tar.gz) = 77edcdbbc1851bbcf3b1038fcbf9032107e0c7fd
+SHA512 (libxls-1.5.1.tar.gz) = 80dbef099919248444592a6fd8a910513cffb9e00671009a543511b49a801cb3d4d06dd1413bb7107f87a76176dd3a09cfdb772bcf641a697f363b184152ceb2
+Size (libxls-1.5.1.tar.gz) = 442217 bytes



Home | Main Index | Thread Index | Old Index