From owner-cvs-ports@FreeBSD.ORG Thu Jun 14 06:26:38 2007 Return-Path: X-Original-To: cvs-ports@freebsd.org Delivered-To: cvs-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9696016A46B for ; Thu, 14 Jun 2007 06:26:38 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.231]) by mx1.freebsd.org (Postfix) with ESMTP id 53B2713C46A for ; Thu, 14 Jun 2007 06:26:38 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: by nz-out-0506.google.com with SMTP id 14so405158nzn for ; Wed, 13 Jun 2007 23:26:38 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=B6I+dj/unN8pY+6P6I2AUJ7SY6n24DEgUcMpisODPAbVHTAJ8jL2BtJxFgx34D0tFRo6TRuQpE+hgqivulfcwkZE0z2i/3EtBc+h2w45gk3HG5HdNmC7sGZdLKoFkvqzl4GXYs4VTRtNBOr8SjzZd7exSfknggNXI1hHaB+XSts= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=Hx4Pw3r72yHn6W+JciGrzyXdhgJh8T4V8u1PjIltPtMbBJAV8kvzmwGf+f1jAO+8jWzDisMhMx7NUpRLuRNLPepelmc9V8vtcbhXfozHHK6ObIQ6/L+cuY+f2doIqYZpVywl0VG1zaJt4p47MbhL909NbPualZSXYoptQcLzTco= Received: by 10.114.168.1 with SMTP id q1mr1499689wae.1181802396928; Wed, 13 Jun 2007 23:26:36 -0700 (PDT) Received: by 10.114.194.13 with HTTP; Wed, 13 Jun 2007 23:26:36 -0700 (PDT) Message-ID: Date: Thu, 14 Jun 2007 10:26:36 +0400 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Cheng-Lung Sung" , cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org, "Gea-Suan Lin" In-Reply-To: <20070614015717.945A816A591@hub.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200706140157.l5E1vDvr036199@repoman.freebsd.org> <20070614015717.945A816A591@hub.freebsd.org> X-Google-Sender-Auth: f3234c0afa48caf4 Cc: Subject: Re: cvs commit: ports/devel Makefile ports/devel/p5-IO-Async Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: infofarmer@FreeBSD.org List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jun 2007 06:26:38 -0000 On 6/14/07, Cheng-Lung Sung wrote: > clsung 2007-06-14 01:57:12 UTC > > FreeBSD ports repository > > Modified files: > devel Makefile > Added files: > devel/p5-IO-Async Makefile distinfo pkg-descr pkg-plist > Log: > Add p5-IO-Async 0.07, perl modules that implement asynchronous > filehandle IO. Could you please forward pkg-descr in your initial announcements? > PR: ports/113505 > Submitted by: Gea-Suan Lin > > Revision Changes Path > 1.2784 +1 -0 ports/devel/Makefile > 1.1 +25 -0 ports/devel/p5-IO-Async/Makefile (new) > 1.1 +3 -0 ports/devel/p5-IO-Async/distinfo (new) > 1.1 +10 -0 ports/devel/p5-IO-Async/pkg-descr (new) > 1.1 +16 -0 ports/devel/p5-IO-Async/pkg-plist (new) > +PORTNAME= IO-Async > +PORTVERSION= 0.07 > +CATEGORIES= devel perl5 > +MASTER_SITES= CPAN > +MASTER_SITE_SUBDIR= IO MASTER_SITE_SUBDIR is set automatically to the right value when using CPAN macro. > +PKGNAMEPREFIX= p5- > + > +MAINTAINER= gslin@gslin.org > +COMMENT= Perl modules that implement asynchronous filehandle IO p5- kinda points to the port being a port module. How about "Asynchronous filehandle IO implementation"? > diff -u /dev/null ports/devel/p5-IO-Async/pkg-plist:1.1 > --- /dev/null Thu Jun 14 01:57:16 2007 > +++ ports/devel/p5-IO-Async/pkg-plist Thu Jun 14 01:57:12 2007 > @@ -0,0 +1,16 @@ > +@comment $FreeBSD$ > +%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Async/.packlist > +%%SITE_PERL%%/IO/Async.pod > +%%SITE_PERL%%/IO/Async/Buffer.pm > +%%SITE_PERL%%/IO/Async/ChildManager.pm > +%%SITE_PERL%%/IO/Async/Notifier.pm > +%%SITE_PERL%%/IO/Async/Set.pm > +%%SITE_PERL%%/IO/Async/Set/GMainLoop.pm > +%%SITE_PERL%%/IO/Async/Set/IO_Poll.pm > +%%SITE_PERL%%/IO/Async/Set/Select.pm > +%%SITE_PERL%%/IO/Async/SignalProxy.pm > +@dirrmtry %%SITE_PERL%%/mach/auto/IO/Async > +@dirrmtry %%SITE_PERL%%/mach/auto/IO ^^^^ This should be replaced with %%PERL_ARCH%% > +@dirrmtry %%SITE_PERL%%/IO/Async/Set > +@dirrmtry %%SITE_PERL%%/IO/Async > +@dirrmtry %%SITE_PERL%%/IO Thanks!