View | Details | Raw Unified | Return to bug 238336
Collapse All | Expand All

(-)Makefile (-3 / +8 lines)
Lines 2-14 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	battmond
4
PORTNAME=	battmond
5
PORTVERSION=	0.3
5
DISTVERSION=	0.4
6
CATEGORIES=	sysutils
6
CATEGORIES=	sysutils
7
MASTER_SITES=	http://ntarmos.dyndns.org/Software/FreeBSD/
8
7
9
MAINTAINER=	ntarmos@cs.uoi.gr
8
MAINTAINER=	ntarmos@gmail.com
10
COMMENT=	Daemon monitoring the battery level of ACPI-enabled laptops
9
COMMENT=	Daemon monitoring the battery level of ACPI-enabled laptops
11
10
11
LICENSE=	BSD2CLAUSE
12
13
USE_GITHUB=	yes
14
GH_ACCOUNT=	ntarmos
15
GH_TAGNAME=	0.4
16
12
PLIST_FILES=	sbin/battmond \
17
PLIST_FILES=	sbin/battmond \
13
		etc/rc.d/battmond \
18
		etc/rc.d/battmond \
14
		man/man1/battmond.1.gz
19
		man/man1/battmond.1.gz
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (battmond-0.3.tar.gz) = 2a97fcd0fe665f7e47fcea551f4e3d42faae450b0301ec17f796b06e1d2de65f
1
TIMESTAMP = 1568982487
2
SIZE (battmond-0.3.tar.gz) = 3231
2
SHA256 (ntarmos-battmond-0.4_GH0.tar.gz) = f21d10cf940f0cbce305c53077d32fce037df5241292b607c9a9cf313b5294c4
3
SIZE (ntarmos-battmond-0.4_GH0.tar.gz) = 4121
(-)files/patch-Makefile (-2 / +2 lines)
Lines 1-5 Link Here
1
--- Makefile.orig	2014-06-26 23:11:34.738471328 +0800
1
--- Makefile.orig	2019-09-19 13:32:10 UTC
2
+++ Makefile	2014-06-26 23:11:57.588499251 +0800
2
+++ Makefile
3
@@ -14,10 +14,10 @@ battmond: battmond.c
3
@@ -14,10 +14,10 @@ battmond: battmond.c
4
 	${CC} ${CFLAGS} battmond.c -o battmond -lutil
4
 	${CC} ${CFLAGS} battmond.c -o battmond -lutil
5
 
5
 
(-)pkg-descr (-2 / +2 lines)
Lines 1-6 Link Here
1
Battmond is a small daemon monitoring the battery level on ACPI-enabled
1
Battmond is a small daemon monitoring the battery level on ACPI-enabled
2
(laptop) computers, by probing the ACPI device on regular intervals. It
2
(laptop) computers, by probing the ACPI device on regular intervals. It
3
can warn you (through syslog) when the battery level is running low, and
3
can warn you (through syslog) when the battery level is running low, and
4
halt the system when it drops below a critical level threshold.
4
halt or suspend the system when it drops below a critical level threshold.
5
5
6
WWW: http://ntarmos.dyndns.org/
6
WWW: https://github.com/ntarmos/battmond/

Return to bug 238336