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) combination for a given watch list. This is what FreshPorts will look for.

non port: devel/cligen/Makefile

Number of commits found: 24

Wednesday, 6 Dec 2023
10:47 Renato Botelho (garga) search for other commits by this committer
devel/cligen: Update to 6.5.0

PR:		275556
Approved by:	maintainer
Sponsored by:	Rubicon Communications, LLC ("Netgate")
commit hash: abd3fc851e4bfb780a182c50f11c89278fc9c10c commit hash: abd3fc851e4bfb780a182c50f11c89278fc9c10c commit hash: abd3fc851e4bfb780a182c50f11c89278fc9c10c commit hash: abd3fc851e4bfb780a182c50f11c89278fc9c10c abd3fc8
Tuesday, 3 Oct 2023
10:50 Fernando Apesteguía (fernape) search for other commits by this committer Author: R. Christian McDonald
devel/cligen: update to 6.4.0

ChangeLog: https://github.com/clicon/cligen/releases/tag/6.4.0

 * Changed tv parameter of time2str() from struct to a pointer.
 * Removed obsolete functions pt_name_get() / pt_name_set()

Corrected Bugs

 * Output pipes released in 6.3 have several minor bugfixes
 * Fixed: CLI show config | display exits over mountpoints with large YANGs
 * Fixed: Escaping with backslash() in variable strings cannot be done for
   backslash itself

PR:		274216
Reported by:	rcm@rcm.sh
Approved by:	dave@dogwood.com (maintainer, MIA)
commit hash: 272fb59526fb09fd909f7e20e4c220ce376c261a commit hash: 272fb59526fb09fd909f7e20e4c220ce376c261a commit hash: 272fb59526fb09fd909f7e20e4c220ce376c261a commit hash: 272fb59526fb09fd909f7e20e4c220ce376c261a 272fb59
Tuesday, 26 Sep 2023
14:39 Fernando Apesteguía (fernape) search for other commits by this committer Author: R. Christian McDonald
devel/cligen: update to 6.3.0

ChangeLog: https://github.com/clicon/cligen/releases/tag/6.3.0

PR:		274084
Reported by:	rcm@rcm.sh
Approved by:	dave@dogwood.com (maintainer)
commit hash: 0b95badb084a89271f45d9cd437d873a5596b212 commit hash: 0b95badb084a89271f45d9cd437d873a5596b212 commit hash: 0b95badb084a89271f45d9cd437d873a5596b212 commit hash: 0b95badb084a89271f45d9cd437d873a5596b212 0b95bad
Monday, 5 Jun 2023
18:28 Renato Botelho (garga) search for other commits by this committer
devel/cligen: Update to 6.2.0

PR:		271847
Sponsored by:	Rubicon Communications, LLC ("Netgate")
commit hash: fb09f2dc98659281616df53be5bfe972a8c61f28 commit hash: fb09f2dc98659281616df53be5bfe972a8c61f28 commit hash: fb09f2dc98659281616df53be5bfe972a8c61f28 commit hash: fb09f2dc98659281616df53be5bfe972a8c61f28 fb09f2d
Tuesday, 24 Jan 2023
12:17 Renato Botelho (garga) search for other commits by this committer
devel/cligen: Update to 6.0.0

