Date: Thu, 14 Jun 2007 15:04:11 +0800 From: Cheng-Lung Sung <clsung@tw.freebsd.org> To: infofarmer@FreeBSD.org Cc: cvs-ports@freebsd.org, Gea-Suan Lin <gslin@gslin.org>, Cheng-Lung Sung <clsung@freebsd.org>, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/devel Makefile ports/devel/p5-IO-Async Makefile distinfo pkg-descr pkg-plist Message-ID: <20070614070410.GA56994@FreeBSD.csie.nctu.edu.tw> In-Reply-To: <cb5206420706132326r7e33938emaae25b59334cc4b6@mail.gmail.com> References: <200706140157.l5E1vDvr036199@repoman.freebsd.org> <20070614015717.945A816A591@hub.freebsd.org> <cb5206420706132326r7e33938emaae25b59334cc4b6@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--4Ckj6UjgE2iN1+kY Content-Type: text/plain; charset=big5 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Thanks. Next time I'll use -L options in addport. On Thu, Jun 14, 2007 at 10:26:36AM +0400, Andrew Pantyukhin wrote: > On 6/14/07, Cheng-Lung Sung <clsung@freebsd.org> 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. >=20 > Could you please forward pkg-descr in your initial > announcements? >=20 > > PR: ports/113505 > > Submitted by: Gea-Suan Lin <gslin at gslin.org> > > > > 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) >=20 > > +PORTNAME=3D IO-Async > > +PORTVERSION=3D 0.07 > > +CATEGORIES=3D devel perl5 > > +MASTER_SITES=3D CPAN > > +MASTER_SITE_SUBDIR=3D IO >=20 > MASTER_SITE_SUBDIR is set automatically to the right > value when using CPAN macro. >=20 > > +PKGNAMEPREFIX=3D p5- > > + > > +MAINTAINER=3D gslin@gslin.org > > +COMMENT=3D Perl modules that implement asynchronous filehandle IO >=20 > p5- kinda points to the port being a port module. How > about "Asynchronous filehandle IO implementation"? >=20 > > 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%% >=20 > > +@dirrmtry %%SITE_PERL%%/IO/Async/Set > > +@dirrmtry %%SITE_PERL%%/IO/Async > > +@dirrmtry %%SITE_PERL%%/IO >=20 > Thanks! --=20 Alan Cheng-Lung Sung - clsung@ --4Ckj6UjgE2iN1+kY Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGcOhq+AeJ85Vui8ERAirPAJ94btxYP/Vwp181x7yeDT+z7f1PIgCgjWIm o3BPwbsLTj1vlXHQBh/2xyM= =yOPV -----END PGP SIGNATURE----- --4Ckj6UjgE2iN1+kY--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070614070410.GA56994>