1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

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
This commit is contained in:
Munechika SUMIKAWA 2000-02-20 17:00:33 +00:00
parent 3e4d9780fe
commit 05c69e1751
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26038
6 changed files with 46 additions and 0 deletions

View File

@ -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>

View File

@ -0,0 +1 @@
MD5 (xbattbar_1.3.tar.gz) = d189e735843107b67ac5e746e7d1288d

View File

@ -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

View File

@ -0,0 +1 @@
Simple battery meter

View File

@ -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

View File

@ -0,0 +1 @@
bin/xbattbar