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
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
clig Auto-generate an (argc, argv) processor, usage message, and manpage
1.9.11.1_4 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 1.9.11.1_3Version of this port present on the latest quarterly branch.
Maintainer: portmaster@BSDforge.com search for ports maintained by this maintainer
Port Added: unknown
Last Update: 2024-02-27 16:30:55
Commit Hash: f755375
People watching this port, also watch:: e93, qiv, add
Also Listed In: tcl
License: GPLv2
WWW:
https://BSDforge.com/projects/devel/clig
Description:
Clig generates C code to take apart the typical command-line arguments given to a C program. Input to clig is a simple description file that specifies the name and number of options, their type (Flag, String, Float, Int) and permissible range, and which options are mandatory. From this, clig will generate self-contained C code to include in your program, a usage message, and a manual page skeleton. Clig does a lot more than getopt!
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 (77 items)
Collapse this list.
  1. /usr/local/share/licenses/clig-1.9.11.1_4/catalog.mk
  2. /usr/local/share/licenses/clig-1.9.11.1_4/LICENSE
  3. /usr/local/share/licenses/clig-1.9.11.1_4/GPLv2
  4. bin/clig
  5. bin/cligUsage
  6. lib/clig/c/catArgv.c
  7. lib/clig/c/checkDoubleHigher.c
  8. lib/clig/c/checkDoubleLower.c
  9. lib/clig/c/checkFloatConversion.c
  10. lib/clig/c/checkFloatHigher.c
  11. lib/clig/c/checkFloatLower.c
  12. lib/clig/c/checkIntHigher.c
  13. lib/clig/c/checkIntLower.c
  14. lib/clig/c/checkLongHigher.c
  15. lib/clig/c/checkLongLower.c
  16. lib/clig/c/getDoubleOpt.c
  17. lib/clig/c/getDoubleOpts.c
  18. lib/clig/c/getFloatOpt.c
  19. lib/clig/c/getFloatOpts.c
  20. lib/clig/c/getIntOpt.c
  21. lib/clig/c/getIntOpts.c
  22. lib/clig/c/getLongOpt.c
  23. lib/clig/c/getLongOpts.c
  24. lib/clig/c/getStringOpt.c
  25. lib/clig/c/getStringOpts.c
  26. lib/clig/c/missingErr.c
  27. lib/clig/c/template.man
  28. lib/clig/pkgIndex.tcl
  29. lib/clig/tcl/cmdline.cli
  30. lib/clig/tcl/genCheckMandatory.tcl
  31. lib/clig/tcl/genDefault.tcl
  32. lib/clig/tcl/genDotC.tcl
  33. lib/clig/tcl/genDotH.tcl
  34. lib/clig/tcl/genGUI.tcl
  35. lib/clig/tcl/genMan.tcl
  36. lib/clig/tcl/genParse.tcl
  37. lib/clig/tcl/genShowOptionValues.tcl
  38. lib/clig/tcl/genStruct.tcl
  39. lib/clig/tcl/genUsage.tcl
  40. lib/clig/tcl/globalpg.tcl
  41. lib/clig/tcl/ober.tcl
  42. lib/clig/tcl/util.tcl
  43. lib/clig/tcllib/DeclCommandline.tcl
  44. lib/clig/tcllib/DeclDescription.tcl
  45. lib/clig/tcllib/DeclDouble.tcl
  46. lib/clig/tcllib/DeclFlag.tcl
  47. lib/clig/tcllib/DeclFloat.tcl
  48. lib/clig/tcllib/DeclInt.tcl
  49. lib/clig/tcllib/DeclLong.tcl
  50. lib/clig/tcllib/DeclName.tcl
  51. lib/clig/tcllib/DeclRest.tcl
  52. lib/clig/tcllib/DeclString.tcl
  53. lib/clig/tcllib/DeclUsage.tcl
  54. lib/clig/tcllib/DeclVersion.tcl
  55. lib/clig/tcllib/declOpt.tcl
  56. lib/clig/tcllib/oldOpts.tcl
  57. lib/clig/tcllib/parse.tcl
  58. lib/clig/tcllib/setSpec.tcl
  59. lib/clig/tcllib/usage.tcl
  60. lib/clig/tcllib/version.tcl
  61. share/man/man1/clig.1.gz
  62. share/man/mann/clig_Commandline.n.gz
  63. share/man/mann/clig_Description.n.gz
  64. share/man/mann/clig_Double.n.gz
  65. share/man/mann/clig_Flag.n.gz
  66. share/man/mann/clig_Float.n.gz
  67. share/man/mann/clig_Int.n.gz
  68. share/man/mann/clig_Long.n.gz
  69. share/man/mann/clig_Name.n.gz
  70. share/man/mann/clig_Rest.n.gz
  71. share/man/mann/clig_String.n.gz
  72. share/man/mann/clig_Usage.n.gz
  73. share/man/mann/clig_Version.n.gz
  74. share/man/mann/clig_parseCmdline.n.gz
  75. @owner
  76. @group
  77. @mode
