]> git.llucax.com Git - software/bife/bife.git/blob - package.xml
Removed \n at the end of the file and added a VIM option to keep it as is.
[software/bife/bife.git] / package.xml
1 <?xml version="1.0" encoding="ISO-8859-1" ?>
2 <!DOCTYPE package SYSTEM "/usr/share/doc/pear/data/PEAR/package.dtd">
3 <package version="1.0">
4     <name>BIFE</name>
5     <summary>Build It FastEr</summary>
6     <description>BIFE - Build It FastEr:
7 BIFE is a framwork to separate the logic, contents and looks of a PHP
8 application, inspired on BIF (Buil It Fast) but with speed and simplicity
9 in mind. One of the main goals of BIFE is to be fast.
10     </description>
11     <license>GPL</license>
12     <maintainers>
13         <maintainer>
14             <user>luca</user>
15             <name>Leandro Lucarella</name>
16             <email>luca@lugmen.org.ar</email>
17             <role>lead</role>
18         </maintainer>
19     </maintainers>
20
21     <release>
22         <version>1.0.0beta2</version>
23         <date>2003-06-29</date>
24         <state>beta</state>
25         <notes>Check http://bife.llucax.hn.org/ for details.</notes>
26         <provides type="class" name="BIFE_Parser"/>
27         <provides type="class" name="BIFE_Widget"/>
28         <provides type="class" name="BIFE_Container"/>
29         <provides type="class" name="BIFE_Fallback"/>
30         <filelist>
31             <!-- PHP -->
32             <dir name="/" baseinstalldir="BIFE" role="php">
33                 <file install-as="Parser.php">src/BIFE/Parser.php</file>
34                 <file install-as="Widget.php">src/BIFE/Widget.php</file>
35                 <file install-as="Container.php">src/BIFE/Container.php</file>
36                 <file install-as="Fallback.php">src/BIFE/Fallback.php</file>
37             </dir>
38             <!-- DOC -->
39             <dir name="/" role="doc">
40                 <file>README</file>
41                 <file>ROADMAP</file>
42                 <file>examples/index.php</file>
43             </dir>
44         </filelist>
45     </release>
46     <deps>
47         <dep type="php" rel="ge">4.2.3</dep>
48         <dep type="pkg" rel="ge" version="1.0.0beta1">HTML_Template_HIT</dep>
49     </deps>
50 </package>