Date: Mon, 28 Mar 2016 16:17:48 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412059 - in head/sysutils: . dsbbatmon Message-ID: <201603281617.u2SGHm04027522@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603281617.u2SGHm04027522>