From a174d1cd5f57006408499aa80fa9adb599c453d7 Mon Sep 17 00:00:00 2001 From: Jim Mock Date: Wed, 9 Aug 2000 23:29:47 +0000 Subject: Import of battstat-applet. Battstat is a laptop battery checker for the GNOME panel. It displays different icons depending on the status of the battery. --- sysutils/battstat-applet/Makefile | 27 +++++++++++++++++++++++++++ sysutils/battstat-applet/distinfo | 1 + sysutils/battstat-applet/pkg-comment | 1 + sysutils/battstat-applet/pkg-descr | 7 +++++++ sysutils/battstat-applet/pkg-plist | 19 +++++++++++++++++++ 5 files changed, 55 insertions(+) create mode 100644 sysutils/battstat-applet/Makefile create mode 100644 sysutils/battstat-applet/distinfo create mode 100644 sysutils/battstat-applet/pkg-comment create mode 100644 sysutils/battstat-applet/pkg-descr create mode 100644 sysutils/battstat-applet/pkg-plist (limited to 'sysutils/battstat-applet') diff --git a/sysutils/battstat-applet/Makefile b/sysutils/battstat-applet/Makefile new file mode 100644 index 000000000000..9623ef87f25b --- /dev/null +++ b/sysutils/battstat-applet/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: battstat_applet +# Date created: 17 July 2000 +# Whom: Jim Mock +# +# $FreeBSD$ +# + +PORTNAME= battstat-applet +PORTVERSION= 2.0.4 +CATEGORIES= sysutils gnome +MASTER_SITES= http://spektr.eu.org/~jp/battstat/ +DISTNAME= battstat_applet-${PORTVERSION} + +MAINTAINER= jim@FreeBSD.org + +LIB_DEPENDS= panel_applet.4:${PORTSDIR}/x11/gnomecore + +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config + +WRKSRC= ${WRKDIR}/${DISTNAME} +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_GMAKE= yes +USE_X_PREFIX= yes +CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" + +.include diff --git a/sysutils/battstat-applet/distinfo b/sysutils/battstat-applet/distinfo new file mode 100644 index 000000000000..19573350b593 --- /dev/null +++ b/sysutils/battstat-applet/distinfo @@ -0,0 +1 @@ +MD5 (battstat_applet-2.0.4.tar.gz) = 6330b00a857aa9244ac80d5c9b28459c diff --git a/sysutils/battstat-applet/pkg-comment b/sysutils/battstat-applet/pkg-comment new file mode 100644 index 000000000000..55741875031d --- /dev/null +++ b/sysutils/battstat-applet/pkg-comment @@ -0,0 +1 @@ +A laptop battery monitor utility for the GNOME panel diff --git a/sysutils/battstat-applet/pkg-descr b/sysutils/battstat-applet/pkg-descr new file mode 100644 index 000000000000..ec2856cbed1f --- /dev/null +++ b/sysutils/battstat-applet/pkg-descr @@ -0,0 +1,7 @@ +Battstat is yet another GNOME laptop battery checker. It displays +different icons depending on the status (AC, battery, charging, low +power), and requires GTK and GNOME. + +WWW: http://spektr.eu.org/~jp/battstat/ + +- Jim diff --git a/sysutils/battstat-applet/pkg-plist b/sysutils/battstat-applet/pkg-plist new file mode 100644 index 000000000000..7265629cd9e6 --- /dev/null +++ b/sysutils/battstat-applet/pkg-plist @@ -0,0 +1,19 @@ +bin/battstat_applet +etc/CORBA/servers/battstat_applet.gnorba +etc/sound/events/battstat_applet.soundlist +share/gnome/applets/Monitors/battstat_applet.desktop +share/gnome/pixmaps/battstat.png +share/gnome/help/battstat_applet/C/appear-hidden.gif +share/gnome/help/battstat_applet/C/appear.gif +share/gnome/help/battstat_applet/C/bottom.gif +share/gnome/help/battstat_applet/C/general.gif +share/gnome/help/battstat_applet/C/index.html +share/gnome/help/battstat_applet/C/menu.gif +share/gnome/help/battstat_applet/C/screen-ac.gif +share/gnome/help/battstat_applet/C/screen-batt.gif +share/gnome/help/battstat_applet/C/screen-charge.gif +share/gnome/help/battstat_applet/C/square-hidden.gif +share/gnome/help/battstat_applet/C/square.gif +share/gnome/help/battstat_applet/C/top.gif +share/gnome/help/battstat_applet/C/topic.dat +@dirrm share/gnome/help/battstat_applet/C/stylesheet-images -- cgit v1.2.3