Battery Monitor is a battery monitor for laptops. It displays the current
status of the battery (charge/discharge and energy level) as well as some information about the general health of the cell. WWW: http://www.nongnu.org/gap/batmon/index.html
This commit is contained in:
parent
cade10df3e
commit
93f99a94bc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176501
5 changed files with 50 additions and 0 deletions
|
@ -40,6 +40,7 @@
|
|||
SUBDIR += bacula-server
|
||||
SUBDIR += bacula-server-devel
|
||||
SUBDIR += barry
|
||||
SUBDIR += batmon
|
||||
SUBDIR += battfink
|
||||
SUBDIR += battmond
|
||||
SUBDIR += bbapm
|
||||
|
|
28
sysutils/batmon/Makefile
Normal file
28
sysutils/batmon/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
# New ports collection makefile for: batmon
|
||||
# Date created: 05 Nov 2006
|
||||
# Whom: dirk.meyer@dinoex.sub.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= batmon
|
||||
PORTVERSION= 0.2
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://download.savannah.gnu.org/releases/gap/
|
||||
|
||||
MAINTAINER= dinoex@FreeBSD.org
|
||||
COMMENT= GNUstep battery monitor for laptops
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_GNUSTEP= yes
|
||||
USE_GNUSTEP_PREFIX= yes
|
||||
USE_GNUSTEP_BACK= yes
|
||||
USE_GNUSTEP_BUILD= yes
|
||||
USE_GNUSTEP_INSTALL= yes
|
||||
MAKEFILE= GNUmakefile
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \
|
||||
${WRKSRC}/GNUmakefile
|
||||
|
||||
.include <bsd.port.mk>
|
3
sysutils/batmon/distinfo
Normal file
3
sysutils/batmon/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (batmon-0.2.tar.gz) = 4be31a556d36d21bf5c853b6a15688e3
|
||||
SHA256 (batmon-0.2.tar.gz) = 26de3cc983955b50f862adddf694512116bd4468811a5c78922855a9979f0c39
|
||||
SIZE (batmon-0.2.tar.gz) = 16449
|
5
sysutils/batmon/pkg-descr
Normal file
5
sysutils/batmon/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Battery Monitor is a battery monitor for laptops. It displays the current
|
||||
status of the battery (charge/discharge and energy level) as well as some
|
||||
information about the general health of the cell.
|
||||
|
||||
WWW: http://www.nongnu.org/gap/batmon/index.html
|
13
sysutils/batmon/pkg-plist
Normal file
13
sysutils/batmon/pkg-plist
Normal file
|
@ -0,0 +1,13 @@
|
|||
Local/Applications/batmon.app/Resources/Info-gnustep.plist
|
||||
Local/Applications/batmon.app/Resources/LICENSE
|
||||
Local/Applications/batmon.app/Resources/README
|
||||
Local/Applications/batmon.app/Resources/batmon.desktop
|
||||
Local/Applications/batmon.app/Resources/batmon.gorm/data.classes
|
||||
Local/Applications/batmon.app/Resources/batmon.gorm/data.info
|
||||
Local/Applications/batmon.app/Resources/batmon.gorm/objects.gorm
|
||||
Local/Applications/batmon.app/batmon
|
||||
Local/Applications/batmon.app/library_paths.openapp
|
||||
Local/Applications/batmon.app/stamp.make
|
||||
@dirrm Local/Applications/batmon.app/Resources/batmon.gorm
|
||||
@dirrm Local/Applications/batmon.app/Resources
|
||||
@dirrm Local/Applications/batmon.app
|
Loading…
Reference in a new issue