Index: head/sysutils/Makefile =================================================================== --- head/sysutils/Makefile +++ head/sysutils/Makefile @@ -247,6 +247,7 @@ SUBDIR += dsbbatmon SUBDIR += dsbdriverd SUBDIR += dsbmc + SUBDIR += dsbmc-cli SUBDIR += dsbmd SUBDIR += dsbwrtsysctl SUBDIR += dt Index: head/sysutils/dsbmc-cli/Makefile =================================================================== --- head/sysutils/dsbmc-cli/Makefile +++ head/sysutils/dsbmc-cli/Makefile @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= dsbmc-cli +PORTVERSION= 0.1.1 +CATEGORIES= sysutils +MASTER_SITES= http://freeshell.de/~mk/download/ + +MAINTAINER= mk@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 Index: head/sysutils/dsbmc-cli/distinfo =================================================================== --- head/sysutils/dsbmc-cli/distinfo +++ head/sysutils/dsbmc-cli/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1498182061 +SHA256 (dsbmc-cli-0.1.1.tgz) = 00a8203276b40478b1403798d666f60e724050236666d1f131739acfcccab69a +SIZE (dsbmc-cli-0.1.1.tgz) = 18530 Index: head/sysutils/dsbmc-cli/pkg-descr =================================================================== --- head/sysutils/dsbmc-cli/pkg-descr +++ head/sysutils/dsbmc-cli/pkg-descr @@ -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