svn commit: r376586 - in head/devel: . p5-IPC-PerlSSH

Vanilla Hsu vanilla at fatpipi.com
Fri Jan 9 12:13:04 UTC 2015


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 at freebsd.org>:

> Hello, i have some notices :-)
>
> 1.Why niels at 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 at 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 at 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 at kristensen.io>
> > +# $FreeBSD$
> > +
> > +PORTNAME=      IPC-PerlSSH
> > +PORTVERSION=   0.16
> > +CATEGORIES=    devel perl5
> > +MASTER_SITES=  CPAN
> > +PKGNAMEPREFIX= p5-
> > +
> > +MAINTAINER=    perl at 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 at 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
> >
>


More information about the svn-ports-all mailing list