From owner-cvs-all@FreeBSD.ORG Wed Jun 23 01:00:29 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D603106564A; Wed, 23 Jun 2010 01:00:29 +0000 (UTC) (envelope-from sahil@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4D52E8FC0C; Wed, 23 Jun 2010 01:00:29 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o5N10T9r015576; Wed, 23 Jun 2010 01:00:29 GMT (envelope-from sahil@repoman.freebsd.org) Received: (from sahil@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o5N10TWb015575; Wed, 23 Jun 2010 01:00:29 GMT (envelope-from sahil) Message-Id: <201006230100.o5N10TWb015575@repoman.freebsd.org> From: Sahil Tandon Date: Wed, 23 Jun 2010 01:00:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/p5-AnyEvent-DBus Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2010 01:00:29 -0000 sahil 2010-06-23 01:00:29 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-AnyEvent-DBus Makefile distinfo pkg-descr pkg-plist Log: Loading this module will install the necessary magic to seamlessly integrate Net::DBus into AnyEvent. It does this by quite brutally hacking Net::DBus::Reactor so that all dbus connections created after loading this module will automatically be managed by this module. WWW: http://search.cpan.org/dist/AnyEvent-DBus/ Approved by: wxs@ (mentor) Feature safe: yes Revision Changes Path 1.3973 +1 -0 ports/devel/Makefile 1.1 +25 -0 ports/devel/p5-AnyEvent-DBus/Makefile (new) 1.1 +3 -0 ports/devel/p5-AnyEvent-DBus/distinfo (new) 1.1 +6 -0 ports/devel/p5-AnyEvent-DBus/pkg-descr (new) 1.1 +5 -0 ports/devel/p5-AnyEvent-DBus/pkg-plist (new)