From owner-svn-ports-all@freebsd.org Mon Mar 14 22:15:56 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 95C05AD0FE4; Mon, 14 Mar 2016 22:15:56 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 534F91F4; Mon, 14 Mar 2016 22:15:56 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2EMFt4c052603; Mon, 14 Mar 2016 22:15:55 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2EMFsfi052598; Mon, 14 Mar 2016 22:15:54 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201603142215.u2EMFsfi052598@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 14 Mar 2016 22:15:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411125 - in head/sysutils: . dsbmc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Mar 2016 22:15:56 -0000 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 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 +# $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 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