diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2000-02-20 17:00:33 +0000 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2000-02-20 17:00:33 +0000 |
commit | 6d241a71914a273bfa92855d838d0d1886880b4f (patch) | |
tree | 15125f7c2331049142322f989c1da155686d20e6 /sysutils/xbattbar | |
parent | 44d4b8b6446fdfd502bc0c7f80f0bf5957e558cd (diff) | |
download | FreeBSD-ports-6d241a71914a273bfa92855d838d0d1886880b4f.zip FreeBSD-ports-6d241a71914a273bfa92855d838d0d1886880b4f.tar.gz |
Xbattbar shows the current (laptop) battery status in the X window
environment. The battery indicator of this program is very simple: a simple
bar in the bottom of your display. With its color, it indicates the
AC-line status (plugged in or off-line), and buttery
charging/remaining level.
WWW: http://infonet.aist-nara.ac.jp/member/suguru/xbattbar.html
Diffstat (limited to 'sysutils/xbattbar')
-rw-r--r-- | sysutils/xbattbar/Makefile | 21 | ||||
-rw-r--r-- | sysutils/xbattbar/distinfo | 1 | ||||
-rw-r--r-- | sysutils/xbattbar/files/patch-aa | 12 | ||||
-rw-r--r-- | sysutils/xbattbar/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/xbattbar/pkg-descr | 10 | ||||
-rw-r--r-- | sysutils/xbattbar/pkg-plist | 1 |
6 files changed, 46 insertions, 0 deletions
diff --git a/sysutils/xbattbar/Makefile b/sysutils/xbattbar/Makefile new file mode 100644 index 0000000..c31fb6b --- /dev/null +++ b/sysutils/xbattbar/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: xbattbar +# Version required: 1.3 +# Date created: Fri Feb 18 10:05:12 JST 2000 +# Whom: sumikawa +# +# $FreeBSD$ +# + +DISTNAME= xbattbar_1.3 +PKGNAME= xbattbar-1.3 +CATEGORIES= sysutils +MASTER_SITES= http://infonet.aist-nara.ac.jp/member/suguru/ + +MAINTAINER= sumikawa@FreeBSD.org + +USE_IMAKE= yes +USE_X11_PREFIX= yes +WRKSRC= ${WRKDIR}/xbattbar +MAN1= xbattbar.1 + +.include <bsd.port.mk> diff --git a/sysutils/xbattbar/distinfo b/sysutils/xbattbar/distinfo new file mode 100644 index 0000000..7d1b63b3 --- /dev/null +++ b/sysutils/xbattbar/distinfo @@ -0,0 +1 @@ +MD5 (xbattbar_1.3.tar.gz) = d189e735843107b67ac5e746e7d1288d diff --git a/sysutils/xbattbar/files/patch-aa b/sysutils/xbattbar/files/patch-aa new file mode 100644 index 0000000..1db9be1 --- /dev/null +++ b/sysutils/xbattbar/files/patch-aa @@ -0,0 +1,12 @@ +--- Imakefile- Fri Oct 16 02:14:52 1998 ++++ Imakefile Fri Oct 16 02:15:41 1998 +@@ -4,9 +4,6 @@ + XCOMM All rights reserved. + XCOMM + +-BINDIR = /usr/local/bin +-MANDIR = /usr/local/man/cat1 +- + LOCAL_LIBRARIES = $(XLIB) + + SRCS = xbattbar.c diff --git a/sysutils/xbattbar/pkg-comment b/sysutils/xbattbar/pkg-comment new file mode 100644 index 0000000..31837ec --- /dev/null +++ b/sysutils/xbattbar/pkg-comment @@ -0,0 +1 @@ +Simple battery meter diff --git a/sysutils/xbattbar/pkg-descr b/sysutils/xbattbar/pkg-descr new file mode 100644 index 0000000..f151aad --- /dev/null +++ b/sysutils/xbattbar/pkg-descr @@ -0,0 +1,10 @@ +Xbattbar shows the current (laptop) battery status in the X window +environment. The battery indicator of this program is very simple: a simple +bar in the bottom of your display. With its color, it indicates the +AC-line status (plugged in or off-line), and buttery +charging/remaining level. + +WWW: http://infonet.aist-nara.ac.jp/member/suguru/xbattbar.html + +--- +sumikawa@FreeBSD.org diff --git a/sysutils/xbattbar/pkg-plist b/sysutils/xbattbar/pkg-plist new file mode 100644 index 0000000..926685c --- /dev/null +++ b/sysutils/xbattbar/pkg-plist @@ -0,0 +1 @@ +bin/xbattbar |