svn commit: r444214 - in head/sysutils: . dsbmc-cli

Danilo G. Baio dbaio at FreeBSD.org
Sat Jun 24 16:16:35 UTC 2017


Author: dbaio
Date: Sat Jun 24 16:16:33 2017
New Revision: 444214
URL: https://svnweb.freebsd.org/changeset/ports/444214

Log:
  New port: sysutils/dsbmc-cli
  
  dsbmc-cli is a command-line client for DSBMD that provides a simple interface
  to query information about storage devices, and to send requests to mount,
  unmount and eject these. Furthermore, it can be used as automounter and
  autounmounter.
  
  WWW: http://freeshell.de/~mk/projects/dsbmc-cli.html
  
  PR:		220197
  Submitted by:	Marcel Kaiser <mk at nic-nac-project.org>
  Approved by:	garga (mentor)
  Differential Revision:	https://reviews.freebsd.org/D11297

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

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Sat Jun 24 15:08:51 2017	(r444213)
+++ head/sysutils/Makefile	Sat Jun 24 16:16:33 2017	(r444214)
@@ -247,6 +247,7 @@
     SUBDIR += dsbbatmon
     SUBDIR += dsbdriverd
     SUBDIR += dsbmc
+    SUBDIR += dsbmc-cli
     SUBDIR += dsbmd
     SUBDIR += dsbwrtsysctl
     SUBDIR += dt

Added: head/sysutils/dsbmc-cli/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/dsbmc-cli/Makefile	Sat Jun 24 16:16:33 2017	(r444214)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME=	dsbmc-cli
+PORTVERSION=	0.1.1
+CATEGORIES=	sysutils
+MASTER_SITES=	http://freeshell.de/~mk/download/
+
+MAINTAINER=	mk at nic-nac-project.org
+COMMENT=	Command-line client for DSBMD
+
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	dsbmd>=0.3:sysutils/dsbmd
+
+USES=		tar:tgz
+PLIST_FILES=	bin/dsbmc-cli man/man1/dsbmc-cli.1.gz
+
+.include <bsd.port.mk>

Added: head/sysutils/dsbmc-cli/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/dsbmc-cli/distinfo	Sat Jun 24 16:16:33 2017	(r444214)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1498182061
+SHA256 (dsbmc-cli-0.1.1.tgz) = 00a8203276b40478b1403798d666f60e724050236666d1f131739acfcccab69a
+SIZE (dsbmc-cli-0.1.1.tgz) = 18530

Added: head/sysutils/dsbmc-cli/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/dsbmc-cli/pkg-descr	Sat Jun 24 16:16:33 2017	(r444214)
@@ -0,0 +1,6 @@
+dsbmc-cli is a command-line client for DSBMD that provides a simple interface
+to query information about storage devices, and to send requests to mount,
+unmount and eject these. Furthermore, it can be used as automounter and
+autounmounter.
+
+WWW: http://freeshell.de/~mk/projects/dsbmc-cli.html


More information about the svn-ports-all mailing list