From owner-cvs-all@FreeBSD.ORG Mon Mar 7 18:21:02 2011 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 16600106566C; Mon, 7 Mar 2011 18:21:02 +0000 (UTC) (envelope-from andrej.zverev@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 764B98FC27; Mon, 7 Mar 2011 18:21:01 +0000 (UTC) Received: by vxc34 with SMTP id 34so4620829vxc.13 for ; Mon, 07 Mar 2011 10:21:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=jvo6C5AtoJTHNeiIDUuqJshLMfGBe2ZH2vx6OLnOlp0=; b=XMiT/xRnfhWrnmXjoAJTiNDM//ku9T+J7Je99VKPslGgZuvV6f/lk2GdZUBMIyiML3 23jideUdijdE0PVKln0/SWkprNgKLNUIZjVCBXDwhrdGLcaK4PdsssZJ9VaWXAtCDa8b 7TKqHPpQcsXpQaclvmbc8/gJ/uAmkSF8fogzY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=SQkZloDProSJCtoxzC7HQgU+N647QasuxYQa++9eU+jkayqP8gETBFjfZuc/6opq0Y /jk3wxBANKZD2PfYMCODvLzFgnRcJ1YsZXwACprF/orRz1FaRhABhERlU8sqLV1pB7/A 9gIu4kfwy+8lzLmIK31665buhbhlDVrvhr8j8= MIME-Version: 1.0 Received: by 10.220.193.138 with SMTP id du10mr1071309vcb.69.1299522060342; Mon, 07 Mar 2011 10:21:00 -0800 (PST) Sender: andrej.zverev@gmail.com Received: by 10.220.190.140 with HTTP; Mon, 7 Mar 2011 10:21:00 -0800 (PST) In-Reply-To: <201103071537.p27Fbq4s090001@repoman.freebsd.org> References: <201103071537.p27Fbq4s090001@repoman.freebsd.org> Date: Mon, 7 Mar 2011 21:21:00 +0300 X-Google-Sender-Auth: W_wxsIoLbzWjH-GVgIJ1EkEt3Js Message-ID: From: Andrej Zverev To: Sunpoet Po-Chuan Hsieh Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/net-im Makefile ports/net-im/p5-Protocol-XMPP 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: Mon, 07 Mar 2011 18:21:02 -0000 Hello! For example we already have Module::Load and parent in core modules of our perl 5.10 Well at least as part of virtual perl@ you can suggest to the maintainer think about it before commit. On Mon, Mar 7, 2011 at 6:37 PM, Sunpoet Po-Chuan Hsieh wrote: > sunpoet 2011-03-07 15:37:52 UTC > > FreeBSD ports repository > > Modified files: > net-im Makefile > Added files: > net-im/p5-Protocol-XMPP Makefile distinfo pkg-descr pkg-plist > Log: > - Add p5-Protocol-XMPP 0.005 > > Protocol::XMPP provides an API for the Extensible Message Passing > Protocol. > This is commonly used for integration with Jabber servers and Google Talk, > although XMPP itself supports a number of extended features for a > distributed > multi-server, multi-client message exchange system. > > WWW: http://search.cpan.org/dist/Protocol-XMPP/ > > PR: ports/155341 > Submitted by: "ports@c0decafe.net" > > Revision Changes Path > 1.143 +1 -0 ports/net-im/Makefile > 1.1 +58 -0 ports/net-im/p5-Protocol-XMPP/Makefile (new) > 1.1 +2 -0 ports/net-im/p5-Protocol-XMPP/distinfo (new) > 1.1 +6 -0 ports/net-im/p5-Protocol-XMPP/pkg-descr (new) > 1.1 +40 -0 ports/net-im/p5-Protocol-XMPP/pkg-plist (new) >