Port details |
- cxxopts Lightweight C++ command line option parser
- 3.2.1 devel =2 3.2.1Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2018-08-14 05:52:56
- Last Update: 2024-02-20 09:06:55
- Commit Hash: d265f64
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/jarro2783/cxxopts
- Description:
- 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
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/cxxopts/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/cxxopts
- pkg install cxxopts
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cxxopts
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1708419849
SHA256 (jarro2783-cxxopts-v3.2.1_GH0.tar.gz) = 841f49f2e045b9c6365997c2a8fbf76e6f215042dda4511a5bb04bc5ebc7f88a
SIZE (jarro2783-cxxopts-v3.2.1_GH0.tar.gz) = 160606
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- This port is required by:
- for Build
-
- audio/pamixer
- devel/xeus-cling
- net-p2p/tremotesf
Configuration Options:
- No options to configure
- Options name:
- devel_cxxopts
- USES:
- cmake:testing compiler:c++11-lang
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.2.1 20 Feb 2024 09:06:55 |
Yuri Victorovich (yuri) |
devel/cxxopts: update 3.2.0 → 3.2.1 |
3.2.0 16 Feb 2024 05:16:11 |
Yuri Victorovich (yuri) |
devel/cxxopts: update 3.1.1 → 3.2.0
Reported by: portscout |
3.1.1 07 Mar 2023 11:07:02 |
Yuri Victorovich (yuri) |
devel/cxxopts: Update 3.1.0 → 3.1.1
Reported by: portscout |
3.1.0 14 Feb 2023 02:30:55 |
Yuri Victorovich (yuri) |
devel/cxxopts: Update 3.0.0 → 3.1.0
Reported by: portscout |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.0.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.0.0 11 Dec 2021 08:41:22 |
Yuri Victorovich (yuri) |
devel/cxxopts: Update 2.2.1 -> 3.0.0
Also add the 'test' target.
Reported by: portscout |
2.2.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.2.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.2.1 18 Aug 2020 18:20:26 |
yuri |
devel/cxxopts: Update 2.2.0-14 -> 2.2.1
Reported by: portscout |
2.2.0.14 17 Dec 2019 01:04:37 |
yuri |
devel/cxxopts: Update 2.2.0 -> 2.2.0-14-g23f56e2 |
2.2.0_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
2.2.0 13 Jul 2019 07:42:37 |
yuri |
devel/cxxopts: Update 2.1.2 -> 2.2.0
Reported by: portscout |
2.1.2 15 Jan 2019 09:51:27 |
yuri |
devel/cxxopts: Update 2.1.1 -> 2.1.2
Reported by: portscout |
2.1.1_1 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
2.1.1_1 22 Dec 2018 23:20:53 |
yuri |
devel/cxxopts: Disable examples during build
This should unbreak the build on 12, because breakage was in examples.
Reported by: fallout |
2.1.1_1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
2.1.1 28 Oct 2018 10:32:31 |
linimon |
Fix build with GCC-based architectures.
PR: 232083
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
2.1.1 14 Aug 2018 05:52:46 |
yuri |
New port: devel/cxxopts: Lightweight C++ command line option parser |