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

(-)Makefile (-2 / +2 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	nsysctl
3
PORTNAME=	nsysctl
4
DISTVERSION=	0.2
4
DISTVERSION=	0.9
5
CATEGORIES=	sysutils
5
CATEGORIES=	sysutils
6
6
7
MAINTAINER=	alfix86@gmail.com
7
MAINTAINER=	alfix86@gmail.com
Lines 15-21 Link Here
15
USE_GITLAB=	yes
15
USE_GITLAB=	yes
16
16
17
GL_ACCOUNT=	alfix
17
GL_ACCOUNT=	alfix
18
GL_COMMIT=	ad19c188fd36e5d4950e4560274ade3a259d4099
18
GL_COMMIT=	5a8c58262b5f4c72d387a7a0b2caa61fc2e02f10
19
19
20
PLIST_FILES=	sbin/${PORTNAME} \
20
PLIST_FILES=	sbin/${PORTNAME} \
21
		man/man8/${PORTNAME}.8.gz
21
		man/man8/${PORTNAME}.8.gz
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1555417827
1
TIMESTAMP = 1556545225
2
SHA256 (alfix-nsysctl-ad19c188fd36e5d4950e4560274ade3a259d4099_GL0.tar.gz) = 0b76b1c8c837d3fba5371dc1b4d635f8530e9afc72f879a82867b3857c915328
2
SHA256 (alfix-nsysctl-5a8c58262b5f4c72d387a7a0b2caa61fc2e02f10_GL0.tar.gz) = 4e97e73993f677393d04a8012784f28668bfd2380ccbf4b60e74fd0b06b6b545
3
SIZE (alfix-nsysctl-ad19c188fd36e5d4950e4560274ade3a259d4099_GL0.tar.gz) = 14235
3
SIZE (alfix-nsysctl-5a8c58262b5f4c72d387a7a0b2caa61fc2e02f10_GL0.tar.gz) = 14947
(-)pkg-descr (-17 / +7 lines)
Lines 1-23 Link Here
1
The nsysctl utility is a sysctl(8) clone to get or set the kernel
1
The nsysctl utility is a sysctl(8) clone to get or set the
2
state with libxo, sysctlmibinfo and extra options; improvements:
2
kernel state with libxo, libsysctlmibinfo and a lot of options.
3
Improvements:
3
4
4
 * sysctlmibinfo(3) provides a simple API to the sysctl MIB,
5
 * sysctlmibinfo(3) provides a simple API to the sysctl MIB,
5
 * all code about "opaque values" is in opaque.c,
6
 * output via libxo(3) in human and machine readable formats,
6
 * output via libxo(3) in human and machine readable formats,
7
 * isolated code to manage "opaque values",
8
 * some string value is splitted to show structured output,
7
 * output is explicitly indicated by the options,
9
 * output is explicitly indicated by the options,
8
 * new option -D show all properties,
10
 * the options are not mutually exclusive,
9
 * updated option -e specific sep as a separator,
11
 * new options to show the properties of a state.
10
 * new option -F show flags,
11
 * new option -I show internal nodes,
12
 * new option -l show label,
13
 * new option -r show tag-root with libxo,
14
 * new option -m show format string,
15
 * delete option -n simply do not use -N,
16
 * updated option -N force to show name,
17
 * new option -p show [property-name]: property-value,
18
 * new option -S show magic nodes with -a,
19
 * new option -V if "showable" display value, otherwise hide the state,
20
 * new option -v force to show value,
21
 * new option -y show id.
22
12
23
WWW: https://gitlab.com/alfix/nsysctl/
13
WWW: https://gitlab.com/alfix/nsysctl/

Return to bug 237644