Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Nov 2019 15:53:40 +0000 (UTC)
From:      Alexander Leidinger <netchild@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r517131 - in head/devel: . py-freebsd-sysctl
Message-ID:  <201911091553.xA9FreWs038382@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: netchild
Date: Sat Nov  9 15:53:39 2019
New Revision: 517131
URL: https://svnweb.freebsd.org/changeset/ports/517131

Log:
  Native Python wrapper for FreeBSD sysctls using libc.
  
  WWW: https://github.com/gronke/py-freebsd_sysctl
  
  PR:		240920
  Submitted by:	stefan@gronke.net

Added:
  head/devel/py-freebsd-sysctl/
  head/devel/py-freebsd-sysctl/Makefile   (contents, props changed)
  head/devel/py-freebsd-sysctl/distinfo   (contents, props changed)
  head/devel/py-freebsd-sysctl/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Nov  9 15:16:47 2019	(r517130)
+++ head/devel/Makefile	Sat Nov  9 15:53:39 2019	(r517131)
@@ -4452,6 +4452,7 @@
     SUBDIR += py-foolscap
     SUBDIR += py-fortran
     SUBDIR += py-freebsd
+    SUBDIR += py-freebsd-sysctl
     SUBDIR += py-freenas.dispatcher
     SUBDIR += py-freenas.utils
     SUBDIR += py-freezegun

Added: head/devel/py-freebsd-sysctl/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-freebsd-sysctl/Makefile	Sat Nov  9 15:53:39 2019	(r517131)
@@ -0,0 +1,25 @@
+# $FreeBSD$
+
+PORTNAME=		freebsd-sysctl
+PORTVERSION=	0.0.7
+CATEGORIES=		devel python sysutils
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=		stefan@gronke.net
+COMMENT=		Native Python wrapper for FreeBSD sysctls using libc
+
+LICENSE=		BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+USES=			python:3.6+
+
+USE_GITHUB=		yes
+GH_ACCOUNT=		gronke
+GH_PROJECT=		py-freebsd_sysctl
+
+NO_ARCH=		yes
+USE_PYTHON=		distutils autoplist
+
+PLIST_SUB+=		PORTVERSION=${PORTVERSION}
+
+.include <bsd.port.mk>

Added: head/devel/py-freebsd-sysctl/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-freebsd-sysctl/distinfo	Sat Nov  9 15:53:39 2019	(r517131)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1570029797
+SHA256 (gronke-py-freebsd_sysctl-0.0.7_GH0.tar.gz) = 2944d344320c722ef5df93b29557bac26f33c2413ae1aa813d2407182b8b5783
+SIZE (gronke-py-freebsd_sysctl-0.0.7_GH0.tar.gz) = 6582

Added: head/devel/py-freebsd-sysctl/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-freebsd-sysctl/pkg-descr	Sat Nov  9 15:53:39 2019	(r517131)
@@ -0,0 +1,3 @@
+Native Python wrapper for FreeBSD sysctls using libc.
+
+WWW: https://github.com/gronke/py-freebsd_sysctl



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911091553.xA9FreWs038382>