copy from master
This commit is contained in:
parent
5792d67b6c
commit
8176e05bde
2 changed files with 110 additions and 0 deletions
36
README.md
Normal file
36
README.md
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
php dependencies
|
||||
====================
|
||||
|
||||
build dependencies calculated by brt_dep_solver
|
||||
-----------------------------------------------
|
||||
aspell
|
||||
curl
|
||||
enchant
|
||||
exim
|
||||
firebird
|
||||
freetds
|
||||
gd
|
||||
httpd
|
||||
icu
|
||||
libedit
|
||||
libmcrypt
|
||||
libtool
|
||||
libxml2
|
||||
libxslt
|
||||
net-snmp
|
||||
nginx
|
||||
opensmtpd
|
||||
pcre
|
||||
postfix
|
||||
postgresql
|
||||
recode
|
||||
sendmail
|
||||
sqlite
|
||||
tidy
|
||||
tokyocabinet
|
||||
unixODBC
|
||||
uw-imap
|
||||
|
||||
runtime dependencies calculated by brt_dep_solver
|
||||
-----------------------------------------------
|
||||
php
|
||||
74
php.yaml
Normal file
74
php.yaml
Normal file
|
|
@ -0,0 +1,74 @@
|
|||
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