Date: Fri, 9 Jan 2015 14:45:13 +0400 From: Andrej Zverev <az@freebsd.org> To: "Vanilla I. Shu" <vanilla@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> Subject: Re: svn commit: r376586 - in head/devel: . p5-IPC-PerlSSH Message-ID: <CAD5bB%2Bjoukmb=kCJO6zR%2Bu0c9phsmW4SRfG-rW5mCrrUJv-TqA@mail.gmail.com> In-Reply-To: <201501091006.t09A6SG4067837@svn.freebsd.org> References: <201501091006.t09A6SG4067837@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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?CAD5bB%2Bjoukmb=kCJO6zR%2Bu0c9phsmW4SRfG-rW5mCrrUJv-TqA>