1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

The Horde_Notification library provides a subject-observer pattern

for raising and showing messages of different types and to different
listeners.

WWW: http://pear.horde.org
This commit is contained in:
Martin Matuska 2011-07-07 18:44:49 +00:00
parent 27f6948b46
commit 90d1eb003f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277257
4 changed files with 27 additions and 0 deletions

View File

@ -2626,6 +2626,7 @@
SUBDIR += pear-Horde_Injector
SUBDIR += pear-Horde_Lock
SUBDIR += pear-Horde_LoginTasks
SUBDIR += pear-Horde_Notification
SUBDIR += pear-Horde_Role
SUBDIR += pear-Horde_Serialize
SUBDIR += pear-Horde_Stream_Filter

View File

@ -0,0 +1,19 @@
# Ports collection makefile for: pear-Horde_Notification
# Date created: 7 July 2011
# Whom: Martin Matuska <mm@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= Horde_Notification
PORTVERSION= 1.0.0
CATEGORIES= devel www pear
MAINTAINER= mm@FreeBSD.org
COMMENT= Horde Notification System
USE_HORDE_RUN= Horde_Exception Horde_Util
USE_PHP= gettext
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Horde/Horde_Notification-1.0.0.tgz) = 4ac22f45cb980047303ae03739a620b269de8ed50e98c40b63d2c12416bf149b
SIZE (Horde/Horde_Notification-1.0.0.tgz) = 12308

View File

@ -0,0 +1,5 @@
The Horde_Notification library provides a subject-observer pattern
for raising and showing messages of different types and to different
listeners.
WWW: http://pear.horde.org