PR:		268859
Approved by:	maintainer timeout (2 weeks)
Sponsored by:	Rubicon Communications, LLC ("Netgate")
commit hash: b60bbc0f09f97b4ceac0d65ccf774f3e4ff831ec commit hash: b60bbc0f09f97b4ceac0d65ccf774f3e4ff831ec commit hash: b60bbc0f09f97b4ceac0d65ccf774f3e4ff831ec commit hash: b60bbc0f09f97b4ceac0d65ccf774f3e4ff831ec b60bbc0
Thursday, 6 Oct 2022
17:13 Renato Botelho (garga) search for other commits by this committer
*/*: By maintainer request, update his email addr
commit hash: 9b0a588cfc9dbb73431f2e9048c80c3961b6ee27 commit hash: 9b0a588cfc9dbb73431f2e9048c80c3961b6ee27 commit hash: 9b0a588cfc9dbb73431f2e9048c80c3961b6ee27 commit hash: 9b0a588cfc9dbb73431f2e9048c80c3961b6ee27 9b0a588
Wednesday, 7 Sep 2022
21:10 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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Monday, 29 Aug 2022
17:23 Renato Botelho (garga) search for other commits by this committer
devel/cligen: Update to 5.8.0

Added some macros on pkg-plist to automatically use PORTVERSION on
libraries and make upgrade process easier on future versions.

Approved by:	Dave Cornejo <dcornejo@netgate.com> (maintainer)
Sponsored by:	Rubicon Communications, LLC ("Netgate")
commit hash: 5c096553f8832eecdc0ec1c8af365fdeb36073f7 commit hash: 5c096553f8832eecdc0ec1c8af365fdeb36073f7 commit hash: 5c096553f8832eecdc0ec1c8af365fdeb36073f7 commit hash: 5c096553f8832eecdc0ec1c8af365fdeb36073f7 5c09655
Friday, 8 Apr 2022
17:09 Renato Botelho (garga) search for other commits by this committer
devel/cligen: Update to 5.6.0

Approved by:	Dave Cornejo <dcornejo@netgate.com> (maintainer)
Sponsored by:	Rubicon Communications, LLC ("Netgate")
commit hash: 0206d84e8e706db7a81bb59e456250ebeefadeb0 commit hash: 0206d84e8e706db7a81bb59e456250ebeefadeb0 commit hash: 0206d84e8e706db7a81bb59e456250ebeefadeb0 commit hash: 0206d84e8e706db7a81bb59e456250ebeefadeb0 0206d84
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Monday, 7 Dec 2020
16:47 pkubaj search for other commits by this committer
devel/cligen: fix build on GCC architectures

In file included from cligen_object.c:63:
cligen_object.h:98: error: redefinition of typedef 'parse_tree'
cligen_parsetree.h:53: error: previous declaration of 'parse_tree' was here
cligen_object.h:187: error: redefinition of typedef 'cg_obj'
cligen_parsetree.h:51: error: previous declaration of 'cg_obj' was here
Original commitRevision:557238 
Wednesday, 2 Dec 2020
15:03 garga search for other commits by this committer
devel/cligen: Update to 4.8.0

Submitted by:	maintainer by email
Sponsored by:	Rubicon Communications, LLC (Netgate)
Original commitRevision:556829 
Wednesday, 17 Jun 2020
17:34 garga search for other commits by this committer
devel/cligen: Move to new github namespace

cligen project moved from olofhagsand to clicon namespace

Approved by:	maintainer
Sponsored by:	Rubicon Communications, LLC (Netgate)
Original commitRevision:539433 
Wednesday, 27 May 2020
13:43 danfe search for other commits by this committer
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 2).
Original commitRevision:536693 
Friday, 15 May 2020
13:23 garga search for other commits by this committer
devel/cligen: Update to 4.5.0

PR:		246427
Submitted by:	Dave Cornejo <dcornejo@netgate.com> (maintainer)
Sponsored by:	Rubicon Communications, LLC (Netgate)
Original commitRevision:535288 
Tuesday, 7 Apr 2020
11:50 garga search for other commits by this committer
devel/cligen: Update to 4.4.0

PR:		245408
Submitted by:	Dave Cornejo <dcornejo@netgate.com> (maintainer)
Sponsored by:	Rubicon Communications, LLC (Netgate)
Original commitRevision:530967 
Friday, 20 Mar 2020
15:07 garga search for other commits by this committer
devel/cligen: Update to 4.3.0

PR:		244917
Submitted by:	Dave Cornejo <dcornejo@netgate.com> (maintainer)
Sponsored by:	Rubicon Communications, LLC (Netgate)
Original commitRevision:528781 
Tuesday, 10 Mar 2020
13:02 bapt search for other commits by this committer
Remove useless dependency on bison

base byacc is perfectly able to deal with this port
Original commitRevision:528163 
Wednesday, 4 Sep 2019
17:58 garga search for other commits by this committer
devel/cligen: It's safe to build with multiple jobs nowadays

Approved by:	maintainer
Sponsored by:	Rubicon Communications, LLC (Netgate)
Original commitRevision:511143 
Monday, 2 Sep 2019
23:25 swills search for other commits by this committer
devel/cligen: update to 4.0.0

PR:		239354
Submitted by:	Dave Cornejo <dcornejo@netgate.com> (maintainer)
Original commitRevision:510901 
Monday, 25 Feb 2019
13:24 garga search for other commits by this committer
devel/cligen: Update to 3.9.0

PR:		235971
Submitted by:	Dave Cornejo <dcornejo@netgate.com> (maintainer)
Sponsored by:	Rubicon Communications, LLC (Netgate)
Original commitRevision:493858 
Monday, 23 Jul 2018
21:37 garga search for other commits by this committer
Update devel/cligen to 3.7.0

Submitted by:	David Cornejo <dcornejo@netgate.com> (maintainer)
Sponsored by:	Rubicon Communications, LLC (Netgate)
Original commitRevision:475205 
Tuesday, 24 Apr 2018
14:49 krion search for other commits by this committer
Add devel/cligen:

cligen builds and interprets datastructures (a parse-tree) which a
library (libcligen) interprets in runtime. It is fast and efficient
and helps you develop CLIs easier. You enter a CLI syntax either in
a text file, you write callback functions where you call the right
library routines.

WWW: http://cligen.se/

PR:		227663
Submitted by:	Dave Cornejo <dcornejo@netgate.com>
Original commitRevision:468216 

Number of commits found: 24