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:
parent
8740a9206f
commit
7509228781
7 changed files with 53 additions and 0 deletions
21
sysutils/asapm/Makefile
Normal file
21
sysutils/asapm/Makefile
Normal 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
3
sysutils/asapm/files/md5
Normal 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
|
18
sysutils/asapm/patches/patch-aa
Normal file
18
sysutils/asapm/patches/patch-aa
Normal 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
|
1
sysutils/asapm/pkg/COMMENT
Normal file
1
sysutils/asapm/pkg/COMMENT
Normal file
|
@ -0,0 +1 @@
|
|||
Laptop battery status display for X11.
|
5
sysutils/asapm/pkg/DESCR
Normal file
5
sysutils/asapm/pkg/DESCR
Normal 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.
|
2
sysutils/asapm/pkg/MESSAGE
Normal file
2
sysutils/asapm/pkg/MESSAGE
Normal 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
3
sysutils/asapm/pkg/PLIST
Normal 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
|
Loading…
Reference in a new issue