fritzkink
2023-12-24 499bcf333d26bc63203b224241efc0f5fbe44e2b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL)". You may
# only use this file in accordance with the terms of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source. A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
 
#
# Copyright 2014 EveryCity Ltd. All rights reserved.
# Copyright 2023 Friedrich Kink. All rights reserved.
#
 
set name=pkg.fmri \
    value=pkg:/$(COMPONENT_FMRI)/php-fpm@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.human-version value=$(HUMAN_VERSION)
set name=pkg.summary value="PHP Server 8.2 (FPM)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
 
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
 
depend type=require fmri=pkg:/$(COMPONENT_FMRI)/php-common
 
file files/php-fpm.conf path=etc/php/8.2/php-fpm.conf mode=0644 preserve=true
file files/auth_attr path=etc/security/auth_attr.d/php-fpm-82
file files/prof_attr path=etc/security/prof_attr.d/php-fpm-82
file files/php-fpm.xml path=lib/svc/manifest/network/php-fpm-82.xml
 
link path=usr/bin/php-fpm target=../php/8.2/bin/php-fpm mediator=php \
    mediator-version=8.2
file path=usr/php/8.2/bin/php-fpm
file path=usr/php/8.2/share/man/man8/php-fpm.8
link path=usr/share/man/man8/php-fpm.8 \
    target=../../../php/8.2/share/man/man8/php-fpm.8 mediator=php \
    mediator-version=8.2
file path=var/php/8.2/fpm/status.html