Collapse this list.
Dependency lines:
  • clig>0:devel/clig
To install the port:
cd /usr/ports/devel/clig/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/clig
  • pkg install clig
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: clig
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (clig-1.9.11.1.tar.gz) = 84cc73023a0c24072f6c8a044f159f80af659116647fc79b0b5461d9a81b20ec SIZE (clig-1.9.11.1.tar.gz) = 68036

Packages (timestamps in pop-ups are UTC):
clig
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.9.11.1_31.9.11.1_41.9.11.1_31.9.11.1_31.9.11.1_4-1.9.11.1_3-
FreeBSD:13:quarterly1.9.11.1_31.9.11.1_31.9.11.1_31.9.11.1_31.9.11.1_31.9.11.1_31.9.11.1_31.9.11.1_3
FreeBSD:14:latest1.9.11.1_31.9.11.1_41.9.11.1_31.9.11.1_31.9.11.1_41.9.11.1_3-1.9.11.1_3
FreeBSD:14:quarterly1.9.11.1_31.9.11.1_3-1.9.11.1_31.9.11.1_31.9.11.1_31.9.11.1_31.9.11.1_3
FreeBSD:15:latest1.9.11.1_31.9.11.1_4n/a1.9.11.1_3n/a1.9.11.1_31.9.11.1_31.9.11.1_3
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Library dependencies:
  1. libtk86.so : x11-toolkits/tk86
  2. libtcl86.so : lang/tcl86
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for clig-1.9.11.1_4: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
devel_clig
USES:
shebangfix tcl tk
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://BSDforge.com/projects/source/devel/clig/
Collapse this list.

Number of commits found: 29

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.9.11.1_4
27 Feb 2024 16:30:55
commit hash: f755375b37c8a681c898ff07259f101e621c3618commit hash: f755375b37c8a681c898ff07259f101e621c3618commit hash: f755375b37c8a681c898ff07259f101e621c3618commit hash: f755375b37c8a681c898ff07259f101e621c3618 files touched by this commit
Gleb Popov (arrowd) search for other commits by this committer
Author: Chris Hutchinson
*: Move manpages to share/man

PR:		277322
1.9.11.1_3
13 Jan 2024 23:30:23
commit hash: e3a7ca28c8a6c9145694a242b1e69974a0f74e60commit hash: e3a7ca28c8a6c9145694a242b1e69974a0f74e60commit hash: e3a7ca28c8a6c9145694a242b1e69974a0f74e60commit hash: e3a7ca28c8a6c9145694a242b1e69974a0f74e60 files touched by this commit
Daniel Engberg (diizzy) search for other commits by this committer
*/*: Remove BROKEN in all ports that uses bsdforge.com for MASTER_SITES

Site is now back up

Reported by:	Jamie Landeg-Jones <jamie@catflap.org>, Chris
<portmaster@bsdforge.com>
Approved by:	portmgr (blanket)
1.9.11.1_3
04 Jan 2024 17:37:09
commit hash: 82b56c14531faee93344e59d3ec30dcc3cf5c2e0commit hash: 82b56c14531faee93344e59d3ec30dcc3cf5c2e0commit hash: 82b56c14531faee93344e59d3ec30dcc3cf5c2e0commit hash: 82b56c14531faee93344e59d3ec30dcc3cf5c2e0 files touched by this commit
Daniel Engberg (diizzy) search for other commits by this committer
*/*: Mark all ports that uses bsdforge.com in MASTER_SITES broken

