package.xml
authorChristian Weiske <[email protected]>
Tue, 5 Jun 2012 11:44:03 +0000 (13:44 +0200)
committerChristian Weiske <[email protected]>
Tue, 5 Jun 2012 11:44:03 +0000 (13:44 +0200)
package.xml [new file with mode: 0644]

diff --git a/package.xml b/package.xml
new file mode 100644 (file)
index 0000000..1933616
--- /dev/null
@@ -0,0 +1,100 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<package version="2.0"
+ xmlns="http://pear.php.net/dtd/package-2.0"
+ xmlns:tasks="http://pear.php.net/dtd/tasks-1.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0
+  http://pear.php.net/dtd/tasks-1.0.xsd
+  http://pear.php.net/dtd/package-2.0
+  http://pear.php.net/dtd/package-2.0.xsd"
+>
+ <name>MIME_Type_PlainDetect</name>
+ <channel>pear.php.net</channel>
+ <summary>Detect the MIME type of source code files</summary>
+ <description>
+  Detect the MIME type of source code files
+ </description>
+
+ <lead>
+  <name>Christian Weiske</name>
+  <user>cweiske</user>
+  <email>[email protected]</email>
+  <active>yes</active>
+ </lead>
+
+ <date>2012-06-05</date>
+
+ <version>
+  <release>0.0.1</release>
+  <api>0.0.1</api>
+ </version>
+ <stability>
+  <release>alpha</release>
+  <api>alpha</api>
+ </stability>
+ <license uri="http://www.gnu.org/licenses/lgpl.html">LGPL</license>
+
+ <notes>
+  First version
+ </notes>
+
+ <contents>
+  <dir name="/">
+   <dir name="src">
+    <dir name="MIME">
+     <dir name="Type">
+      <file name="PlainDetect.php" role="php" install-as="MIME/Type/PlainDetect.php">
+       <tasks:replace from="@data_dir@" to="data_dir" type="pear-config"/>
+      </file>
+     </dir>
+    </dir>
+   </dir><!-- /src -->
+   <dir name="data">
+    <file name="programming.magic" role="data" />
+   </dir>
+   <!--
+   <dir name="tests">
+    <file name="AllTests.php"         role="test" />
+    <file name="phpunit.xml"          role="test" />
+    <dir name="Date">
+     <file name="HumanDiffTest.php"   role="test" />
+     <dir name="HumanDiff">
+      <file name="LocaleArrayTest.php"  role="test" />
+     </dir>
+    </dir>
+   </dir>--><!-- /tests -->
+  </dir>
+ </contents>
+
+ <dependencies>
+  <required>
+   <php>
+    <min>5.3.0</min>
+   </php>
+   <pearinstaller>
+    <min>1.9.0</min>
+   </pearinstaller>
+  </required>
+ </dependencies>
+
+ <phprelease />
+
+ <changelog>
+  <release>
+   <version>
+    <release>0.0.1</release>
+    <api>0.0.1</api>
+   </version>
+   <stability>
+    <release>alpha</release>
+    <api>alpha</api>
+   </stability>
+   <date>2012-06-05</date>
+   <license uri="http://www.gnu.org/licenses/lgpl.html">LGPL</license>
+   <notes>
+    First version
+   </notes>
+  </release>
+
+ </changelog>
+</package>
\ No newline at end of file