Date: Tue, 30 Apr 2019 10:41:30 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500472 - head/sysutils/nsysctl Message-ID: <201904301041.x3UAfU08054496@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Tue Apr 30 10:41:30 2019 New Revision: 500472 URL: https://svnweb.freebsd.org/changeset/ports/500472 Log: sysutils/nsysctl: Update to 0.9 PR: 237644 Submitted by: Alfonso S. Siciliano <alfix86@gmail.com> (maintainer) Modified: head/sysutils/nsysctl/Makefile (contents, props changed) head/sysutils/nsysctl/distinfo (contents, props changed) head/sysutils/nsysctl/pkg-descr (contents, props changed) Modified: head/sysutils/nsysctl/Makefile ============================================================================== --- head/sysutils/nsysctl/Makefile Tue Apr 30 10:39:58 2019 (r500471) +++ head/sysutils/nsysctl/Makefile Tue Apr 30 10:41:30 2019 (r500472) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= nsysctl -DISTVERSION= 0.2 +DISTVERSION= 0.9 CATEGORIES= sysutils MAINTAINER= alfix86@gmail.com @@ -15,7 +15,7 @@ LIB_DEPENDS= libsysctlmibinfo.so:devel/libsysctlmibinf USE_GITLAB= yes GL_ACCOUNT= alfix -GL_COMMIT= ad19c188fd36e5d4950e4560274ade3a259d4099 +GL_COMMIT= 5a8c58262b5f4c72d387a7a0b2caa61fc2e02f10 PLIST_FILES= sbin/${PORTNAME} \ man/man8/${PORTNAME}.8.gz Modified: head/sysutils/nsysctl/distinfo ============================================================================== --- head/sysutils/nsysctl/distinfo Tue Apr 30 10:39:58 2019 (r500471) +++ head/sysutils/nsysctl/distinfo Tue Apr 30 10:41:30 2019 (r500472) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555417827 -SHA256 (alfix-nsysctl-ad19c188fd36e5d4950e4560274ade3a259d4099_GL0.tar.gz) = 0b76b1c8c837d3fba5371dc1b4d635f8530e9afc72f879a82867b3857c915328 -SIZE (alfix-nsysctl-ad19c188fd36e5d4950e4560274ade3a259d4099_GL0.tar.gz) = 14235 +TIMESTAMP = 1556545225 +SHA256 (alfix-nsysctl-5a8c58262b5f4c72d387a7a0b2caa61fc2e02f10_GL0.tar.gz) = 4e97e73993f677393d04a8012784f28668bfd2380ccbf4b60e74fd0b06b6b545 +SIZE (alfix-nsysctl-5a8c58262b5f4c72d387a7a0b2caa61fc2e02f10_GL0.tar.gz) = 14947 Modified: head/sysutils/nsysctl/pkg-descr ============================================================================== --- head/sysutils/nsysctl/pkg-descr Tue Apr 30 10:39:58 2019 (r500471) +++ head/sysutils/nsysctl/pkg-descr Tue Apr 30 10:41:30 2019 (r500472) @@ -1,23 +1,13 @@ -The nsysctl utility is a sysctl(8) clone to get or set the kernel -state with libxo, sysctlmibinfo and extra options; improvements: +The nsysctl utility is a sysctl(8) clone to get or set the +kernel state with libxo, libsysctlmibinfo and a lot of options. +Improvements: * sysctlmibinfo(3) provides a simple API to the sysctl MIB, - * all code about "opaque values" is in opaque.c, * output via libxo(3) in human and machine readable formats, + * isolated code to manage "opaque values", + * some string value is splitted to show structured output, * output is explicitly indicated by the options, - * new option -D show all properties, - * updated option -e specific sep as a separator, - * new option -F show flags, - * new option -I show internal nodes, - * new option -l show label, - * new option -r show tag-root with libxo, - * new option -m show format string, - * delete option -n simply do not use -N, - * updated option -N force to show name, - * new option -p show [property-name]: property-value, - * new option -S show magic nodes with -a, - * new option -V if "showable" display value, otherwise hide the state, - * new option -v force to show value, - * new option -y show id. + * the options are not mutually exclusive, + * new options to show the properties of a state. WWW: https://gitlab.com/alfix/nsysctl/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904301041.x3UAfU08054496>