First commit php.yaml and deps in README.md
This commit is contained in:
parent
5792d67b6c
commit
e7eb65a0e1
2 changed files with 95 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
|
||||
59
php.yaml
Normal file
59
php.yaml
Normal file
|
|
@ -0,0 +1,59 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue