diff options
author | asami <asami@FreeBSD.org> | 1995-05-06 09:04:19 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-05-06 09:04:19 +0000 |
commit | d972ea6fea14f1b6429965a06cb69a7ed650ef6a (patch) | |
tree | f256e71b7ff2a24610fdb2620d9a57cbf44d43a3 /sysutils | |
parent | f5c07869382632902b641915431592bcccc6bb43 (diff) | |
download | FreeBSD-ports-d972ea6fea14f1b6429965a06cb69a7ed650ef6a.zip FreeBSD-ports-d972ea6fea14f1b6429965a06cb69a7ed650ef6a.tar.gz |
xbatt 1.0 - battery status display for X11
Submitted by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xbatt/Makefile | 18 | ||||
-rw-r--r-- | sysutils/xbatt/distinfo | 1 | ||||
-rw-r--r-- | sysutils/xbatt/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/xbatt/pkg-descr | 6 | ||||
-rw-r--r-- | sysutils/xbatt/pkg-plist | 2 |
5 files changed, 28 insertions, 0 deletions
diff --git a/sysutils/xbatt/Makefile b/sysutils/xbatt/Makefile new file mode 100644 index 0000000..e43e4f9 --- /dev/null +++ b/sysutils/xbatt/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: xbatt +# Version required: 1.0 +# Date created: 2 May 1995 +# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> +# +# $Id$ +# + +DISTNAME= xbatt-1.0 +CATEGORIES+= x11 +MASTER_SITES= ftp://ftp.fujitsu.co.jp/pub/FreeBSD/misc/ + +MAINTAINER= asami@FreeBSD.ORG + +USE_IMAKE= yes +NO_INSTALL_MANPAGES= yes + +.include <bsd.port.mk> diff --git a/sysutils/xbatt/distinfo b/sysutils/xbatt/distinfo new file mode 100644 index 0000000..8b46324 --- /dev/null +++ b/sysutils/xbatt/distinfo @@ -0,0 +1 @@ +MD5 (xbatt-1.0.tar.gz) = 2efd99da6c5b12d6cd3b31fd0a0d22b4 diff --git a/sysutils/xbatt/pkg-comment b/sysutils/xbatt/pkg-comment new file mode 100644 index 0000000..4dae06d --- /dev/null +++ b/sysutils/xbatt/pkg-comment @@ -0,0 +1 @@ +xbatt 1.0 - battery status display for X11 diff --git a/sysutils/xbatt/pkg-descr b/sysutils/xbatt/pkg-descr new file mode 100644 index 0000000..fd4d8e6 --- /dev/null +++ b/sysutils/xbatt/pkg-descr @@ -0,0 +1,6 @@ +`xbatt' is an X11 client which displays a battery status of your +notebook computer equiped with APM (Advanced Power Management) BIOS. +The status displayed consists remaining battery life, an AC line +status, and a charging status. + +NOTE: Need APM driver in your kernel. diff --git a/sysutils/xbatt/pkg-plist b/sysutils/xbatt/pkg-plist new file mode 100644 index 0000000..1a34919 --- /dev/null +++ b/sysutils/xbatt/pkg-plist @@ -0,0 +1,2 @@ +@cwd ${X11BASE} +bin/xbatt |