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

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it''''''''s already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: ports-mgmt/portconfig/Makefile

Number of commits found: 14

Monday, 17 Feb 2025
01:14 Alfonso S. Siciliano (asiciliano) search for other commits by this committer
ports-mgmt/portconfig: Update to 0.6.2

- Change maintainership.
- New accessibility features:
  - ENVs to change the theme.
  - Install theme conf files.

ChangeLog:	https://gitlab.com/alfix/portconfig/-/blob/main/CHANGELOG
PR:		283946
Reported by:	Low Vision users
https://forums.freebsd.org/threads/is-it-possible-to-change-the-ports-config-dialog-colours.94621/
Approved by:	bapt
Sponsored by:	The FreeBSD Foundation
commit hash: 26971b8c54c0641fec69b01c11c3e5c648e81e41 commit hash: 26971b8c54c0641fec69b01c11c3e5c648e81e41 commit hash: 26971b8c54c0641fec69b01c11c3e5c648e81e41 commit hash: 26971b8c54c0641fec69b01c11c3e5c648e81e41 26971b8
Wednesday, 10 Jan 2024
15:29 Baptiste Daroussin (bapt) search for other commits by this committer
MAN?PREFIX: eleminate its usage  and move man to share/man
commit hash: e4610fcb8b73442ad40b744bb87c1bc428ef7c1c commit hash: e4610fcb8b73442ad40b744bb87c1bc428ef7c1c commit hash: e4610fcb8b73442ad40b744bb87c1bc428ef7c1c commit hash: e4610fcb8b73442ad40b744bb87c1bc428ef7c1c e4610fc
Friday, 17 Nov 2023
19:08 Alfonso S. Siciliano (asiciliano) search for other commits by this committer
ports-mgmt/portconfig: Update to 0.6.1

CHANGED:	https://gitlab.com/alfix/portconfig/-/blob/main/CHANGELOG

PR:		275136
Approved by:	bapt
commit hash: 5356f979dc5d6f970dfd2da9f5e50236d558c0dd commit hash: 5356f979dc5d6f970dfd2da9f5e50236d558c0dd commit hash: 5356f979dc5d6f970dfd2da9f5e50236d558c0dd commit hash: 5356f979dc5d6f970dfd2da9f5e50236d558c0dd 5356f97
Tuesday, 10 Oct 2023
11:58 Baptiste Daroussin (bapt) search for other commits by this committer
bsddialog: update bsddialog to 1.0 & portconfig to 0.6

PR:		272975 272975
Submitted by:	asiciliano
commit hash: 7967851800802ff3ff58bd452df159b24c5a47b1 commit hash: 7967851800802ff3ff58bd452df159b24c5a47b1 commit hash: 7967851800802ff3ff58bd452df159b24c5a47b1 commit hash: 7967851800802ff3ff58bd452df159b24c5a47b1 7967851
Wednesday, 12 Jul 2023
18:56 Felix Palmen (zirias) search for other commits by this committer
bsd.sites.mk: Update all ports using USE_GITLAB

Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.

Approved by:		portmgr (tcberner, mentor)
Differential Revision:	https://reviews.freebsd.org/D37077
commit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986c commit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986c commit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986c commit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986c 7d1faa7
Friday, 6 Jan 2023
13:40 Alfonso S. Siciliano (asiciliano) search for other commits by this committer
ports-mgmt/portconfig: Update to 0.5

PR:		268783
Approved by:	bapt
commit hash: 3b73b2eace2bd36c0bfc20ec8677200ae3dfdb92 commit hash: 3b73b2eace2bd36c0bfc20ec8677200ae3dfdb92 commit hash: 3b73b2eace2bd36c0bfc20ec8677200ae3dfdb92 commit hash: 3b73b2eace2bd36c0bfc20ec8677200ae3dfdb92 3b73b2e
Thursday, 15 Sep 2022
00:34 Alfonso S. Siciliano (asiciliano) search for other commits by this committer
ports-mgmt/portconfig: update to 0.4

