From owner-svn-ports-all@FreeBSD.ORG Fri Jan 9 10:45:14 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 862DC92E; Fri, 9 Jan 2015 10:45:14 +0000 (UTC) Received: from mail-oi0-x22b.google.com (mail-oi0-x22b.google.com [IPv6:2607:f8b0:4003:c06::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 479F4224; Fri, 9 Jan 2015 10:45:14 +0000 (UTC) Received: by mail-oi0-f43.google.com with SMTP id i138so11398517oig.2; Fri, 09 Jan 2015 02:45:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=iPFqPrKLjTO+Ms8LguRfbC9aSmgLQmdkQDkdxj3fB00=; b=rXI57yWsCEnWGDC5AIUS97YZIyNySZlktsPKBeRBPPPnj22JY2d9/+6fhcojWokWw/ 1UuoTwxxiUUw3/UnuMqDcuUyrv0q6dGIqqcAWVDcRp+zIYSLircHePGoqBCUa6Zc7jB2 bzvIMb5AVDGxCiGRRHWrNtPWO+qZKB0EIJXe1kRm8Kb/pY5qkP7D9pRw7++1yI6VQfWT gTLPnnrrVVPRn4zJCR7L+T9qcrQyRZMEufFCSHHJK1vZAB2c/IcQcS10UU5G6XPbleHW otKcRFE26gpv7862y2dTW9L7feuAWw7SixdbwxJstZZsArHXLB9XFwcVzKy8sdy3BDUq 112Q== MIME-Version: 1.0 X-Received: by 10.60.98.240 with SMTP id el16mr8830236oeb.4.1420800313550; Fri, 09 Jan 2015 02:45:13 -0800 (PST) Sender: andrej.zverev@gmail.com Received: by 10.182.144.226 with HTTP; Fri, 9 Jan 2015 02:45:13 -0800 (PST) In-Reply-To: <201501091006.t09A6SG4067837@svn.freebsd.org> References: <201501091006.t09A6SG4067837@svn.freebsd.org> Date: Fri, 9 Jan 2015 14:45:13 +0400 X-Google-Sender-Auth: 4Ae6zq2tk9zoZIRcKV-IXYRVgwk Message-ID: Subject: Re: svn commit: r376586 - in head/devel: . p5-IPC-PerlSSH From: Andrej Zverev To: "Vanilla I. Shu" Content-Type: text/plain; charset=UTF-8 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jan 2015 10:45:14 -0000 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 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 > > 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 > +# $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 > > 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 > > 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 >