ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / web / haproxy / haproxy.p5m
blobf39e47ba8ab57530c7b823c54e9ce8deb6bc5638
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 Adam Stevko
14 # Copyright 2022 Niklas Poslovski
17 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
18 set name=pkg.human-version value=$(HUMAN_VERSION)
19 set name=pkg.summary value="$(COMPONENT_SUMMARY)"
20 set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
21 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
22 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
23 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
25 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
27 group groupname="haproxy" gid=78
28 user gcos-field="HAProxy loadbalancer" username="haproxy"  group="haproxy" uid=78
30 file files/auth_haproxy path=etc/security/auth_attr.d/haproxy
31 file files/prof_haproxy path=etc/security/prof_attr.d/haproxy
32 file files/http-haproxy path=lib/svc/method/http-haproxy mode=0555
33 file files/http-haproxy.xml path=lib/svc/manifest/network/http-haproxy.xml restart_fmri=svc:/system/manifest-import:default
35 file files/haproxy.cfg path=/etc/haproxy/haproxy.cfg mode=0644 preserve=true
37 file path=usr/sbin/halog
38 file path=usr/sbin/haproxy
39 file path=usr/share/doc/haproxy/51Degrees-device-detection.txt
40 file path=usr/share/doc/haproxy/DeviceAtlas-device-detection.txt
41 file path=usr/share/doc/haproxy/SOCKS4.protocol.txt
42 file path=usr/share/doc/haproxy/SPOE.txt
43 file path=usr/share/doc/haproxy/WURFL-device-detection.txt
44 file path=usr/share/doc/haproxy/architecture.txt
45 file path=usr/share/doc/haproxy/configuration.txt
46 file path=usr/share/doc/haproxy/cookie-options.txt
47 file path=usr/share/doc/haproxy/intro.txt
48 file path=usr/share/doc/haproxy/linux-syn-cookies.txt
49 file path=usr/share/doc/haproxy/lua.txt
50 file path=usr/share/doc/haproxy/management.txt
51 file path=usr/share/doc/haproxy/netscaler-client-ip-insertion-protocol.txt
52 file path=usr/share/doc/haproxy/network-namespaces.txt
53 file path=usr/share/doc/haproxy/peers-v2.0.txt
54 file path=usr/share/doc/haproxy/peers.txt
55 file path=usr/share/doc/haproxy/proxy-protocol.txt
56 file path=usr/share/doc/haproxy/regression-testing.txt
57 file path=usr/share/doc/haproxy/seamless_reload.txt
58 file path=usr/share/man/man1/haproxy.1
60 dir path=var/haproxy owner=haproxy group=haproxy mode=0750