From owner-svn-ports-head@freebsd.org Thu Feb 4 18:03:19 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D139352AAC4; Thu, 4 Feb 2021 18:03:19 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DWmcl5S02z4j6f; Thu, 4 Feb 2021 18:03:19 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ADB681074D; Thu, 4 Feb 2021 18:03:19 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 114I3JX4030928; Thu, 4 Feb 2021 18:03:19 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 114I3Jnv030925; Thu, 4 Feb 2021 18:03:19 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <202102041803.114I3Jnv030925@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Thu, 4 Feb 2021 18:03:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r564054 - in head: devel/libsysctlmibinfo sysutils/nsysctl X-SVN-Group: ports-head X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: in head: devel/libsysctlmibinfo sysutils/nsysctl X-SVN-Commit-Revision: 564054 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Feb 2021 18:03:19 -0000 Author: fernape Date: Thu Feb 4 18:03:18 2021 New Revision: 564054 URL: https://svnweb.freebsd.org/changeset/ports/564054 Log: devel/libsysctlmibinfo: Update to 1.0.1 Bumping dependency's PORTEREVISION. PR: 253213 Submitted by: alfix86@gmail.com (maintainer) Modified: head/devel/libsysctlmibinfo/Makefile head/devel/libsysctlmibinfo/distinfo head/devel/libsysctlmibinfo/pkg-descr head/sysutils/nsysctl/Makefile Modified: head/devel/libsysctlmibinfo/Makefile ============================================================================== --- head/devel/libsysctlmibinfo/Makefile Thu Feb 4 17:30:37 2021 (r564053) +++ head/devel/libsysctlmibinfo/Makefile Thu Feb 4 18:03:18 2021 (r564054) @@ -1,34 +1,34 @@ # $FreeBSD$ PORTNAME= libsysctlmibinfo -DISTVERSION= 1.0 +DISTVERSION= 1.0.1 CATEGORIES= devel MAINTAINER= alfix86@gmail.com -COMMENT= API to get sysctl MIB info +COMMENT= Sysctl MIB-Tree API LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USE_LDCONFIG= yes - USE_GITLAB= yes GL_ACCOUNT= alfix GL_PROJECT= sysctlmibinfo -GL_COMMIT= c2cee0cea2fff405e6dc0ab1aed484abab5dc7c7 +GL_COMMIT= 941706f663a1fe17f2c1f5cfbf3c7211c8f41e53 +USE_LDCONFIG= yes + PLIST_FILES= include/sysctlmibinfo.h \ lib/libsysctlmibinfo.a \ lib/libsysctlmibinfo.so \ - lib/libsysctlmibinfo.so.1 \ + lib/libsysctlmibinfo.so.1.0.1 \ man/man3/sysctlmibinfo.3.gz do-install: ${INSTALL_DATA} ${WRKSRC}/sysctlmibinfo.h ${STAGEDIR}${PREFIX}/include ${INSTALL_DATA} ${WRKSRC}/libsysctlmibinfo.a ${STAGEDIR}${PREFIX}/lib - ${INSTALL_LIB} ${WRKSRC}/libsysctlmibinfo.so.1 ${STAGEDIR}${PREFIX}/lib - ${RLN} ${STAGEDIR}${PREFIX}/lib/libsysctlmibinfo.so.1 ${STAGEDIR}${PREFIX}/lib/libsysctlmibinfo.so + ${INSTALL_LIB} ${WRKSRC}/libsysctlmibinfo.so.1.0.1 ${STAGEDIR}${PREFIX}/lib + ${RLN} ${STAGEDIR}${PREFIX}/lib/libsysctlmibinfo.so.1.0.1 ${STAGEDIR}${PREFIX}/lib/libsysctlmibinfo.so ${INSTALL_MAN} ${WRKSRC}/sysctlmibinfo.3.gz ${STAGEDIR}${MAN3PREFIX}/man/man3 .include Modified: head/devel/libsysctlmibinfo/distinfo ============================================================================== --- head/devel/libsysctlmibinfo/distinfo Thu Feb 4 17:30:37 2021 (r564053) +++ head/devel/libsysctlmibinfo/distinfo Thu Feb 4 18:03:18 2021 (r564054) @@ -1,3 +1,3 @@ -TIMESTAMP = 1552612768 -SHA256 (alfix-sysctlmibinfo-c2cee0cea2fff405e6dc0ab1aed484abab5dc7c7_GL0.tar.gz) = 0422c5e0452a5d6b3321d4e475432c044d885963f3f97f4a85b877314c386cdd -SIZE (alfix-sysctlmibinfo-c2cee0cea2fff405e6dc0ab1aed484abab5dc7c7_GL0.tar.gz) = 9351 +TIMESTAMP = 1612365342 +SHA256 (alfix-sysctlmibinfo-941706f663a1fe17f2c1f5cfbf3c7211c8f41e53_GL0.tar.gz) = 76db992660bcd0938a341a65f00865a0aa1022f3c8dbdeaa19558601b77051aa +SIZE (alfix-sysctlmibinfo-941706f663a1fe17f2c1f5cfbf3c7211c8f41e53_GL0.tar.gz) = 11228 Modified: head/devel/libsysctlmibinfo/pkg-descr ============================================================================== --- head/devel/libsysctlmibinfo/pkg-descr Thu Feb 4 17:30:37 2021 (r564053) +++ head/devel/libsysctlmibinfo/pkg-descr Thu Feb 4 18:03:18 2021 (r564054) @@ -1,13 +1,11 @@ -sysctlmibinfo is an open source library for FreeBSD: +The sysctlmibinfo library provides an API to explore the sysctl +MIB-Tree and to get the properties of an object, therefore it is +useful to handle an object correctly and to build a sysctl-like +utility. - * provides a C API to wrap kern_sysctl.c undocumented interface - * defines and builds a handy mib-object - * builds object-list and object-tree in userspace - -The advantages to use sysctlmibinfo are: - - * an easy userspace API to the kernel sysctl mib-tree - * building quickly a custom sysctl(8) tool - * changes to kern_sysctl.c interface won't upset userspace tools +It implements wrappers around an undocumented kernel interface +to provide a more easy interface, moreover it defines a +'struct sysctlmif_object' and provides a convenient API to build +data structures of sysctlmif_object. WWW: https://gitlab.com/alfix/sysctlmibinfo/ Modified: head/sysutils/nsysctl/Makefile ============================================================================== --- head/sysutils/nsysctl/Makefile Thu Feb 4 17:30:37 2021 (r564053) +++ head/sysutils/nsysctl/Makefile Thu Feb 4 18:03:18 2021 (r564054) @@ -2,7 +2,7 @@ PORTNAME= nsysctl DISTVERSION= 1.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= alfix86@gmail.com