diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-11-05 22:33:50 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-11-05 22:33:50 +0800 |
commit | 67369ab35f18e7a6c0b4b2533176554d856ccbf2 (patch) | |
tree | d1defa98cf5772036a862f262db40f17d5a9387a /sysutils | |
parent | aa0f0f054743b9e93a9bd302f71f8501593a8dd1 (diff) | |
download | freebsd-ports-gnome-67369ab35f18e7a6c0b4b2533176554d856ccbf2.tar.gz freebsd-ports-gnome-67369ab35f18e7a6c0b4b2533176554d856ccbf2.tar.zst freebsd-ports-gnome-67369ab35f18e7a6c0b4b2533176554d856ccbf2.zip |
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
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/batmon/Makefile | 28 | ||||
-rw-r--r-- | sysutils/batmon/distinfo | 3 | ||||
-rw-r--r-- | sysutils/batmon/pkg-descr | 5 | ||||
-rw-r--r-- | sysutils/batmon/pkg-plist | 13 |
5 files changed, 50 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index b8895bd8390a..4d0a3c834cce 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -40,6 +40,7 @@ SUBDIR += bacula-server SUBDIR += bacula-server-devel SUBDIR += barry + SUBDIR += batmon SUBDIR += battfink SUBDIR += battmond SUBDIR += bbapm diff --git a/sysutils/batmon/Makefile b/sysutils/batmon/Makefile new file mode 100644 index 000000000000..bfc4629be561 --- /dev/null +++ b/sysutils/batmon/Makefile @@ -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> diff --git a/sysutils/batmon/distinfo b/sysutils/batmon/distinfo new file mode 100644 index 000000000000..269ae6e88361 --- /dev/null +++ b/sysutils/batmon/distinfo @@ -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 diff --git a/sysutils/batmon/pkg-descr b/sysutils/batmon/pkg-descr new file mode 100644 index 000000000000..928fb1cb0a70 --- /dev/null +++ b/sysutils/batmon/pkg-descr @@ -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 diff --git a/sysutils/batmon/pkg-plist b/sysutils/batmon/pkg-plist new file mode 100644 index 000000000000..dfc6cea05a4a --- /dev/null +++ b/sysutils/batmon/pkg-plist @@ -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 |