Initial addition of asapm-2.3, a Laptop battery status display for X11.

Provided in pr 6523 by Johnny C. Lam.
This commit is contained in:
frueauf 1998-12-03 13:35:47 +00:00
parent 8740a9206f
commit 7509228781
7 changed files with 53 additions and 0 deletions

21
sysutils/asapm/Makefile Normal file
View file

@ -0,0 +1,21 @@
# $NetBSD: Makefile,v 1.1.1.1 1998/12/03 13:35:47 frueauf Exp $
# FreeBSD Id: Makefile,v 1.5 1998/11/29 12:43:12 asami Exp
#
DISTNAME= asapm-2.3
CATEGORIES= sysutils x11
MASTER_SITES= http://bewoner.dma.be/Albert/linux/software/
MAINTAINER= lamj@stat.cmu.edu
HOMEPAGE= http://bewoner.dma.be/Albert/linux/
DEPENDS+= xpm-3.4k:../../graphics/xpm
ONLY_FOR_ARCHS= i386 # needs apm support
GNU_CONFIGURE= yes
USE_X11= yes
INSTALL_TARGET= install install.man
.include "../../mk/bsd.pkg.mk"

3
sysutils/asapm/files/md5 Normal file
View file

@ -0,0 +1,3 @@
$NetBSD: md5,v 1.1.1.1 1998/12/03 13:35:47 frueauf Exp $
MD5 (asapm-2.3.tar.gz) = d67da77bafad15cd1f16b344998f34dd

View file

@ -0,0 +1,18 @@
$NetBSD: patch-aa,v 1.1.1.1 1998/12/03 13:35:47 frueauf Exp $
--- autoconf/Makefile.common.in.orig Wed Dec 2 16:02:51 1998
+++ autoconf/Makefile.common.in Thu Dec 3 05:03:19 1998
@@ -11,11 +11,11 @@
$(INSTALL_PROGRAM) $(PROG) $(AFTER_BIN_DIR)
install.man:
- $(INSTALL_DATA) $(PROG).man $(AFTER_MAN_DIR)/$(PROG).1x
+ $(INSTALL_DATA) $(PROG).man $(AFTER_MAN_DIR)/$(PROG).1
uninstall:
$(RMF) $(AFTER_BIN_DIR)/$(PROG)
- $(RMF) $(AFTER_MAN_DIR)/$(PROG).1x
+ $(RMF) $(AFTER_MAN_DIR)/$(PROG).1
clean:
$(RMF) $(PROG) *.o *~ *% *.bak \#* core

View file

@ -0,0 +1 @@
Laptop battery status display for X11.

5
sysutils/asapm/pkg/DESCR Normal file
View file

@ -0,0 +1,5 @@
'asapm' 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, a charging status and a digital readout with (a) Percent
battery remaining and (b) estimated time to dead.

View file

@ -0,0 +1,2 @@
You need the APM driver enabled in your kernel,
see man apm(4) for details.

3
sysutils/asapm/pkg/PLIST Normal file
View file

@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1.1.1 1998/12/03 13:35:47 frueauf Exp $
bin/asapm
man/man1/asapm.1