nut: some cleanup
[unleashed-userland.git] / components / sysutils / nut / nut-cgi.p5m
blob716a9c865aa10858d4bda6bdac72f3535553c3dc
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source.  A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2016 Jim Klimov
16 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)/cgi@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
17 set name=pkg.summary value="$(COMPONENT_SUMMARY) - NUT CGI clients"
18 set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
19 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
20 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
21 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
23 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
25 <transform file path=usr/lib/nut/cgi-bin/.+ -> default mode 0555>
26 <transform dir path=usr/lib/nut/cgi-bin -> set group bin>
27 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
28 <transform file path=usr/share/man/man1m/(.+) -> set action.hash usr/share/man/man1/%<1> >
30 depend fmri=$(COMPONENT_FMRI)-common@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) type=require
32 ### NUT CGI clients, require libgd
33 file path=usr/lib/nut/cgi-bin/upsimage.cgi
34 file path=usr/lib/nut/cgi-bin/upsset.cgi
35 file path=usr/lib/nut/cgi-bin/upsstats.cgi
37 file path=usr/share/man/man5/upsset.conf.5
38 file path=usr/share/man/man5/upsstats.html.5
40 file path=usr/share/man/man1m/upsimage.cgi.1m
41 file path=usr/share/man/man1m/upsset.cgi.1m
42 file path=usr/share/man/man1m/upsstats.cgi.1m
44 # We deliver the sample configs as the ones to use,
45 # at worst they have no actual information inside and do nothing.
46 # Also, the CGIs are disabled by default `upsset.conf` contents
47 file etc/nut/hosts.conf.sample \
48     path=etc/nut/hosts.conf \
49     group=nut owner=root mode=0640 preserve=true
50 file etc/nut/upsset.conf.sample \
51     path=etc/nut/upsset.conf \
52     group=nut owner=root mode=0640 preserve=true
53 file etc/nut/upsstats-single.html.sample \
54     path=etc/nut/upsstats-single.html \
55     group=nut owner=root mode=0640 preserve=true
56 file etc/nut/upsstats.html.sample \
57     path=etc/nut/upsstats.html \
58     group=nut owner=root mode=0640 preserve=true