File: package.xml

package info (click to toggle)
php-sasl 0.1.0-1.2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 108 kB
  • sloc: ansic: 518; makefile: 89; xml: 42
file content (42 lines) | stat: -rw-r--r-- 1,966 bytes parent folder | download | duplicates (3)
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
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "http://pear.php.net/dtd/package-1.0">
<package version="1.0">
  <name>sasl</name>
  <summary>Cyrus SASL Extension</summary>
  <description>SASL is the Simple Authentication and Security Layer (as defined by RFC 2222).  It provides a system for adding plugable authenticating support to connection-based protocols.  The SASL Extension for PHP makes the Cyrus SASL library functions available to PHP. It aims to provide a 1-to-1 wrapper around the SASL library to provide the greatest amount of implementation flexibility.  To that end, it is possible to build both a client-side and server-side SASL implementation entirely in PHP.</description>
  <maintainers>
    <maintainer>
      <user>jon</user>
      <name>Jon Parise</name>
      <email>jon@php.net</email>
      <role>lead</role>
    </maintainer>
  </maintainers>
  <release>
    <version>0.1.0</version>
    <date>2004-01-27</date>
    <license>PHP License</license>
    <state>alpha</state>
    <notes>Initial preview release.</notes>
    <filelist>
      <file role="doc" baseinstalldir="/" name="docs/TODO"/>
      <file role="test" baseinstalldir="/" name="tests/sasl.phpt"/>
      <file role="test" baseinstalldir="/" name="tests/sasl_version.phpt"/>
      <file role="src" baseinstalldir="/" name="config.m4"/>
      <file role="src" baseinstalldir="/" name="config.w32"/>
      <file role="src" baseinstalldir="/" name="Makefile.in"/>
      <file role="src" baseinstalldir="/" name="php_sasl.h"/>
      <file role="src" baseinstalldir="/" name="sasl.c"/>
    </filelist>
  </release>
  <changelog>
    <release>
      <version>0.1.0</version>
      <date>2004-01-27</date>
      <license>PHP License</license>
      <state>alpha</state>
      <notes>Initial preview release.  This package is far from complete, but the basic functionality is available for testing and feedback.
</notes>
    </release>
  </changelog>
</package>