Bug 54312 - Web page not reporting pcre as a requirement
Summary: Web page not reporting pcre as a requirement
Status: RESOLVED FIXED
Alias: None
Product: www.kde.org
Classification: Websites
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Webmaster
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-09 00:16 UTC by myhr
Modified: 2003-02-09 01:42 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description myhr 2003-02-09 00:16:24 UTC
Version:            (using KDE KDE 3.1)
Installed from:    Compiled From Sources

http://developer.kde.org/build/compile_kde3_1.html states that libpcre is needed for better regurar-expressions support in Javascript (ECMA-script), but this isn't reflected on the KDE 3.1 requirements info page http://www.kde.org/info/requirements/3.1.html.
I would have expected it under "Browsing".
Comment 1 Dirk Mueller 2003-02-09 01:42:18 UTC
Subject: www/info/requirements

CVS commit by mueller: 

add pcre as requirement. 

CCMAIL: 54312-done@bugs.kde.org


  M +13 -0     3.1.html   1.7


--- www/info/requirements/3.1.html  #1.6:1.7
@@ -519,4 +519,17 @@
         <td>kdebase</td>
       </tr>
+      <tr valign="top">
+        <td><a href="http://www.pcre.org/">PCRE</a></td>
+
+        <td bgcolor="#ffff8e">Recommended</td>
+
+        <td>The PCRE (Perl Compatible Regular Expressions) library is a set of functions that implement regular expression pattern
+        matching using the same syntax and semantics as Perl 5.</td>
+
+        <td>PCRE improves the regular-expression support in the KDE JavaScript engine (KJS), which is used by the KDE HTML
+        rendering engine (KHTML). </td>
+
+        <td>kdelibs</td>
+      </tr>
       <tr>
         <td align="center" colspan="5"><a name="Security"></a>Security</td>