aboutsummaryrefslogtreecommitdiff
path: root/sysutils/nsysctl
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2019-04-30 10:41:30 +0000
committerSteve Wills <swills@FreeBSD.org>2019-04-30 10:41:30 +0000
commit7d2357542018f1c53d7090c4bb939574ae515409 (patch)
tree4109046b8c17e77249886ff5c68bf89ec15c64dd /sysutils/nsysctl
parent1f6c68e14031a431f405608ccc8da949fa949475 (diff)
downloadports-7d2357542018f1c53d7090c4bb939574ae515409.tar.gz
ports-7d2357542018f1c53d7090c4bb939574ae515409.zip
sysutils/nsysctl: Update to 0.9
PR: 237644 Submitted by: Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=500472
Diffstat (limited to 'sysutils/nsysctl')
-rw-r--r--sysutils/nsysctl/Makefile4
-rw-r--r--sysutils/nsysctl/distinfo6
-rw-r--r--sysutils/nsysctl/pkg-descr24
3 files changed, 12 insertions, 22 deletions
diff --git a/sysutils/nsysctl/Makefile b/sysutils/nsysctl/Makefile
index bb4fd79fc307..6dba1dde4c59 100644
--- a/sysutils/nsysctl/Makefile
+++ b/sysutils/nsysctl/Makefile
@@ -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/libsysctlmibinfo
USE_GITLAB= yes
GL_ACCOUNT= alfix
-GL_COMMIT= ad19c188fd36e5d4950e4560274ade3a259d4099
+GL_COMMIT= 5a8c58262b5f4c72d387a7a0b2caa61fc2e02f10
PLIST_FILES= sbin/${PORTNAME} \
man/man8/${PORTNAME}.8.gz
diff --git a/sysutils/nsysctl/distinfo b/sysutils/nsysctl/distinfo
index 590e486c6366..db22183b9a1f 100644
--- a/sysutils/nsysctl/distinfo
+++ b/sysutils/nsysctl/distinfo
@@ -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
diff --git a/sysutils/nsysctl/pkg-descr b/sysutils/nsysctl/pkg-descr
index 4ee54996efb7..361b9d8aaf33 100644
--- a/sysutils/nsysctl/pkg-descr
+++ b/sysutils/nsysctl/pkg-descr
@@ -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/