pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/cxxopts



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Wed Sep  6 17:57:00 UTC 2023

Modified Files:
        pkgsrc/devel/cxxopts: Makefile distinfo

Log Message:
cxxopts: update to 3.1.1

3.1.1

Fix version number in header.

3.1.0

- Support for multiple long names for the same option (= multiple long aliases)
- Add a program() function to retrieve the program name.
- Added a .clang-format file.
- Added iterator and printing for a ParseResult.
- Cleanup exception code, add cxxopts::exceptions namespace.
- Fix arguments() having no key for options that only have a short name.


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

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

Modified files:

Index: pkgsrc/devel/cxxopts/Makefile
diff -u pkgsrc/devel/cxxopts/Makefile:1.1 pkgsrc/devel/cxxopts/Makefile:1.2
--- pkgsrc/devel/cxxopts/Makefile:1.1   Fri Dec 31 17:23:19 2021
+++ pkgsrc/devel/cxxopts/Makefile       Wed Sep  6 17:57:00 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2021/12/31 17:23:19 plunky Exp $
+# $NetBSD: Makefile,v 1.2 2023/09/06 17:57:00 bsiegert Exp $
 #
 
-DISTNAME=      cxxopts-3.0.0
+DISTNAME=      cxxopts-3.1.1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=jarro2783/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
Index: pkgsrc/devel/cxxopts/distinfo
diff -u pkgsrc/devel/cxxopts/distinfo:1.1 pkgsrc/devel/cxxopts/distinfo:1.2
--- pkgsrc/devel/cxxopts/distinfo:1.1   Fri Dec 31 17:23:19 2021
+++ pkgsrc/devel/cxxopts/distinfo       Wed Sep  6 17:57:00 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2021/12/31 17:23:19 plunky Exp $
+$NetBSD: distinfo,v 1.2 2023/09/06 17:57:00 bsiegert Exp $
 
-BLAKE2s (cxxopts-3.0.0.tar.gz) = ba40d90e78624b8e781c5cbd0a35dc3cdc0530b87113a6fb009aa1e5687b6d7d
-SHA512 (cxxopts-3.0.0.tar.gz) = 239479a3b35ddef6fc380ac9371e1cf7e3aea066f03e1ea538151fa2fff4296838daa976d55e988d8f87f40c0ae027767bcb214754177499413af1081315565c
-Size (cxxopts-3.0.0.tar.gz) = 97020 bytes
+BLAKE2s (cxxopts-3.1.1.tar.gz) = 0af8fde528ab248db1dd07935067705b4f5f43d2dada72ce504510904ebcc9b9
+SHA512 (cxxopts-3.1.1.tar.gz) = 248e54e23564660467c7ecf50676b86d3cd10ade89e0ac1d23deb71334cb89cc5eb50f624b385d5119a43ca68ff8b1c74af82dc699b5ccfae54d6dcad4fd9447
+Size (cxxopts-3.1.1.tar.gz) = 101548 bytes



Home | Main Index | Thread Index | Old Index