File: package.xml

package info (click to toggle)
php-crypt-cbc 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 80 kB
  • sloc: php: 110; xml: 45; makefile: 2
file content (45 lines) | stat: -rw-r--r-- 1,425 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.9.4" 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>Crypt_CBC</name>
 <channel>pear.php.net</channel>
 <summary>A class to emulate Perl&apos;s Crypt::CBC module.</summary>
 <description>A class to emulate Perl&apos;s Crypt::CBC module.</description>
 <lead>
  <name>Colin Viebrock</name>
  <user>cmv</user>
  <email>colin@viebrock.ca</email>
  <active>yes</active>
 </lead>
 <date>2012-01-27</date>
 <time>16:30:46</time>
 <version>
  <release>1.0.1</release>
  <api>1.0.1</api>
 </version>
 <stability>
  <release>stable</release>
  <api>stable</api>
 </stability>
 <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
 <notes>
* Version bump
* Repackage
* Switch to new BSD license from PHP 3.0 license
 </notes>
 <contents>
  <dir name="/">
   <file md5sum="e9a9174997b33e02cf614abda0136385" name="Crypt/CBC.php" role="php" />
  </dir>
 </contents>
 <dependencies>
  <required>
   <php>
    <min>4.0.0</min>
   </php>
   <pearinstaller>
    <min>1.4.0b1</min>
   </pearinstaller>
  </required>
 </dependencies>
 <phprelease />
</package>