commit:     9ac309c234dcb2b462ce8720d4e94a27969d9c80
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 17 16:02:24 2023 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 16:49:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ac309c2

dev-lang/php: more flag description tweaks in metadata.xml.

Closes: https://bugs.gentoo.org/898630
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 dev-lang/php/metadata.xml | 117 +++++++++++++++++++++++++++++++++++-----------
 1 file changed, 89 insertions(+), 28 deletions(-)

diff --git a/dev-lang/php/metadata.xml b/dev-lang/php/metadata.xml
index 801057e40264..7143eef2004b 100644
--- a/dev-lang/php/metadata.xml
+++ b/dev-lang/php/metadata.xml
@@ -10,36 +10,82 @@
     <name>Michael Orlitzky</name>
   </maintainer>
   <use>
-    <flag name="apparmor">Support FPM application confinement through 
<pkg>sys-libs/libapparmor</pkg></flag>
-    <flag name="argon2">Enable password hashing algorithm from 
<pkg>app-crypt/argon2</pkg></flag>
-    <flag name="bcmath">Enable the BCMath Arbitrary Precision Mathematics 
extension</flag>
-    <flag name="cli">Enable CLI SAPI</flag>
+    <flag name="apparmor">
+      Support FPM application confinement through
+      <pkg>sys-libs/libapparmor</pkg>
+    </flag>
+    <flag name="argon2">
+      Enable password hashing algorithm from <pkg>app-crypt/argon2</pkg>
+    </flag>
+    <flag name="bcmath">
+      Enable the BCMath Arbitrary Precision Mathematics extension
+    </flag>
+    <flag name="cli">
+      Enable the Command-Line Interface (CLI) SAPI
+    </flag>
     <flag name="coverage">
       Include gcov symbols for test coverage and lcov reports. Only
       useful for extension developers, and requires GCC.
     </flag>
-    <flag name="ctype">Enable the Character type checking (ctype) 
extension</flag>
-    <flag name="embed">Enable embed SAPI</flag>
-    <flag name="enchant">Enable the Enchant spelling library extension</flag>
-    <flag name="ffi">Enable the Foreign Function Interface (FFI) 
extension</flag>
-    <flag name="fileinfo">Enable the File Information extension</flag>
-    <flag name="filter">Enable the Data Filtering extension</flag>
-    <flag name="flatfile">Add dbm support for flat files</flag>
-    <flag name="fpm">Enable the FastCGI Process Manager SAPI</flag>
-    <flag name="gd">Enable the Image Processing and GD extension</flag>
-    <flag name="inifile">Add dbm support for .ini files</flag>
-    <flag name="jit">Enable PCRE JIT support</flag>
-    <flag name="json">Enable the JavaScript Object Notation extension</flag>
-    <flag name="ldap-sasl">Add SASL support for the PHP LDAP extension</flag>
-    <flag name="lmdb">Enable support for <pkg>dev-db/lmdb</pkg> db 
backend</flag>
+    <flag name="ctype">
+      Enable the Character type checking (ctype) extension
+    </flag>
+    <flag name="embed">
+      Enable embed SAPI
+    </flag>
+    <flag name="enchant">
+      Enable the Enchant spelling library extension using
+      <pkg>app-text/enchant</pkg>
+    </flag>
+    <flag name="ffi">
+      Enable the Foreign Function Interface (FFI) extension using
+      <pkg>dev-libs/libffi</pkg>
+    </flag>
+    <flag name="fileinfo">
+      Enable the File Information extension
+    </flag>
+    <flag name="filter">
+      Enable the Data Filtering extension
+    </flag>
+    <flag name="flatfile">
+      Add dbm support for flat files
+    </flag>
+    <flag name="fpm">
+      Enable the FastCGI Process Manager SAPI
+    </flag>
+    <flag name="gd">
+      Enable the Image Processing and GD extension (requires
+      <pkg>media-libs/libjpeg-turbo</pkg> and
+      <pkg>media-libs/libpng</pkg>)
+    </flag>
+    <flag name="inifile">
+      Add dbm support for .ini files
+    </flag>
+    <flag name="jit">
+      Enable PCRE JIT support
+    </flag>
+    <flag name="json">
+      Enable the JavaScript Object Notation extension
+    </flag>
+    <flag name="ldap-sasl">
+      Add SASL support for the PHP LDAP extension using
+      <pkg>dev-libs/cyrus-sasl</pkg>
+    </flag>
+    <flag name="lmdb">
+      Enable support for <pkg>dev-db/lmdb</pkg> db backend
+    </flag>
     <flag name="intl">
       Enables the intl extension for extended internalization support
     </flag>
     <flag name="opcache">
       Enables built-in opcode cache, replacing pecl-apc et al.
     </flag>
-    <flag name="pcntl">Enable the Process Control extension</flag>
-    <flag name="pdo">Enable the PHP Data Objects extension</flag>
+    <flag name="pcntl">
+      Enable the Process Control extension
+    </flag>
+    <flag name="pdo">
+      Enable the PHP Data Objects extension
+    </flag>
     <flag name="phar">
       Enables the phar extension to provide phar archive support
     </flag>
@@ -49,21 +95,36 @@
     <flag name="session-mm">
       Include <pkg>dev-libs/mm</pkg> support for session storage
     </flag>
-    <flag name="sharedmem">Enable the shmop extension</flag>
-    <flag name="simplexml">Enable the SimpleXML extension</flag>
+    <flag name="sharedmem">
+      Enable the shmop extension
+    </flag>
+    <flag name="simplexml">
+      Enable the SimpleXML extension
+    </flag>
     <flag name="sodium">
       Enable support for crypto through <pkg>dev-libs/libsodium</pkg>
     </flag>
     <flag name="sysvipc">
       Enable the PHP System-V semaphore, shared memory and IPC extension
     </flag>
-    <flag name="tokenizer">Add support for the PHP file parser</flag>
+    <flag name="tokenizer">
+      Add support for the PHP file parser
+    </flag>
     <flag name="tokyocabinet">
-      Enable support for <pkg>dev-db/tokyocabinet</pkg> db backend</flag>
-    <flag name="xmlreader">Enable the XMLReader extension</flag>
-    <flag name="xmlwriter">Enable the XMLWriter extension</flag>
-    <flag name="xslt">Build the XSL extension</flag>
-    <flag name="webp">Enable webp support for GD in php-7.x</flag>
+      Enable support for <pkg>dev-db/tokyocabinet</pkg> db backend
+    </flag>
+    <flag name="xmlreader">
+      Enable the XMLReader extension
+    </flag>
+    <flag name="xmlwriter">
+      Enable the XMLWriter extension
+    </flag>
+    <flag name="xslt">
+      Build the XSL extension
+    </flag>
+    <flag name="webp">
+      Enable webp support for GD in php-7.x
+    </flag>
   </use>
   <upstream>
     <remote-id type="github">php/php-src</remote-id>

Reply via email to