diff options
author | mm <mm@FreeBSD.org> | 2011-07-08 02:44:49 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2011-07-08 02:44:49 +0800 |
commit | 8a73d55c0fa194332aed1be757d757e7a2b3249d (patch) | |
tree | eced55bb3c134eeb4ca4ff65759cea12bb7d6b58 /devel | |
parent | 6bcda8b057a8c6ce6fac1a3c56ab8257241b48fa (diff) | |
download | freebsd-ports-gnome-8a73d55c0fa194332aed1be757d757e7a2b3249d.tar.gz freebsd-ports-gnome-8a73d55c0fa194332aed1be757d757e7a2b3249d.tar.zst freebsd-ports-gnome-8a73d55c0fa194332aed1be757d757e7a2b3249d.zip |
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
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/pear-Horde_Notification/Makefile | 19 | ||||
-rw-r--r-- | devel/pear-Horde_Notification/distinfo | 2 | ||||
-rw-r--r-- | devel/pear-Horde_Notification/pkg-descr | 5 |
4 files changed, 27 insertions, 0 deletions
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 <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> 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 |