Date: Mon, 14 Mar 2016 22:15:54 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411125 - in head/sysutils: . dsbmc Message-ID: <201603142215.u2EMFsfi052598@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld Date: Mon Mar 14 22:15:54 2016 New Revision: 411125 URL: https://svnweb.freebsd.org/changeset/ports/411125 Log: DSBMC is a GTK+ client for DSBMD. It allows you to mount, unmount, open media in a file manager, set the reading speed of a CD/DVD or play a CD/DVD. WWW: http://freeshell.de/~mk/projects/dsbmc.html PR: 207927 Submitted by: Marcel Kaiser <mk@nic-nac-project.org> Added: head/sysutils/dsbmc/ head/sysutils/dsbmc/Makefile (contents, props changed) head/sysutils/dsbmc/distinfo (contents, props changed) head/sysutils/dsbmc/pkg-descr (contents, props changed) head/sysutils/dsbmc/pkg-plist (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Mon Mar 14 22:07:56 2016 (r411124) +++ head/sysutils/Makefile Mon Mar 14 22:15:54 2016 (r411125) @@ -223,6 +223,7 @@ SUBDIR += downtime SUBDIR += downtimed SUBDIR += dsbdriverd + SUBDIR += dsbmc SUBDIR += dsbmd SUBDIR += dsbwrtsysctl SUBDIR += dt Added: head/sysutils/dsbmc/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/dsbmc/Makefile Mon Mar 14 22:15:54 2016 (r411125) @@ -0,0 +1,26 @@ +# Created by: Marcel Kaiser <mk@nic-nac-project.org> +# $FreeBSD$ + +PORTNAME= dsbmc +PORTVERSION= 0.1.3 +CATEGORIES= sysutils +MASTER_SITES= http://freeshell.de/~mk/download/ + +MAINTAINER= mk@nic-nac-project.org +COMMENT= GTK+ client for DSBMD that lets you mount media, and more + +LICENSE= BSD2CLAUSE + +RUN_DEPENDS= ${LOCALBASE}/libexec/dsbmd:${PORTSDIR}/sysutils/dsbmd + +USES= tar:tgz pkgconfig +USE_GNOME= gtk20 + +OPTIONS_DEFINE= NLS +OPTIONS_DEFAULT=NLS +OPTIONS_SUB= yes + +NLS_USES= gettext +NLS_MAKE_ARGS_OFF= -DWITHOUT_GETTEXT + +.include <bsd.port.mk> Added: head/sysutils/dsbmc/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/dsbmc/distinfo Mon Mar 14 22:15:54 2016 (r411125) @@ -0,0 +1,2 @@ +SHA256 (dsbmc-0.1.3.tgz) = f5a0a69978cce1d562de2e4e0431c17abdc3b491268e258148baf2fee149f7c4 +SIZE (dsbmc-0.1.3.tgz) = 121856 Added: head/sysutils/dsbmc/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/dsbmc/pkg-descr Mon Mar 14 22:15:54 2016 (r411125) @@ -0,0 +1,4 @@ +DSBMC is a GTK+ client for DSBMD. It allows you to mount, unmount, open media +in a file manager, set the reading speed of a CD/DVD or play a CD/DVD. + +WWW: http://freeshell.de/~mk/projects/dsbmc.html Added: head/sysutils/dsbmc/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/dsbmc/pkg-plist Mon Mar 14 22:15:54 2016 (r411125) @@ -0,0 +1,3 @@ +bin/dsbmc +share/applications/dsbmc.desktop +%%NLS%%share/locale/de/LC_MESSAGES/dsbmc.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603142215.u2EMFsfi052598>