New modulemd
This commit is contained in:
parent
e7eb65a0e1
commit
0bcc6f3218
1 changed files with 72 additions and 57 deletions
129
php.yaml
129
php.yaml
|
|
@ -1,59 +1,74 @@
|
|||
data:
|
||||
api:
|
||||
rpms:
|
||||
- php
|
||||
components:
|
||||
rpms:
|
||||
aspell: {rationale: Build dependency.}
|
||||
curl: {rationale: Build dependency.}
|
||||
enchant: {rationale: Build dependency.}
|
||||
exim: {rationale: Build dependency.}
|
||||
firebird: {rationale: Build dependency.}
|
||||
freetds: {rationale: Build dependency.}
|
||||
gd: {rationale: Build dependency.}
|
||||
httpd: {rationale: Build dependency.}
|
||||
icu: {rationale: Build dependency.}
|
||||
libedit: {rationale: Build dependency.}
|
||||
libmcrypt: {rationale: Build dependency.}
|
||||
libtool: {rationale: Build dependency.}
|
||||
libxml2: {rationale: Build dependency.}
|
||||
libxslt: {rationale: Build dependency.}
|
||||
net-snmp: {rationale: Build dependency.}
|
||||
nginx: {rationale: Build dependency.}
|
||||
opensmtpd: {rationale: Build dependency.}
|
||||
pcre: {rationale: Build dependency.}
|
||||
php: {rationale: Runtime dependency.}
|
||||
postfix: {rationale: Build dependency.}
|
||||
postgresql: {rationale: Build dependency.}
|
||||
recode: {rationale: Build dependency.}
|
||||
sendmail: {rationale: Build dependency.}
|
||||
sqlite: {rationale: Build dependency.}
|
||||
tidy: {rationale: Build dependency.}
|
||||
tokyocabinet: {rationale: Build dependency.}
|
||||
unixODBC: {rationale: Build dependency.}
|
||||
uw-imap: {rationale: Build dependency.}
|
||||
description: 'PHP is an HTML-embedded scripting language. PHP attempts to make it
|
||||
|
||||
easy for developers to write dynamically generated web pages. PHP also
|
||||
|
||||
offers built-in database integration for several commercial and
|
||||
|
||||
non-commercial database management systems, so writing a
|
||||
|
||||
database-enabled webpage with PHP is fairly simple. The most common
|
||||
|
||||
use of PHP coding is probably as a replacement for CGI scripts.
|
||||
|
||||
|
||||
The php package contains the module (often referred to as mod_php)
|
||||
|
||||
which adds support for the PHP language to Apache HTTP Server.'
|
||||
filter: {}
|
||||
license:
|
||||
module: [PHP and Zend and BSD]
|
||||
name: ''
|
||||
stream: ''
|
||||
summary: PHP scripting language for creating dynamic web sites
|
||||
version: 0
|
||||
document: modulemd
|
||||
version: 1
|
||||
data:
|
||||
summary: PHP scripting language for creating dynamic web sites
|
||||
description: PHP is an HTML-embedded scripting language. PHP attempts to make it
|
||||
easy for developers to write dynamically generated web pages. PHP also
|
||||
offers built-in database integration for several commercial and
|
||||
non-commercial database management systems, so writing a
|
||||
database-enabled webpage with PHP is fairly simple. The most common
|
||||
use of PHP coding is probably as a replacement for CGI scripts.
|
||||
The php package contains the module (often referred to as mod_php)
|
||||
which adds support for the PHP language to Apache HTTP Server.
|
||||
license:
|
||||
module: [PHP and Zend and BSD]
|
||||
dependencies:
|
||||
buildrequires:
|
||||
# base-runtime: f26
|
||||
bootstrap: f26
|
||||
common-build-dependencies: f26
|
||||
shared-userspace: f26
|
||||
perl: f26
|
||||
postgresql: f26
|
||||
nginx: f26
|
||||
httpd: f26
|
||||
requires:
|
||||
perl: f26
|
||||
shared-userspace: f26
|
||||
base-runtime: f26
|
||||
httpd: f26
|
||||
references:
|
||||
community: https://fedoraproject.org/wiki/Modularity
|
||||
documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules
|
||||
tracker: https://taiga.fedorainfracloud.org/project/modularity
|
||||
profiles:
|
||||
default:
|
||||
rpms:
|
||||
- php
|
||||
api:
|
||||
rpms:
|
||||
- php
|
||||
components:
|
||||
rpms:
|
||||
php:
|
||||
rationale: php package.
|
||||
ref: f26
|
||||
buildorder: 10
|
||||
# aspell: {rationale: Build dependency.}
|
||||
# curl: {rationale: Build dependency.}
|
||||
# enchant: {rationale: Build dependency.}
|
||||
# exim: {rationale: Build dependency.}
|
||||
# firebird: {rationale: Build dependency.}
|
||||
# freetds: {rationale: Build dependency.}
|
||||
# gd: {rationale: Build dependency.}
|
||||
# httpd: {rationale: Build dependency.}
|
||||
# icu: {rationale: Build dependency.}
|
||||
# libedit: {rationale: Build dependency.}
|
||||
# libmcrypt: {rationale: Build dependency.}
|
||||
# libtool: {rationale: Build dependency.}
|
||||
# libxml2: {rationale: Build dependency.}
|
||||
# libxslt: {rationale: Build dependency.}
|
||||
# net-snmp: {rationale: Build dependency.}
|
||||
# nginx: {rationale: Build dependency.}
|
||||
# opensmtpd: {rationale: Build dependency.}
|
||||
# pcre: {rationale: Build dependency.}
|
||||
# php: {rationale: Runtime dependency.}
|
||||
# postfix: {rationale: Build dependency.}
|
||||
# postgresql: {rationale: Build dependency.}
|
||||
# recode: {rationale: Build dependency.}
|
||||
# sendmail: {rationale: Build dependency.}
|
||||
# sqlite: {rationale: Build dependency.}
|
||||
# tidy: {rationale: Build dependency.}
|
||||
# tokyocabinet: {rationale: Build dependency.}
|
||||
# unixODBC: {rationale: Build dependency.}
|
||||
# uw-imap: {rationale: Build dependency.}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue