378 lines
15 KiB
XML
378 lines
15 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<package packagerversion="1.9.5" 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>Horde_Notification</name>
|
|
<channel>pear.horde.org</channel>
|
|
<summary>Horde Notification System</summary>
|
|
<description>A library implementing a subject-observer pattern for raising and showing messages of different types and to different listeners.</description>
|
|
<lead>
|
|
<name>Jan Schneider</name>
|
|
<user>jan</user>
|
|
<email>jan@horde.org</email>
|
|
<active>yes</active>
|
|
</lead>
|
|
<date>2016-02-01</date>
|
|
<time>22:55:52</time>
|
|
<version>
|
|
<release>2.0.4</release>
|
|
<api>1.0.0</api>
|
|
</version>
|
|
<stability>
|
|
<release>stable</release>
|
|
<api>stable</api>
|
|
</stability>
|
|
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
|
|
<notes>
|
|
* [jan] Mark PHP 7 as supported.
|
|
</notes>
|
|
<contents>
|
|
<dir baseinstalldir="/" name="/">
|
|
<file baseinstalldir="/" md5sum="321bf41f280cf805086dd5a720b37785" name="doc/Horde/Notification/COPYING" role="doc" />
|
|
<file baseinstalldir="/" md5sum="d27cba42421bb22ca8a3ff5052d56529" name="lib/Horde/Notification/Event/Status.php" role="php" />
|
|
<file baseinstalldir="/" md5sum="60391cfce09b11c65b7f03f3f06ac633" name="lib/Horde/Notification/Handler/Decorator/Alarm.php" role="php" />
|
|
<file baseinstalldir="/" md5sum="5d73b72deef5024f6c5d78aa06a50387" name="lib/Horde/Notification/Handler/Decorator/Base.php" role="php" />
|
|
<file baseinstalldir="/" md5sum="dbfd55822e8965d3b0ee79583516542b" name="lib/Horde/Notification/Handler/Decorator/Log.php" role="php" />
|
|
<file baseinstalldir="/" md5sum="57639dbfefc5f8ab73c22b7c2c0b5a3a" name="lib/Horde/Notification/Listener/Audio.php" role="php" />
|
|
<file baseinstalldir="/" md5sum="aff6084fa96375ffd7ee3b22d826ba8d" name="lib/Horde/Notification/Listener/Status.php" role="php" />
|
|
<file baseinstalldir="/" md5sum="4e24ae2e91c9c2644080db4847c8f4aa" name="lib/Horde/Notification/Storage/Interface.php" role="php" />
|
|
<file baseinstalldir="/" md5sum="2c093e6472859c3f51c8ba28bdf2f276" name="lib/Horde/Notification/Storage/Object.php" role="php" />
|
|
<file baseinstalldir="/" md5sum="f9d117879120974a328daef43caeaeea" name="lib/Horde/Notification/Storage/Session.php" role="php" />
|
|
<file baseinstalldir="/" md5sum="a9558b0a79d97dd224941e960a8ab10e" name="lib/Horde/Notification/Event.php" role="php" />
|
|
<file baseinstalldir="/" md5sum="6080c808b86d215b9a0370004e467ebd" name="lib/Horde/Notification/Exception.php" role="php" />
|
|
<file baseinstalldir="/" md5sum="25718dbb792b0e414475a4639081af4d" name="lib/Horde/Notification/Handler.php" role="php" />
|
|
<file baseinstalldir="/" md5sum="95ec2f92d55423adc15bb29a227e88a9" name="lib/Horde/Notification/Listener.php" role="php" />
|
|
<file baseinstalldir="/" md5sum="3e005aba1368768f99cdaef316ec28c6" name="lib/Horde/Notification.php" role="php" />
|
|
<file baseinstalldir="/" md5sum="348107b5d6109c4fc92ada075ef2c0af" name="test/Horde/Notification/Class/Notification/Event/StatusTest.php" role="test" />
|
|
<file baseinstalldir="/" md5sum="53378c903562fb3131fad0ae0a93489a" name="test/Horde/Notification/Class/Notification/Handler/Decorator/AlarmTest.php" role="test" />
|
|
<file baseinstalldir="/" md5sum="a5bfe800c3eefb044b76ca2026f39f8a" name="test/Horde/Notification/Class/Notification/Handler/Decorator/HordelogTest.php" role="test" />
|
|
<file baseinstalldir="/" md5sum="e60f8dbd66c7abc8dc9ccd8ca0396b45" name="test/Horde/Notification/Class/Notification/Handler/Decorator/LogTest.php" role="test" />
|
|
<file baseinstalldir="/" md5sum="6a9a6edc05a85317a493eb020c0e6ac8" name="test/Horde/Notification/Class/Notification/Listener/AudioTest.php" role="test" />
|
|
<file baseinstalldir="/" md5sum="5f9e0839ae361bee5ff0452ba2ada65f" name="test/Horde/Notification/Class/Notification/Listener/StatusTest.php" role="test" />
|
|
<file baseinstalldir="/" md5sum="f0bd42a6611e6812953b6de8e992720f" name="test/Horde/Notification/Class/Notification/EventTest.php" role="test" />
|
|
<file baseinstalldir="/" md5sum="71ddd5bae07040a5b08193d082d54b21" name="test/Horde/Notification/Class/Notification/HandlerTest.php" role="test" />
|
|
<file baseinstalldir="/" md5sum="d318cda8f93ab10269485631cfcaf7e0" name="test/Horde/Notification/Class/Notification/ListenerTest.php" role="test" />
|
|
<file baseinstalldir="/" md5sum="11471eb747e9457844f708fe385743a4" name="test/Horde/Notification/Class/NotificationTest.php" role="test" />
|
|
<file baseinstalldir="/" md5sum="8bc9518b9c0576806c82d9413489d099" name="test/Horde/Notification/AllTests.php" role="test" />
|
|
<file baseinstalldir="/" md5sum="7f914c8ccf659949fd35009c385d4b5a" name="test/Horde/Notification/Autoload.php" role="test" />
|
|
<file baseinstalldir="/" md5sum="0a5018f0726d4673850fece3ad4d72c0" name="test/Horde/Notification/bootstrap.php" role="test" />
|
|
<file baseinstalldir="/" md5sum="3789cf14d422573d6c85e4398ffd6caa" name="test/Horde/Notification/phpunit.xml" role="test" />
|
|
</dir>
|
|
</contents>
|
|
<dependencies>
|
|
<required>
|
|
<php>
|
|
<min>5.3.0</min>
|
|
<max>8.0.0alpha1</max>
|
|
<exclude>8.0.0alpha1</exclude>
|
|
</php>
|
|
<pearinstaller>
|
|
<min>1.7.0</min>
|
|
</pearinstaller>
|
|
<package>
|
|
<name>Horde_Exception</name>
|
|
<channel>pear.horde.org</channel>
|
|
<min>2.0.0</min>
|
|
<max>3.0.0alpha1</max>
|
|
<exclude>3.0.0alpha1</exclude>
|
|
</package>
|
|
<package>
|
|
<name>Horde_Util</name>
|
|
<channel>pear.horde.org</channel>
|
|
<min>2.0.0</min>
|
|
<max>3.0.0alpha1</max>
|
|
<exclude>3.0.0alpha1</exclude>
|
|
</package>
|
|
<extension>
|
|
<name>gettext</name>
|
|
</extension>
|
|
</required>
|
|
<optional>
|
|
<package>
|
|
<name>Horde_Alarm</name>
|
|
<channel>pear.horde.org</channel>
|
|
<min>2.0.0</min>
|
|
<max>3.0.0alpha1</max>
|
|
<exclude>3.0.0alpha1</exclude>
|
|
</package>
|
|
<package>
|
|
<name>Horde_Nls</name>
|
|
<channel>pear.horde.org</channel>
|
|
<min>2.0.0</min>
|
|
<max>3.0.0alpha1</max>
|
|
<exclude>3.0.0alpha1</exclude>
|
|
</package>
|
|
<package>
|
|
<name>Horde_Test</name>
|
|
<channel>pear.horde.org</channel>
|
|
<min>2.1.0</min>
|
|
<max>3.0.0alpha1</max>
|
|
<exclude>3.0.0alpha1</exclude>
|
|
</package>
|
|
</optional>
|
|
</dependencies>
|
|
<phprelease>
|
|
<filelist>
|
|
<install as="COPYING" name="doc/Horde/Notification/COPYING" />
|
|
<install as="Horde/Notification.php" name="lib/Horde/Notification.php" />
|
|
<install as="Horde/Notification/Event.php" name="lib/Horde/Notification/Event.php" />
|
|
<install as="Horde/Notification/Exception.php" name="lib/Horde/Notification/Exception.php" />
|
|
<install as="Horde/Notification/Handler.php" name="lib/Horde/Notification/Handler.php" />
|
|
<install as="Horde/Notification/Listener.php" name="lib/Horde/Notification/Listener.php" />
|
|
<install as="Horde/Notification/Event/Status.php" name="lib/Horde/Notification/Event/Status.php" />
|
|
<install as="Horde/Notification/Handler/Decorator/Alarm.php" name="lib/Horde/Notification/Handler/Decorator/Alarm.php" />
|
|
<install as="Horde/Notification/Handler/Decorator/Base.php" name="lib/Horde/Notification/Handler/Decorator/Base.php" />
|
|
<install as="Horde/Notification/Handler/Decorator/Log.php" name="lib/Horde/Notification/Handler/Decorator/Log.php" />
|
|
<install as="Horde/Notification/Listener/Audio.php" name="lib/Horde/Notification/Listener/Audio.php" />
|
|
<install as="Horde/Notification/Listener/Status.php" name="lib/Horde/Notification/Listener/Status.php" />
|
|
<install as="Horde/Notification/Storage/Interface.php" name="lib/Horde/Notification/Storage/Interface.php" />
|
|
<install as="Horde/Notification/Storage/Object.php" name="lib/Horde/Notification/Storage/Object.php" />
|
|
<install as="Horde/Notification/Storage/Session.php" name="lib/Horde/Notification/Storage/Session.php" />
|
|
<install as="Horde/Notification/AllTests.php" name="test/Horde/Notification/AllTests.php" />
|
|
<install as="Horde/Notification/Autoload.php" name="test/Horde/Notification/Autoload.php" />
|
|
<install as="Horde/Notification/bootstrap.php" name="test/Horde/Notification/bootstrap.php" />
|
|
<install as="Horde/Notification/phpunit.xml" name="test/Horde/Notification/phpunit.xml" />
|
|
<install as="Horde/Notification/Class/NotificationTest.php" name="test/Horde/Notification/Class/NotificationTest.php" />
|
|
<install as="Horde/Notification/Class/Notification/EventTest.php" name="test/Horde/Notification/Class/Notification/EventTest.php" />
|
|
<install as="Horde/Notification/Class/Notification/HandlerTest.php" name="test/Horde/Notification/Class/Notification/HandlerTest.php" />
|
|
<install as="Horde/Notification/Class/Notification/ListenerTest.php" name="test/Horde/Notification/Class/Notification/ListenerTest.php" />
|
|
<install as="Horde/Notification/Class/Notification/Event/StatusTest.php" name="test/Horde/Notification/Class/Notification/Event/StatusTest.php" />
|
|
<install as="Horde/Notification/Class/Notification/Handler/Decorator/AlarmTest.php" name="test/Horde/Notification/Class/Notification/Handler/Decorator/AlarmTest.php" />
|
|
<install as="Horde/Notification/Class/Notification/Handler/Decorator/HordelogTest.php" name="test/Horde/Notification/Class/Notification/Handler/Decorator/HordelogTest.php" />
|
|
<install as="Horde/Notification/Class/Notification/Handler/Decorator/LogTest.php" name="test/Horde/Notification/Class/Notification/Handler/Decorator/LogTest.php" />
|
|
<install as="Horde/Notification/Class/Notification/Listener/AudioTest.php" name="test/Horde/Notification/Class/Notification/Listener/AudioTest.php" />
|
|
<install as="Horde/Notification/Class/Notification/Listener/StatusTest.php" name="test/Horde/Notification/Class/Notification/Listener/StatusTest.php" />
|
|
</filelist>
|
|
</phprelease>
|
|
<changelog>
|
|
<release>
|
|
<version>
|
|
<release>0.0.1</release>
|
|
<api>0.0.1</api>
|
|
</version>
|
|
<stability>
|
|
<release>alpha</release>
|
|
<api>alpha</api>
|
|
</stability>
|
|
<date>2003-07-05</date>
|
|
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
|
|
<notes>
|
|
Initial release as a PEAR package
|
|
</notes>
|
|
</release>
|
|
<release>
|
|
<date>2006-05-08</date>
|
|
<time>22:52:05</time>
|
|
<version>
|
|
<release>0.0.2</release>
|
|
<api>0.0.2</api>
|
|
</version>
|
|
<stability>
|
|
<release>alpha</release>
|
|
<api>alpha</api>
|
|
</stability>
|
|
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
|
|
<notes>
|
|
Converted to package.xml 2.0 for pear.horde.org
|
|
</notes>
|
|
</release>
|
|
<release>
|
|
<version>
|
|
<release>1.0.0alpha1</release>
|
|
<api>1.0.0</api>
|
|
</version>
|
|
<stability>
|
|
<release>alpha</release>
|
|
<api>alpha</api>
|
|
</stability>
|
|
<date>2011-03-08</date>
|
|
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
|
|
<notes>
|
|
* First alpha release for Horde 4.
|
|
* Removed javascript listener.
|
|
* Added unit tests.
|
|
* Added Horde_Notification::replace().
|
|
</notes>
|
|
</release>
|
|
<release>
|
|
<version>
|
|
<release>1.0.0beta1</release>
|
|
<api>1.0.0</api>
|
|
</version>
|
|
<stability>
|
|
<release>beta</release>
|
|
<api>beta</api>
|
|
</stability>
|
|
<date>2011-03-16</date>
|
|
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
|
|
<notes>
|
|
* First beta release for Horde 4.
|
|
</notes>
|
|
</release>
|
|
<release>
|
|
<version>
|
|
<release>1.0.0RC1</release>
|
|
<api>1.0.0</api>
|
|
</version>
|
|
<stability>
|
|
<release>beta</release>
|
|
<api>beta</api>
|
|
</stability>
|
|
<date>2011-03-22</date>
|
|
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
|
|
<notes>
|
|
* First release candidate for Horde 4.
|
|
</notes>
|
|
</release>
|
|
<release>
|
|
<version>
|
|
<release>1.0.0RC2</release>
|
|
<api>1.0.0</api>
|
|
</version>
|
|
<stability>
|
|
<release>beta</release>
|
|
<api>beta</api>
|
|
</stability>
|
|
<date>2011-03-29</date>
|
|
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
|
|
<notes>
|
|
* Second release candidate for Horde 4.
|
|
</notes>
|
|
</release>
|
|
<release>
|
|
<version>
|
|
<release>1.0.0</release>
|
|
<api>1.0.0</api>
|
|
</version>
|
|
<stability>
|
|
<release>stable</release>
|
|
<api>stable</api>
|
|
</stability>
|
|
<date>2011-04-06</date>
|
|
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
|
|
<notes>
|
|
* First stable release for Horde 4.
|
|
* [mms] Fixed decorator notify() behavior.
|
|
</notes>
|
|
</release>
|
|
<release>
|
|
<version>
|
|
<release>1.0.1</release>
|
|
<api>1.0.0</api>
|
|
</version>
|
|
<stability>
|
|
<release>stable</release>
|
|
<api>stable</api>
|
|
</stability>
|
|
<date>2011-11-22</date>
|
|
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
|
|
<notes>
|
|
* [jan] Fix tests to work with PHPUnit 3.6.
|
|
</notes>
|
|
</release>
|
|
<release>
|
|
<version>
|
|
<release>2.0.0alpha1</release>
|
|
<api>1.0.0</api>
|
|
</version>
|
|
<stability>
|
|
<release>alpha</release>
|
|
<api>stable</api>
|
|
</stability>
|
|
<date>2012-07-05</date>
|
|
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
|
|
<notes>
|
|
* First alpha release for Horde 5.
|
|
</notes>
|
|
</release>
|
|
<release>
|
|
<version>
|
|
<release>2.0.0beta1</release>
|
|
<api>1.0.0</api>
|
|
</version>
|
|
<stability>
|
|
<release>beta</release>
|
|
<api>stable</api>
|
|
</stability>
|
|
<date>2012-07-19</date>
|
|
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
|
|
<notes>
|
|
* First beta release for Horde 5.
|
|
</notes>
|
|
</release>
|
|
<release>
|
|
<version>
|
|
<release>2.0.0</release>
|
|
<api>1.0.0</api>
|
|
</version>
|
|
<stability>
|
|
<release>stable</release>
|
|
<api>stable</api>
|
|
</stability>
|
|
<date>2012-10-30</date>
|
|
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
|
|
<notes>
|
|
* First stable release for Horde 5.
|
|
</notes>
|
|
</release>
|
|
<release>
|
|
<version>
|
|
<release>2.0.1</release>
|
|
<api>1.0.0</api>
|
|
</version>
|
|
<stability>
|
|
<release>stable</release>
|
|
<api>stable</api>
|
|
</stability>
|
|
<date>2012-11-19</date>
|
|
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
|
|
<notes>
|
|
* [mms] Use new Horde_Test layout.
|
|
</notes>
|
|
</release>
|
|
<release>
|
|
<version>
|
|
<release>2.0.2</release>
|
|
<api>1.0.0</api>
|
|
</version>
|
|
<stability>
|
|
<release>stable</release>
|
|
<api>stable</api>
|
|
</stability>
|
|
<date>2015-01-09</date>
|
|
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
|
|
<notes>
|
|
* [jan] Add Composer definition.
|
|
</notes>
|
|
</release>
|
|
<release>
|
|
<version>
|
|
<release>2.0.3</release>
|
|
<api>1.0.0</api>
|
|
</version>
|
|
<stability>
|
|
<release>stable</release>
|
|
<api>stable</api>
|
|
</stability>
|
|
<date>2015-10-20</date>
|
|
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
|
|
<notes>
|
|
* [jan] Do not silent the potentially fatal require_once.
|
|
</notes>
|
|
</release>
|
|
<release>
|
|
<version>
|
|
<release>2.0.4</release>
|
|
<api>1.0.0</api>
|
|
</version>
|
|
<stability>
|
|
<release>stable</release>
|
|
<api>stable</api>
|
|
</stability>
|
|
<date>2016-02-01</date>
|
|
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
|
|
<notes>
|
|
* [jan] Mark PHP 7 as supported.
|
|
</notes>
|
|
</release>
|
|
</changelog>
|
|
</package>
|