[Midnightbsd-cvs] mports: mports/sysutils: add batmon for GNUstep.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Oct 12 14:35:30 EDT 2008


Log Message:
-----------
add batmon for GNUstep.  it's a battery monitor app

Modified Files:
--------------
    mports/sysutils:
        Makefile (r1.82 -> r1.83)

Added Files:
-----------
    mports/sysutils/batmon:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/sysutils/Makefile,v
retrieving revision 1.82
retrieving revision 1.83
diff -L sysutils/Makefile -L sysutils/Makefile -u -r1.82 -r1.83
--- sysutils/Makefile
+++ sysutils/Makefile
@@ -5,6 +5,7 @@
 
     SUBDIR += 915resolution
     SUBDIR += LPRng
+    SUBDIR += batmon
     SUBDIR += battmond
     SUBDIR += bsd-splash-changer
     SUBDIR += bsdstats
--- /dev/null
+++ 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
--- /dev/null
+++ sysutils/batmon/pkg-plist
@@ -0,0 +1,14 @@
+Local/Applications/batmon.app/Resources/BatMon_icon.tif
+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/stamp.make
+Local/Tools/batmon
+ at dirrm Local/Applications/batmon.app/Resources/batmon.gorm
+ at dirrm Local/Applications/batmon.app/Resources
+ at dirrm Local/Applications/batmon.app
--- /dev/null
+++ sysutils/batmon/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for:    batmon
+# Date created:         05 Nov 2006
+# Whom:                 dirk.meyer at dinoex.sub.org
+#
+# $MidnightBSD: mports/sysutils/batmon/Makefile,v 1.1 2008/10/12 18:35:28 laffer1 Exp $
+# $FreeBSD: ports/sysutils/batmon/Makefile,v 1.6 2008/07/08 19:21:30 dinoex Exp $
+#
+
+PORTNAME=	batmon
+PORTVERSION=	0.3
+CATEGORIES=	sysutils gnustep
+MASTER_SITES=	http://download.savannah.gnu.org/releases/gap/
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	GNUstep battery monitor for laptops
+LICENSE=	gpl2
+
+USE_GNUSTEP=	yes
+USE_GNUSTEP_PREFIX=	yes
+USE_GNUSTEP_BACK=	yes
+USE_GNUSTEP_BUILD=	yes
+USE_GNUSTEP_INSTALL=	yes
+
+post-patch:
+	${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \
+		${WRKSRC}/GNUmakefile
+
+.include <bsd.port.mk>
--- /dev/null
+++ sysutils/batmon/distinfo
@@ -0,0 +1,3 @@
+MD5 (batmon-0.3.tar.gz) = e0c88abc389ee1e69f4408999b406f0f
+SHA256 (batmon-0.3.tar.gz) = 7c81fba5948c3154149e4d090dee023e15ec1b4f582be0fe784404ac230c1ac7
+SIZE (batmon-0.3.tar.gz) = 89423


More information about the Midnightbsd-cvs mailing list