View | Details | Raw Unified | Return to bug 264502
Collapse All | Expand All

(-)b/sysutils/confctl/Makefile (-1 / +1 lines)
Lines 4-10 PORTNAME= confctl Link Here
4
PORTVERSION=	1.2
4
PORTVERSION=	1.2
5
CATEGORIES=	sysutils
5
CATEGORIES=	sysutils
6
6
7
MAINTAINER=	ports@FreeBSD.org
7
MAINTAINER=	portmaster@BSDforge.com
8
COMMENT=	Utility to parse and modify C-like configuration files
8
COMMENT=	Utility to parse and modify C-like configuration files
9
9
10
LICENSE=	BSD2CLAUSE
10
LICENSE=	BSD2CLAUSE
(-)b/sysutils/confctl/pkg-descr (-3 / +4 lines)
Lines 1-5 Link Here
1
Confctl is a sysctl-like tool to provide access to C-syntax configuration
1
Confctl is a sysctl-like tool that provides access to C-syntax
2
files, such as /etc/hast.conf.  It allows for retrieving, modifying, adding
2
configuration files, such as /etc/hast.conf. It allows for retrieving,
3
and removing variables, while preserving comments and formatting.
3
modifying, adding and removing variables, while preserving comments
4
and formatting.
4
5
5
WWW: https://github.com/trasz/confctl/
6
WWW: https://github.com/trasz/confctl/

Return to bug 264502