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

(-)./Makefile (-1 / +3 lines)
Lines 10-15 Link Here
10
MAINTAINER=	itetcu@FreeBSD.org
10
MAINTAINER=	itetcu@FreeBSD.org
11
COMMENT=	Set of programs for controlling APC UPS
11
COMMENT=	Set of programs for controlling APC UPS
12
12
13
LICENSE=	GPLv2
14
13
USE_RC_SUBR=	apcupsd
15
USE_RC_SUBR=	apcupsd
14
SUB_FILES=	pkg-message
16
SUB_FILES=	pkg-message
15
17
Lines 54-60 Link Here
54
CGI_LIB_DEPENDS=		libgd.so:${PORTSDIR}/graphics/gd
56
CGI_LIB_DEPENDS=		libgd.so:${PORTSDIR}/graphics/gd
55
GAPCMON_CONFIGURE_ENABLE=	gapcmon
57
GAPCMON_CONFIGURE_ENABLE=	gapcmon
56
GAPCMON_USE=			GNOME=gconf2
58
GAPCMON_USE=			GNOME=gconf2
57
GPCMON_CONFLICTS=		gapcmon-[0-9]*
59
GAPCMON_CONFLICTS=		gapcmon-[0-9]*
58
PCNET_DRV_CONFIGURE_ENABLE=	pcnet
60
PCNET_DRV_CONFIGURE_ENABLE=	pcnet
59
USB_CONFIGURE_ENABLE=		usb
61
USB_CONFIGURE_ENABLE=		usb
60
SNMP_DRV_CONFIGURE_ENABLE=	snmp
62
SNMP_DRV_CONFIGURE_ENABLE=	snmp
(-)./files/pkg-message.in (-1 / +3 lines)
Lines 1-7 Link Here
1
**********************************************************************
1
**********************************************************************
2
Read the manual
2
Read the manual
3
3
4
  %%DOCSDIR%%/apcupsd.pdf
4
http://apcupsd.com/manual/
5
or
6
http://apcupsd.com/manual/apcupsd.pdf
5
7
6
to do site specific configuration assigenments! Especially have a
8
to do site specific configuration assigenments! Especially have a
7
detailed look into the chapter describing the shutdown procedure.
9
detailed look into the chapter describing the shutdown procedure.
(-)./pkg-descr (-1 / +1 lines)
Lines 4-7 Link Here
4
automatic shutdown, and can run in network mode in order to power down
4
automatic shutdown, and can run in network mode in order to power down
5
other hosts on a LAN
5
other hosts on a LAN
6
6
7
WWW: http://www.apcupsd.com
7
WWW: http://apcupsd.com
(-)./pkg-plist (-2 lines)
Lines 16-22 Link Here
16
%%CGI%%%%ETCDIR%%/cgi/upsfstats.cgi
16
%%CGI%%%%ETCDIR%%/cgi/upsfstats.cgi
17
%%CGI%%%%ETCDIR%%/cgi/upsimage.cgi
17
%%CGI%%%%ETCDIR%%/cgi/upsimage.cgi
18
%%CGI%%%%ETCDIR%%/cgi/upsstats.cgi
18
%%CGI%%%%ETCDIR%%/cgi/upsstats.cgi
19
%%CGI%%@dirrm %%ETCDIR%%/cgi
20
%%GAPCMON%%bin/gapcmon
19
%%GAPCMON%%bin/gapcmon
21
%%GAPCMON%%share/applications/gapcmon.desktop
20
%%GAPCMON%%share/applications/gapcmon.desktop
22
%%GAPCMON%%share/pixmaps/apcupsd.png
21
%%GAPCMON%%share/pixmaps/apcupsd.png
Lines 30-33 Link Here
30
man/man8/apccontrol.8.gz
29
man/man8/apccontrol.8.gz
31
man/man8/apctest.8.gz
30
man/man8/apctest.8.gz
32
man/man8/apcupsd.8.gz
31
man/man8/apcupsd.8.gz
33
@dirrmtry %%ETCDIR%%

Return to bug 191679