Port details |
- argparse Argument Parser for Modern C++
- 3.2 devel
=2 3.1Version of this port present on the latest quarterly branch. - Maintainer: eduardo@FreeBSD.org
 - Port Added: 2022-05-09 10:27:04
- Last Update: 2025-01-25 16:09:43
- Commit Hash: b886f8a
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/p-ranav/argparse
- Description:
- Argument Parser for Modern C++
Highlights:
- Single header file
- Requires C++17
- MIT License
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- argparse>0:devel/argparse
- To install the port:
- cd /usr/ports/devel/argparse/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/argparse
- pkg install argparse
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: argparse
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1737821008
SHA256 (p-ranav-argparse-v3.2_GH0.tar.gz) = 9dcb3d8ce0a41b2a48ac8baa54b51a9f1b6a2c52dd374e28cc713bab0568ec98
SIZE (p-ranav-argparse-v3.2_GH0.tar.gz) = 123731
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
-
- devel/fccf
Configuration Options:
- ===> The following configuration options are available for argparse-3.2:
TEST=off: Build and/or run tests
===> Use 'make config' to modify these settings
- Options name:
- devel_argparse
- USES:
- cmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 14
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.2 25 Jan 2025 16:09:43
    |
Nuno Teixeira (eduardo)  |
devel/argparse: Update to 3.2
ChangeLog: https://github.com/p-ranav/argparse/releases/tag/v3.2 |
3.1 18 Jul 2024 19:26:01
    |
Nuno Teixeira (eduardo)  |
devel/argparse: Update to 3.1
- Drop compiler from USES
ChangeLog: https://github.com/p-ranav/argparse/releases/tag/v3.1 |
3.0 06 Nov 2023 14:15:10
    |
Nuno Teixeira (eduardo)  |
devel/argparse: Update to 3.0
- Define LICENSE_FILE
ChangeLog: https://github.com/p-ranav/argparse/releases/tag/v3.0 |
2.9_1 26 Sep 2022 19:03:34
    |
Nuno Teixeira (eduardo)  |
devel/argparse: Port improvements
- Add a test target that does not cause "make test" to fail if the
TEST option was not used
- Remove ARGPARSE_BUILD_SAMPLES added by mistake and because there is
no intention to install samples
- Bump PORTREVISION
Reported by: se |
2.9 22 Sep 2022 16:37:01
    |
Nuno Teixeira (eduardo)  |
devel/argparse: Update to 2.9
ChangeLog: https://github.com/p-ranav/argparse/releases/tag/v2.9 |
2.8 21 Sep 2022 19:17:42
    |
Nuno Teixeira (eduardo)  |
devel/argparse: Adopt/Update to 2.8
- Add TEST option
ChangeLog: https://github.com/p-ranav/argparse/releases/tag/v2.8 |
2.7 19 Sep 2022 19:41:16
    |
Stefan Eßer (se)  |
devel/argparse: upgrade to versíon 2.7 |
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) |
2.6 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 ) |
2.6 07 Sep 2022 10:26:41
    |
Tobias C. Berner (tcberner)  |
cleanup: remove trailing whitepaces |
2.6 05 Sep 2022 12:42:24
    |
Baptiste Daroussin (bapt)  |
devel/argparse: update to 2.6
Drop maintainership |
2.5 30 Jul 2022 06:00:59
    |
Po-Chuan Hsieh (sunpoet)  |
devel/argparse: Add NO_ARCH and remove trailing blank line
Approved by: portmgr (blanket) |
2.5 08 Jun 2022 11:10:10
    |
Baptiste Daroussin (bapt)  |
devel/argparse: update to 2.5 |
2.4 09 May 2022 10:24:35
    |
Baptiste Daroussin (bapt)  |
devel/argparse: new port
Argument Parser for Modern C++ in the form of a simple header
WWW: https://github.com/p-ranav/argparse |
Number of commits found: 14
|