notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Remember
I remember
2024-11-06 Today brought in a new category: filesystems. Sadly, the website did not process it well. I am working on that. It may take a few days.
2024-11-07 Commit processing is halted. I have a fix for the new category. It is making its way through the system.
UPDATE: the backend is processing the original filesystems commit now. It should take about an hour.
UPDATE: as of 20:30 UTC, the filesystems commit has been processed. Commit processing is now up to date.
Port details
argtable3 ANSI C library that parses GNU-style command-line options
3.2.2_1 devel on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.2.2_1Version of this port present on the latest quarterly branch.
Maintainer: acm@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-02-18 19:30:05
Last Update: 2024-02-18 22:58:27
Commit Hash: 4a507bc
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
License: BSD3CLAUSE
WWW:
https://www.argtable.org
Description:
Argtable3 is an open source ANSI C library that parses GNU-style command-line options with the getopt library. It simplifies command-line parsing by defining a declarative-style API that you can use to specify what your command-line syntax looks like. Argtable3 will automatically generate consistent error handling logic and textual descriptions of the command line syntax, which are essential but tedious to implement for a robust CLI program.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (14 items)
Collapse this list.
  1. /usr/local/share/licenses/argtable3-3.2.2_1/catalog.mk
  2. /usr/local/share/licenses/argtable3-3.2.2_1/LICENSE
  3. /usr/local/share/licenses/argtable3-3.2.2_1/BSD3CLAUSE
  4. include/argtable3.h
  5. lib/cmake/argtable3/Argtable3Config-release.cmake
  6. lib/cmake/argtable3/Argtable3Config.cmake
  7. lib/cmake/argtable3/Argtable3ConfigVersion.cmake
  8. lib/libargtable3.so
  9. lib/libargtable3.so.0
  10. lib/libargtable3.so.0.0.0
  11. lib/libargtable3_static.a
  12. @owner
  13. @group
  14. @mode
Collapse this list.
Dependency lines:
  • argtable3>0:devel/argtable3
To install the port:
cd /usr/ports/devel/argtable3/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/argtable3
  • pkg install argtable3
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: argtable3
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1708211192 SHA256 (argtable-argtable3-3.2.2-f319bb66252c6d32a0657c774534ba409567aa62_GH0.tar.gz) = caa17d2e992a4ba0e5ea8fb3a4c5cf4e4192d040e572ae583547c6886a4f12d1 SIZE (argtable-argtable3-3.2.2-f319bb66252c6d32a0657c774534ba409567aa62_GH0.tar.gz) = 510632

Packages (timestamps in pop-ups are UTC):
argtable3
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.2.2_13.2.2_1-3.2.2_13.2.2_1---
FreeBSD:13:quarterly3.2.2_13.2.2_1-3.2.2_13.2.2_1---
FreeBSD:14:latest3.2.2_13.2.2_1-3.2.2_13.2.2_1---
FreeBSD:14:quarterly3.2.2_13.2.2_1-3.2.2_13.2.2_1---
FreeBSD:15:latest3.2.2_13.2.2_1n/a3.2.2_1n/a--3.2.2_1
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
This port is required by:
for Build
  1. security/caldera-ot

Configuration Options:
No options to configure
Options name:
devel_argtable3
USES:
cmake compiler:c++11-lang
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/argtable/argtable3/tar.gz/f319bb66252c6d32a0657c774534ba409567aa62?dummy=/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.2.2_1
18 Feb 2024 22:58:27
commit hash: 4a507bc80f751439bcb25cf3d683de49d31ea4a1commit hash: 4a507bc80f751439bcb25cf3d683de49d31ea4a1commit hash: 4a507bc80f751439bcb25cf3d683de49d31ea4a1commit hash: 4a507bc80f751439bcb25cf3d683de49d31ea4a1 files touched by this commit
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
devel/argtable3: Improve port

- Add CMAKE options for avoid compile not installable files
- Remove obsolete dependency
- Now this port installs static and shared libraries
- Bump PORTREVISION
Reported by:	diizzy
3.2.2
18 Feb 2024 19:26:43
commit hash: ae019109714da1f499ea9c73be29c74dab44377fcommit hash: ae019109714da1f499ea9c73be29c74dab44377fcommit hash: ae019109714da1f499ea9c73be29c74dab44377fcommit hash: ae019109714da1f499ea9c73be29c74dab44377f files touched by this commit
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
devel/argtable3: New port: ANSI C library that parses GNU-style command-line
options

Argtable3 is an open source ANSI C library that parses GNU-style command-line
options with the getopt library. It simplifies command-line parsing by defining
a declarative-style API that you can use to specify what your command-line
syntax looks like. Argtable3 will automatically generate consistent error
handling logic and textual descriptions of the command line syntax, which are
essential but tedious to implement for a robust CLI program.

Number of commits found: 2