Port details |
- clig Auto-generate an (argc, argv) processor, usage message, and manpage
- 1.9.11.1_4 devel =4 1.9.11.1_4Version of this port present on the latest quarterly branch.
- Maintainer: portmaster@BSDforge.com
- Port Added: unknown
- Last Update: 2024-02-27 16:30:55
- Commit Hash: f755375
- People watching this port, also watch:: qiv, e93, add, vigor, bbjd
- 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!
- ¦ ¦ ¦ ¦
- 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/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):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Library dependencies:
-
- libtk86.so : x11-toolkits/tk86
- 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.9.11.1_4 27 Feb 2024 16:30:55 |
Gleb Popov (arrowd) Author: Chris Hutchinson |
*: Move manpages to share/man
PR: 277322 |
1.9.11.1_3 13 Jan 2024 23:30:23 |
Daniel Engberg (diizzy) |
*/*: 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 |
Daniel Engberg (diizzy) |
*/*: 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 |
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) |
1.9.11.1_3 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 ) |
1.9.11.1_3 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
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 ) |
1.9.11.1_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.9.11.1_3 19 Oct 2019 12:21:22 |
rakuco |
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 |
rakuco |
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 |
bapt |
Mark as broken: does not fetch |
1.9.11.1_3 09 Jun 2015 19:06:07 |
amdmi3 |
- Fix shebangs
MFH: 2015Q2 (blanket) |
1.9.11.1_2 01 Mar 2015 15:07:46 |
amdmi3 |
- 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 |
bapt |
Cleanup plist |
1.9.11.1_1 26 Sep 2013 13:36:24 |
gahr |
- Convert to USES+=tcl
- Respect PORT_OPTIONS:MDOCS
- Support STAGE |
20 Sep 2013 17:03:27
|
bapt |
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 |
ohauer |
-remove MD5 |
1.9.11.1_1 21 Dec 2009 02:19:12 |
dougb |
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 |
wxs |
- 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 |
mm |
- 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 |
olgeni |
Large round of typo fixes in ports/devel (pkg-descr). |
1.9.11.1 09 Apr 2008 13:42:26 |
pav |
- 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 |
miwi |
- 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 |
linimon |
Reset maintainer at his request due to current lack of FreeBSD time. |
1.1.3 22 Jan 2006 08:30:12 |
edwin |
SHA256ify
Approved by: krion@ |
1.1.3 25 Nov 2005 19:11:39 |
pav |
- 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 |
kris |
Chase master siter
# XXX Newer version is available |
1.1.3 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.1.3 07 Mar 2003 06:01:16 |
ade |
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 |
asami |
Convert category devel to new layout. |