From owner-svn-ports-all@freebsd.org Mon Mar 28 16:17:49 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 A93E2AE0A48; Mon, 28 Mar 2016 16:17:49 +0000 (UTC) (envelope-from jbeich@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 8368E16BA; Mon, 28 Mar 2016 16:17:49 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2SGHmBm027527; Mon, 28 Mar 2016 16:17:48 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2SGHm04027522; Mon, 28 Mar 2016 16:17:48 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201603281617.u2SGHm04027522@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 28 Mar 2016 16:17:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412059 - in head/sysutils: . dsbbatmon 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, 28 Mar 2016 16:17:49 -0000 Author: jbeich Date: Mon Mar 28 16:17:48 2016 New Revision: 412059 URL: https://svnweb.freebsd.org/changeset/ports/412059 Log: sysutils/dsbbatmon: add new port PR: 207974 Submitted by: Marcel Kaiser DSBBatmon is a GTK+ battery monitor for FreeBSD. It displays the battery's current status, capacity, and remaining time. It warns the user if the battery capacity is low, and can automatically shut down the system if a critical capacity is reached. http://freeshell.de/~mk/projects/dsbbatmon.html Added: head/sysutils/dsbbatmon/ head/sysutils/dsbbatmon/Makefile (contents, props changed) head/sysutils/dsbbatmon/distinfo (contents, props changed) head/sysutils/dsbbatmon/pkg-descr (contents, props changed) head/sysutils/dsbbatmon/pkg-plist (contents, props changed) Modified: head/sysutils/Makefile (contents, props changed) Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Mon Mar 28 15:55:55 2016 (r412058) +++ head/sysutils/Makefile Mon Mar 28 16:17:48 2016 (r412059) @@ -223,6 +223,7 @@ SUBDIR += dolly SUBDIR += downtime SUBDIR += downtimed + SUBDIR += dsbbatmon SUBDIR += dsbdriverd SUBDIR += dsbmc SUBDIR += dsbmd Added: head/sysutils/dsbbatmon/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/dsbbatmon/Makefile Mon Mar 28 16:17:48 2016 (r412059) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= dsbbatmon +PORTVERSION= 0.1.2 +CATEGORIES= sysutils +MASTER_SITES= http://freeshell.de/~mk/download/ + +MAINTAINER= mk@nic-nac-project.org +COMMENT= GTK+ battery monitor + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= pkgconfig tar:tgz +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/dsbbatmon/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/dsbbatmon/distinfo Mon Mar 28 16:17:48 2016 (r412059) @@ -0,0 +1,2 @@ +SHA256 (dsbbatmon-0.1.2.tgz) = 298f63f18cf371bc4c75d82f5dbe3191fe539feb40441ca22e0d00da026ed31d +SIZE (dsbbatmon-0.1.2.tgz) = 74240 Added: head/sysutils/dsbbatmon/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/dsbbatmon/pkg-descr Mon Mar 28 16:17:48 2016 (r412059) @@ -0,0 +1,6 @@ +DSBBatmon is a GTK+ battery monitor for FreeBSD. It displays the battery's +current status, capacity, and remaining time. It warns the user if the battery +capacity is low, and can automatically shut down the system if a critical +capacity is reached. + +WWW: http://freeshell.de/~mk/projects/dsbbatmon.html Added: head/sysutils/dsbbatmon/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/dsbbatmon/pkg-plist Mon Mar 28 16:17:48 2016 (r412059) @@ -0,0 +1,3 @@ +bin/dsbbatmon +share/applications/dsbbatmon.desktop +%%NLS%%share/locale/de/LC_MESSAGES/dsbbatmon.mo