From 8176e05bdea5fd89244de51be3570892da88373c Mon Sep 17 00:00:00 2001 From: mkocka Date: May 14 2017 21:44:17 +0000 Subject: copy from master --- diff --git a/README.md b/README.md new file mode 100644 index 0000000..243f71f --- /dev/null +++ b/README.md @@ -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 diff --git a/php.yaml b/php.yaml new file mode 100644 index 0000000..64d7e23 --- /dev/null +++ b/php.yaml @@ -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.}