From owner-cvs-all@FreeBSD.ORG Wed Mar 16 23:55:03 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C314F16A4CE; Wed, 16 Mar 2005 23:55:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A39C343D4C; Wed, 16 Mar 2005 23:55:03 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2GNt39u018855; Wed, 16 Mar 2005 23:55:03 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2GNt3GL018854; Wed, 16 Mar 2005 23:55:03 GMT (envelope-from pav) Message-Id: <200503162355.j2GNt3GL018854@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 16 Mar 2005 23:55:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/pear-Event_Dispatcher Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2005 23:55:03 -0000 pav 2005-03-16 23:55:03 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/pear-Event_Dispatcher Makefile distinfo pkg-descr Log: New port: devel/pear-Event_Dispatcher PEAR dispatch notifications using PHP callbacks The Event_Dispatcher acts as a notification dispatch table. It is used to notify other objects of interesting things. This information is encapsulated in Event_Notification objects. Client objects register themselves with the Event_Dispatcher as observers of specific notifications posted by other objects. When an event occurs, an object posts an appropriate notification to the Event_Dispatcher. The Event_Dispatcher dispatches a message to each registered observer, passing the notification as the sole argument. PR: ports/78889 Submitted by: Antonio Carlos Venancio Junior Revision Changes Path 1.1848 +1 -0 ports/devel/Makefile 1.1 +32 -0 ports/devel/pear-Event_Dispatcher/Makefile (new) 1.1 +2 -0 ports/devel/pear-Event_Dispatcher/distinfo (new) 1.1 +10 -0 ports/devel/pear-Event_Dispatcher/pkg-descr (new)