PR:		266132
Approved by:	bapt (maintainer)
commit hash: 9fb8e9531e7d8e2d514dc12d22bfff2ce07d586d commit hash: 9fb8e9531e7d8e2d514dc12d22bfff2ce07d586d commit hash: 9fb8e9531e7d8e2d514dc12d22bfff2ce07d586d commit hash: 9fb8e9531e7d8e2d514dc12d22bfff2ce07d586d 9fb8e95
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
Friday, 22 Apr 2022
19:38 Alfonso S. Siciliano (asiciliano) search for other commits by this committer
ports-mgmt/portconfig: Update to 0.3

PR:		263128
Approved by:	bapt
commit hash: 58b7bd55ba47f27ca16fe4bfe9f6577392cd620f commit hash: 58b7bd55ba47f27ca16fe4bfe9f6577392cd620f commit hash: 58b7bd55ba47f27ca16fe4bfe9f6577392cd620f commit hash: 58b7bd55ba47f27ca16fe4bfe9f6577392cd620f 58b7bd5
Monday, 17 Jan 2022
15:55 Baptiste Daroussin (bapt) search for other commits by this committer Author: Alfonso S. Siciliano
ports-mgmt/portconfig: update to 0.2

New features:
 - Shortcut keys
 - env D4PMINHEIGHT

PR:		260398
commit hash: 651c7482a33043fe691f82bfe30195be27da649d commit hash: 651c7482a33043fe691f82bfe30195be27da649d commit hash: 651c7482a33043fe691f82bfe30195be27da649d commit hash: 651c7482a33043fe691f82bfe30195be27da649d 651c748
Monday, 6 Dec 2021
09:50 Baptiste Daroussin (bapt) search for other commits by this committer
ports-mgmt/portconfig: update to 0.1.1
commit hash: a4e4b7af4c77317a6ab41554d9e0e92e9b6a0e78 commit hash: a4e4b7af4c77317a6ab41554d9e0e92e9b6a0e78 commit hash: a4e4b7af4c77317a6ab41554d9e0e92e9b6a0e78 commit hash: a4e4b7af4c77317a6ab41554d9e0e92e9b6a0e78 a4e4b7a
Wednesday, 24 Nov 2021
08:35 Baptiste Daroussin (bapt) search for other commits by this committer
ports-mgmt/portconfig: bump portrevision after update of bsddialog
commit hash: 3a266a84b6fd8f550abfe3a1652a03762b609e0d commit hash: 3a266a84b6fd8f550abfe3a1652a03762b609e0d commit hash: 3a266a84b6fd8f550abfe3a1652a03762b609e0d commit hash: 3a266a84b6fd8f550abfe3a1652a03762b609e0d 3a266a84
Tuesday, 23 Nov 2021
13:58 Baptiste Daroussin (bapt) search for other commits by this committer
ports-mgmt/portconfig: new port

portconfig is a dialog4ports replacement based on libbsddialog.
Note this version is build as semi static: libbsddialog and libncurses
has been linked statically and the binary remaind dynamic
commit hash: 5f891a829d627e96a5d11a4ebdf833e47ddfa902 commit hash: 5f891a829d627e96a5d11a4ebdf833e47ddfa902 commit hash: 5f891a829d627e96a5d11a4ebdf833e47ddfa902 commit hash: 5f891a829d627e96a5d11a4ebdf833e47ddfa902 5f891a8
13:58 Baptiste Daroussin (bapt) search for other commits by this committer
ports-mgmt/portconfig: update to 0.1

Changes: provide a hint to the users a pkg-help file is available to
provide hints on the configuration options
commit hash: 6adfb04c101769de6727eae3f632f87c26b89b1b commit hash: 6adfb04c101769de6727eae3f632f87c26b89b1b commit hash: 6adfb04c101769de6727eae3f632f87c26b89b1b commit hash: 6adfb04c101769de6727eae3f632f87c26b89b1b 6adfb04

Number of commits found: 14