The domain bsdforge.com has expired, mark all ports that only
uses bsdforge.com as broken (unfetchable). Additionally set ports that
uses bsdforge.com as primary site and have broken mirrors as broken
too as they're also unfetchable.

Approved by:	portmgr (blanket)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
1.9.11.1_3
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
1.9.11.1_3
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.9.11.1_3
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.9.11.1_3
19 Oct 2019 12:21:22
Revision:514793Original commit files touched by this commit
rakuco search for other commits by this committer
Switch MASTER_SITES and WWW to https in Chris' ports.

PR:		241272
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
1.9.11.1_3
28 Feb 2016 21:05:22
Revision:409762Original commit files touched by this commit
rakuco search for other commits by this committer
Unmark BROKEN, pass maintainership to submitter.

PR:		206695
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com>
1.9.11.1_3
24 Oct 2015 00:47:57
Revision:400081Original commit files touched by this commit
bapt search for other commits by this committer
Mark as broken: does not fetch
1.9.11.1_3
09 Jun 2015 19:06:07
Revision:388982Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix shebangs

MFH:		2015Q2 (blanket)
1.9.11.1_2
01 Mar 2015 15:07:46
Revision:380203Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add LICENSE
- Fix references to stagedir from installed files
- Remove unneeded options.mk inclusion

MFH:		2015Q1
1.9.11.1_1
27 Oct 2014 10:10:59
Revision:371544Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
1.9.11.1_1
26 Sep 2013 13:36:24
Revision:328356Original commit files touched by this commit
gahr search for other commits by this committer
- Convert to USES+=tcl
- Respect PORT_OPTIONS:MDOCS
- Support STAGE
20 Sep 2013 17:03:27
Revision:327722Original commit files touched by this commit Sanity Test Failure Refresh
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1)
1.9.11.1_1
03 Jul 2011 14:59:23
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
1.9.11.1_1
21 Dec 2009 02:19:12
Original commit files touched by this commit
dougb search for other commits by this committer
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports.
1.9.11.1_1
02 Aug 2009 02:51:50
Original commit files touched by this commit
wxs search for other commits by this committer
- Reset maintainer and remove old MASTER_SITES.

PR:             ports/137224
Submitted by:   Martin Tournoij <carpetsmoker@rwxrwxrwx.net> (maintainer)
1.9.11.1
23 Feb 2009 14:46:38
Original commit files touched by this commit
mm search for other commits by this committer
- Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected

Tested by:      pointyhat (pav)
1.9.11.1
01 Jun 2008 09:42:37
Original commit files touched by this commit
olgeni search for other commits by this committer
Large round of typo fixes in ports/devel (pkg-descr).
1.9.11.1
09 Apr 2008 13:42:26
Original commit files touched by this commit
pav search for other commits by this committer
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories

With hat:       portmgr
1.9.11.1
16 Mar 2007 20:58:34
Original commit files touched by this commit
miwi search for other commits by this committer
- Pass mantainership to submitter
- Update to 1.9.11.1

PR:             110309
Submitted by:   Martin Tournoij <carpetsmoker@xs4all.nl>
1.1.3
18 Mar 2006 22:21:52
Original commit files touched by this commit
linimon search for other commits by this committer
Reset maintainer at his request due to current lack of FreeBSD time.
1.1.3
22 Jan 2006 08:30:12
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
1.1.3
25 Nov 2005 19:11:39
Original commit files touched by this commit
pav search for other commits by this committer
- Update WWW

PR:             ports/88285
Submitted by:   Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Approved by:    maintainer timeout (billf; 3 weeks)
1.1.3
10 Jul 2005 19:32:09
Original commit files touched by this commit
kris search for other commits by this committer
Chase master siter

# XXX Newer version is available
1.1.3
31 Mar 2004 03:12:58
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify (maintainer timeout)
1.1.3
07 Mar 2003 06:01:16
Original commit files touched by this commit
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
08 Oct 2000 02:10:04
commit hash: fp1.4741@dev.null.freshports.orgcommit hash: fp1.4741@dev.null.freshports.orgcommit hash: fp1.4741@dev.null.freshports.orgcommit hash: fp1.4741@dev.null.freshports.org files touched by this commit
asami search for other commits by this committer
Convert category devel to new layout.  

Number of commits found: 29