diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-05-06 09:04:19 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-05-06 09:04:19 +0000 |
commit | c774f2aa627270b3947fbdc657cb19635998cba9 (patch) | |
tree | 15558131ed24ad1f45b7d55177077946e79d7b2e /sysutils/xbatt | |
parent | 0aac0d7f4e69686348339d8928831fbf507f154c (diff) | |
download | ports-c774f2aa627270b3947fbdc657cb19635998cba9.tar.gz ports-c774f2aa627270b3947fbdc657cb19635998cba9.zip |
Notes
Diffstat (limited to 'sysutils/xbatt')
-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 000000000000..e43e4f999397 --- /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 000000000000..8b4632402ce2 --- /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 000000000000..4dae06d4cfa4 --- /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 000000000000..fd4d8e605c8a --- /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 000000000000..1a349192e5a1 --- /dev/null +++ b/sysutils/xbatt/pkg-plist @@ -0,0 +1,2 @@ +@cwd ${X11BASE} +bin/xbatt |