Date: Fri, 9 Jan 2015 20:12:57 +0800 From: Vanilla Hsu <vanilla@fatpipi.com> To: Andrej Zverev <az@freebsd.org> Cc: "svn-ports-head@freebsd.org" <svn-ports-head@freebsd.org>, "svn-ports-all@freebsd.org" <svn-ports-all@freebsd.org>, "ports-committers@freebsd.org" <ports-committers@freebsd.org>, "Vanilla I. Shu" <vanilla@freebsd.org> Subject: Re: svn commit: r376586 - in head/devel: . p5-IPC-PerlSSH Message-ID: <CAB_qb6-H_%2BeemC440hPKWCRN6JNA4a3wNUpqcqt2h8WGyy0-_Q@mail.gmail.com> In-Reply-To: <CAD5bB%2Bjoukmb=kCJO6zR%2Bu0c9phsmW4SRfG-rW5mCrrUJv-TqA@mail.gmail.com> References: <201501091006.t09A6SG4067837@svn.freebsd.org> <CAD5bB%2Bjoukmb=kCJO6zR%2Bu0c9phsmW4SRfG-rW5mCrrUJv-TqA@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
yep, 1: sorry, I forgot this rule, new ports could not set mailling list. 2: my bad too. I will fix it soon. 2015-01-09 18:45 GMT+08:00 Andrej Zverev <az@freebsd.org>: > Hello, i have some notices :-) > > 1.Why niels@kristensen.io is not on maintainer line? I think he needs > this port more than we are. > 2. pkg-descr can at least contain link to WWW of module > (http://search.cpan.org/dist/...) > 3. We are not putting Author in pkg-descr anymore. > 4. Also not a bad idea to put declare LICENSE. > > sorry for grumbling :-) > > On Fri, Jan 9, 2015 at 1:06 PM, Vanilla I. Shu <vanilla@freebsd.org> > wrote: > > Author: vanilla > > Date: Fri Jan 9 10:06:27 2015 > > New Revision: 376586 > > URL: https://svnweb.freebsd.org/changeset/ports/376586 > > QAT: https://qat.redports.org/buildarchive/r376586/ > > > > Log: > > Add p5-IPC-PerlSSH 0.16, class for executing remote perl code over an > > SSH link. > > > > PR: ports/196587 > > Submitted by: Niels Kristensen <niels@kristensen.io> > > > > Added: > > head/devel/p5-IPC-PerlSSH/ > > head/devel/p5-IPC-PerlSSH/Makefile (contents, props changed) > > head/devel/p5-IPC-PerlSSH/distinfo (contents, props changed) > > head/devel/p5-IPC-PerlSSH/pkg-descr (contents, props changed) > > head/devel/p5-IPC-PerlSSH/pkg-plist (contents, props changed) > > Modified: > > head/devel/Makefile > > > > Modified: head/devel/Makefile > > > ============================================================================== > > --- head/devel/Makefile Fri Jan 9 10:01:10 2015 (r376585) > > +++ head/devel/Makefile Fri Jan 9 10:06:27 2015 (r376586) > > @@ -2233,6 +2233,7 @@ > > SUBDIR += p5-IPC-Mmap > > SUBDIR += p5-IPC-Mmap-Share > > SUBDIR += p5-IPC-Open3-Simple > > + SUBDIR += p5-IPC-PerlSSH > > SUBDIR += p5-IPC-PubSub > > SUBDIR += p5-IPC-Run > > SUBDIR += p5-IPC-Run-SafeHandles > > > > Added: head/devel/p5-IPC-PerlSSH/Makefile > > > ============================================================================== > > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > > +++ head/devel/p5-IPC-PerlSSH/Makefile Fri Jan 9 10:06:27 2015 > (r376586) > > @@ -0,0 +1,16 @@ > > +# Created by: Niels Kristensen <niels@kristensen.io> > > +# $FreeBSD$ > > + > > +PORTNAME= IPC-PerlSSH > > +PORTVERSION= 0.16 > > +CATEGORIES= devel perl5 > > +MASTER_SITES= CPAN > > +PKGNAMEPREFIX= p5- > > + > > +MAINTAINER= perl@FreeBSD.org > > +COMMENT= Class for executing remote perl code over an SSH link > > + > > +USES= perl5 > > +USE_PERL5= modbuild > > + > > +.include <bsd.port.mk> > > > > Added: head/devel/p5-IPC-PerlSSH/distinfo > > > ============================================================================== > > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > > +++ head/devel/p5-IPC-PerlSSH/distinfo Fri Jan 9 10:06:27 2015 > (r376586) > > @@ -0,0 +1,2 @@ > > +SHA256 (IPC-PerlSSH-0.16.tar.gz) = > 17bbfc871d5997c75409c54e8460472cb63107682bac8e8e441eb84460baff54 > > +SIZE (IPC-PerlSSH-0.16.tar.gz) = 33130 > > > > Added: head/devel/p5-IPC-PerlSSH/pkg-descr > > > ============================================================================== > > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > > +++ head/devel/p5-IPC-PerlSSH/pkg-descr Fri Jan 9 10:06:27 2015 > (r376586) > > @@ -0,0 +1,3 @@ > > +a class for executing remote perl code over an SSH link > > + > > +Author: Paul Evans <leonerd@leonerd.org.uk> > > > > Added: head/devel/p5-IPC-PerlSSH/pkg-plist > > > ============================================================================== > > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > > +++ head/devel/p5-IPC-PerlSSH/pkg-plist Fri Jan 9 10:06:27 2015 > (r376586) > > @@ -0,0 +1,12 @@ > > +%%SITE_PERL%%/IPC/PerlSSH.pm > > +%%SITE_PERL%%/IPC/PerlSSH/Base.pm > > +%%SITE_PERL%%/IPC/PerlSSH/Library.pm > > +%%SITE_PERL%%/IPC/PerlSSH/Library/FS.pm > > +%%SITE_PERL%%/IPC/PerlSSH/Library/IO.pm > > +%%SITE_PERL%%/IPC/PerlSSH/Library/Run.pm > > +%%PERL5_MAN3%%/IPC::PerlSSH.3.gz > > +%%PERL5_MAN3%%/IPC::PerlSSH::Base.3.gz > > +%%PERL5_MAN3%%/IPC::PerlSSH::Library.3.gz > > +%%PERL5_MAN3%%/IPC::PerlSSH::Library::FS.3.gz > > +%%PERL5_MAN3%%/IPC::PerlSSH::Library::IO.3.gz > > +%%PERL5_MAN3%%/IPC::PerlSSH::Library::Run.3.gz > > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAB_qb6-H_%2BeemC440hPKWCRN6JNA4a3wNUpqcqt2h8WGyy0-_Q>