Index: head/sysutils/nsysctl/Makefile =================================================================== --- head/sysutils/nsysctl/Makefile (revision 499257) +++ head/sysutils/nsysctl/Makefile (revision 499258) @@ -1,27 +1,27 @@ # $FreeBSD$ PORTNAME= nsysctl -DISTVERSION= 0.1.1 +DISTVERSION= 0.2 CATEGORIES= sysutils MAINTAINER= alfix86@gmail.com -COMMENT= New sysctl utility with libxo and extra options +COMMENT= Utility to get or set the kernel state supporting libxo output LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libsysctlmibinfo.so:devel/libsysctlmibinfo USE_GITLAB= yes GL_ACCOUNT= alfix -GL_COMMIT= f71d2fded69b95808f9247f7e01866d7a92b7ff9 +GL_COMMIT= ad19c188fd36e5d4950e4560274ade3a259d4099 -PLIST_FILES= bin/${PORTNAME} \ +PLIST_FILES= sbin/${PORTNAME} \ man/man8/${PORTNAME}.8.gz do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MAN8PREFIX}/man/man8/ .include Index: head/sysutils/nsysctl/distinfo =================================================================== --- head/sysutils/nsysctl/distinfo (revision 499257) +++ head/sysutils/nsysctl/distinfo (revision 499258) @@ -1,3 +1,3 @@ -TIMESTAMP = 1553608252 -SHA256 (alfix-nsysctl-f71d2fded69b95808f9247f7e01866d7a92b7ff9_GL0.tar.gz) = c0bbcba0f5f22d7f59a4897e42f87a7124d65cc19182039bf3bd325430de0624 -SIZE (alfix-nsysctl-f71d2fded69b95808f9247f7e01866d7a92b7ff9_GL0.tar.gz) = 16193 +TIMESTAMP = 1555417827 +SHA256 (alfix-nsysctl-ad19c188fd36e5d4950e4560274ade3a259d4099_GL0.tar.gz) = 0b76b1c8c837d3fba5371dc1b4d635f8530e9afc72f879a82867b3857c915328 +SIZE (alfix-nsysctl-ad19c188fd36e5d4950e4560274ade3a259d4099_GL0.tar.gz) = 14235 Property changes on: head/sysutils/nsysctl/distinfo ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -yes +yes \ No newline at end of property Index: head/sysutils/nsysctl/pkg-descr =================================================================== --- head/sysutils/nsysctl/pkg-descr (revision 499257) +++ head/sysutils/nsysctl/pkg-descr (revision 499258) @@ -1,23 +1,23 @@ -nsysctl (new sysctl) is a sysctl(8) utility clone to get or set kernel +The nsysctl utility is a sysctl(8) clone to get or set the kernel state with libxo, sysctlmibinfo and extra 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, * output is explicitly indicated by the options, * new option -D show all properties, - * update option -e specific sep as a separator, + * 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. WWW: https://gitlab.com/alfix/nsysctl/ Property changes on: head/sysutils/nsysctl/pkg-descr ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -yes +yes \ No newline at end of property