From 8a73d55c0fa194332aed1be757d757e7a2b3249d Mon Sep 17 00:00:00 2001 From: mm Date: Thu, 7 Jul 2011 18:44:49 +0000 Subject: 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 --- devel/Makefile | 1 + devel/pear-Horde_Notification/Makefile | 19 +++++++++++++++++++ devel/pear-Horde_Notification/distinfo | 2 ++ devel/pear-Horde_Notification/pkg-descr | 5 +++++ 4 files changed, 27 insertions(+) create mode 100644 devel/pear-Horde_Notification/Makefile create mode 100644 devel/pear-Horde_Notification/distinfo create mode 100644 devel/pear-Horde_Notification/pkg-descr (limited to 'devel') diff --git a/devel/Makefile b/devel/Makefile index 0e0593eaba18..d2c8d36d7227 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/pear-Horde_Notification/Makefile b/devel/pear-Horde_Notification/Makefile new file mode 100644 index 000000000000..f679406fdb26 --- /dev/null +++ b/devel/pear-Horde_Notification/Makefile @@ -0,0 +1,19 @@ +# Ports collection makefile for: pear-Horde_Notification +# Date created: 7 July 2011 +# Whom: Martin Matuska +# +# $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 +.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" +.include diff --git a/devel/pear-Horde_Notification/distinfo b/devel/pear-Horde_Notification/distinfo new file mode 100644 index 000000000000..bc2089e0c23a --- /dev/null +++ b/devel/pear-Horde_Notification/distinfo @@ -0,0 +1,2 @@ +SHA256 (Horde/Horde_Notification-1.0.0.tgz) = 4ac22f45cb980047303ae03739a620b269de8ed50e98c40b63d2c12416bf149b +SIZE (Horde/Horde_Notification-1.0.0.tgz) = 12308 diff --git a/devel/pear-Horde_Notification/pkg-descr b/devel/pear-Horde_Notification/pkg-descr new file mode 100644 index 000000000000..ee834b0eec4c --- /dev/null +++ b/devel/pear-Horde_Notification/pkg-descr @@ -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 -- cgit