svn commit: r409774 - in head/sysutils: . dsbwrtsysctl

Raphael Kubo da Costa rakuco at FreeBSD.org
Sun Feb 28 22:12:38 UTC 2016


Author: rakuco
Date: Sun Feb 28 22:12:36 2016
New Revision: 409774
URL: https://svnweb.freebsd.org/changeset/ports/409774

Log:
  New port: sysutils/dsbwrtsysctl.
  
  DSBWrtSysctl is a FreeBSD command-line tool to add variable=value pairs to
  /etc/sysctl.conf, or to change the values of existing variables.
  
  WWW: http://freeshell.de/~mk/projects/dsbwrtsysctl.html
  
  PR:		198690
  Submitted by:	Marcel <mk at nic-nac-project.org>

Added:
  head/sysutils/dsbwrtsysctl/
  head/sysutils/dsbwrtsysctl/Makefile   (contents, props changed)
  head/sysutils/dsbwrtsysctl/distinfo   (contents, props changed)
  head/sysutils/dsbwrtsysctl/pkg-descr   (contents, props changed)
Modified:
  head/sysutils/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Sun Feb 28 22:10:09 2016	(r409773)
+++ head/sysutils/Makefile	Sun Feb 28 22:12:36 2016	(r409774)
@@ -221,6 +221,7 @@
     SUBDIR += dolly
     SUBDIR += downtime
     SUBDIR += downtimed
+    SUBDIR += dsbwrtsysctl
     SUBDIR += dt
     SUBDIR += dtpstree
     SUBDIR += du2ps

Added: head/sysutils/dsbwrtsysctl/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/dsbwrtsysctl/Makefile	Sun Feb 28 22:12:36 2016	(r409774)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME=	dsbwrtsysctl
+PORTVERSION=	0.1.3
+CATEGORIES=	sysutils
+MASTER_SITES=	http://freeshell.de/~mk/download/
+
+MAINTAINER=	mk at nic-nac-project.org
+COMMENT=	Changes variable=value pairs in sysctl.conf, or adds them
+
+LICENSE=	BSD2CLAUSE
+
+USES=		tar:tgz
+
+PLIST_FILES=	bin/dsbwrtsysctl
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/dsbwrtsysctl ${STAGEDIR}${PREFIX}/bin
+
+.include <bsd.port.mk>

Added: head/sysutils/dsbwrtsysctl/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/dsbwrtsysctl/distinfo	Sun Feb 28 22:12:36 2016	(r409774)
@@ -0,0 +1,2 @@
+SHA256 (dsbwrtsysctl-0.1.3.tgz) = dd8801249ba942d3daaebac539ecff94650d0b698e2fcb105d75522e0b5754d7
+SIZE (dsbwrtsysctl-0.1.3.tgz) = 2608

Added: head/sysutils/dsbwrtsysctl/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/dsbwrtsysctl/pkg-descr	Sun Feb 28 22:12:36 2016	(r409774)
@@ -0,0 +1,4 @@
+DSBWrtSysctl is a FreeBSD command-line tool to add variable=value pairs to
+/etc/sysctl.conf, or to change the values of existing variables.
+
+WWW: http://freeshell.de/~mk/projects/dsbwrtsysctl.html


More information about the svn-ports-all mailing list