git: b594ec932e1f - main - graphics/kontrast: add to 'accessibility' category
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 13 Feb 2022 12:37:44 UTC
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=b594ec932e1f3f5ced7c0b693e1a99875ec792bd commit b594ec932e1f3f5ced7c0b693e1a99875ec792bd Author: Tobias C. Berner <tcberner@FreeBSD.org> AuthorDate: 2022-02-13 12:35:45 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2022-02-13 12:37:37 +0000 graphics/kontrast: add to 'accessibility' category Kontrast is a color contrast checker and tells you if your color combinations are distinct enough to be readable and accessible. So it makes sense to show it in that category too. PR: 261926 Submitted by: PauAmma <pauamma@gundo.com> --- graphics/kontrast/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/kontrast/Makefile b/graphics/kontrast/Makefile index e66c1e90c346..ba299a288c55 100644 --- a/graphics/kontrast/Makefile +++ b/graphics/kontrast/Makefile @@ -1,6 +1,6 @@ PORTNAME= kontrast DISTVERSION= ${KDE_APPLICATIONS_VERSION} -CATEGORIES= graphics kde kde-applications +CATEGORIES= graphics accessibility kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Color contrast checker