mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
sysutils/nsysctl: Update to 0.2
PR: 237317 Submitted by: Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)
This commit is contained in:
parent
b543464063
commit
470a307c36
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=499258
@ -1,11 +1,11 @@
|
||||
# $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
|
||||
@ -15,13 +15,13 @@ 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 <bsd.port.mk>
|
||||
|
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
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,
|
||||
@ -6,7 +6,7 @@ state with libxo, sysctlmibinfo and extra options; improvements:
|
||||
* 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,
|
||||
|
Loading…
Reference in New Issue
Block a user