~ubuntu-branches/ubuntu/hardy/php5/hardy-updates

« back to all changes in this revision

Viewing changes to ext/w32api/package.xml

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-10-09 03:14:32 UTC
  • Revision ID: james.westby@ubuntu.com-20051009031432-kspik3lobxstafv9
Tags: upstream-5.0.5
ImportĀ upstreamĀ versionĀ 5.0.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="ISO-8859-1" ?>
 
2
<!DOCTYPE package SYSTEM "../pear/package.dtd">
 
3
<package>
 
4
 <name>w32api</name>
 
5
 <summary>Win32 and DLL API interface functions</summary>
 
6
 <maintainers>
 
7
  <maintainer>
 
8
   <user>jmoore</user>
 
9
   <name>James Moore</name>
 
10
   <email>jmoore@php.net</email>
 
11
   <role>lead</role>
 
12
  </maintainer>
 
13
 </maintainers>
 
14
 <description>
 
15
This extension is a generic extension API to DLLs. 
 
16
This was originally written to allow access to the Win32 API from PHP, 
 
17
although you can also access other functions exported via other DLLs.
 
18
 </description>
 
19
 <license>PHP</license>
 
20
 <release>
 
21
  <state>beta</state>
 
22
  <version>5.0.0rc1</version>
 
23
  <date>2004-03-19</date>
 
24
  <notes>
 
25
package.xml added to support intallation using pear installer
 
26
  </notes>
 
27
  <filelist>
 
28
   <file role="doc" name="CREDITS"/>
 
29
   <file role="doc" name="README"/>
 
30
   <file role="doc" name="TODO"/>
 
31
   <file role="src" name="w32api.dsp"/>
 
32
   <file role="src" name="w32api.c"/>
 
33
   <file role="src" name="w32api_function_definition_parser.y"/>
 
34
   <file role="src" name="w32api_function_definition_scanner.l"/>
 
35
   <file role="src" name="w32api_type_definition_parser.y"/>
 
36
   <file role="src" name="w32api_type_definition_scanner.l"/>
 
37
   <file role="src" name="php_w32api.h"/>
 
38
  </filelist>
 
39
  <deps>
 
40
   <dep type="php" rel="ge" version="5" />
 
41
   <!-- doesn't work yet <dep type="os"  rel="has" name="windows"/> -->
 
42
  </deps>
 
43
 </release>
 
44
</package>
 
45
<!--
 
46
vim:et:ts=1:sw=1
 
47
-->