Subject: CVS commit: pkgsrc/devel/cxxopts
From: Iain Hibbert
Date: 2021-12-31 18:23:19
Message id: 20211231172319.7D158FAEC@cvs.NetBSD.org

Log Message:
Add cxxopts-3.0.0

This is a lightweight C++ option parser library, supporting the
standard GNU style syntax for options.

Options can be given as:

  --long
  --long=argument
  --long argument
  -a
  -ab
  -abc argument

where c takes an argument, but a and b do not.

Additionally, anything after -- will be parsed as a positional
argument.

Files:
RevisionActionfile
1.1addpkgsrc/devel/cxxopts/DESCR
1.1addpkgsrc/devel/cxxopts/Makefile
1.1addpkgsrc/devel/cxxopts/PLIST
1.1addpkgsrc/devel/cxxopts/buildlink3.mk
1.1addpkgsrc/devel/cxxopts/distinfo