]> granicus.if.org Git - php/commitdiff
PEAR packaging details
authorJohn Coggeshall <john@php.net>
Wed, 6 Aug 2003 20:17:10 +0000 (20:17 +0000)
committerJohn Coggeshall <john@php.net>
Wed, 6 Aug 2003 20:17:10 +0000 (20:17 +0000)
ext/tidy/README [moved from ext/tidy/README_TIDY with 100% similarity]
ext/tidy/package.xml

similarity index 100%
rename from ext/tidy/README_TIDY
rename to ext/tidy/README
index e9458c1873e18172e5060e56acfee8fd6750c93d..612b248b4239adbd069dd3d8eb497711137f8de7 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
 <!DOCTYPE package SYSTEM "../pear/package.dtd">
 <package>
- <name>Tidy</name>
+ <name>tidy</name>
  <summary>Tidy HTML Repairing and Parsing</summary>
  <maintainers>
   <maintainer>
 Tidy is a binding for the Tidy HTML clean and repair utility which
 allows you to not only clean and otherwise manipluate HTML documents,
 but also traverse the document tree using the Zend Engine 2 OO semantics.
-
  </description>
  <license>PHP</license>
  <release>
-  <state>stable</state>
-  <version>0.5</version>
-  <date>TBA</date>
+  <state>beta</state>
+  <version>0.5.2</version>
+  <date>2003-05-06</date>
   <notes>
+    Initial package release.
   </notes>
+  <configureoptions>
+    <configureoption name="with-tidy" default="autodetect" prompt="Tidy library installation dir?"/>
+  </configureoptions>
   <filelist>
    <file role="src" name="config.m4"/>
    <file role="src" name="tidy.c"/>
    <file role="src" name="php_tidy.h"/>
    
    <file role="doc" name="CREDITS"/>
-   <file role="doc" name="README_TIDY"/>
+   <file role="doc" name="README"/>
    <file role="doc" name="TODO"/>
    <file role="doc" name="examples/cleanhtml.php"/>
    <file role="doc" name="examples/dumpit.php"/>