From owner-svn-ports-all@FreeBSD.ORG Fri Jan 9 12:13:04 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 138F9FB9 for ; Fri, 9 Jan 2015 12:13:04 +0000 (UTC) Received: from mail-ig0-f180.google.com (mail-ig0-f180.google.com [209.85.213.180]) (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 D05B2D1A for ; Fri, 9 Jan 2015 12:13:03 +0000 (UTC) Received: by mail-ig0-f180.google.com with SMTP id h15so1294246igd.1 for ; Fri, 09 Jan 2015 04:12:57 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=4RjoZH5FinZe8TjIMqPWuTdySYJuySZD7y5sXE1dm3E=; b=CKu7tsP04+C6nM0O2Lmwgb0SfLPHqRUhRi8biWSq+HiL4TDpkDCSTBPVJYc/d1fQ21 llb25hvSCy7QhNnXgtCz1A+IX7wgbft7v4RqjSLoHpc033OzSt57nMsYS3rrkS1Xc4f+ Ih9m/0jf4MHFxHPWemM6LoLTRfFzANvYRagR4gTlMFU1fWjIKqu0XHCRBqvRGg2Je2EG 4iwayCg5dpGwo3ZSzfRAnXZUjZC3l+L7+kg46KxhcLpj0NFjjCn0N/Gf0bErSGwUj9CR KfP+6FSEEVUWvQJsqtsRilxaAmDqpT/KQIaeoROq/mP3znoejAhWvxfOz7wM3MikIMg1 Ofbw== X-Gm-Message-State: ALoCoQmKxWjvdTj51JJ0/Cl1NvsY/nbNHjqleS+Yx8RhzyCOdJLUK1pohyb5lsVtTWKjrqmUHSGj MIME-Version: 1.0 X-Received: by 10.50.13.97 with SMTP id g1mr1982698igc.42.1420805577261; Fri, 09 Jan 2015 04:12:57 -0800 (PST) Received: by 10.42.83.198 with HTTP; Fri, 9 Jan 2015 04:12:57 -0800 (PST) Reply-To: v@fatpipi.com In-Reply-To: References: <201501091006.t09A6SG4067837@svn.freebsd.org> Date: Fri, 9 Jan 2015 20:12:57 +0800 Message-ID: Subject: Re: svn commit: r376586 - in head/devel: . p5-IPC-PerlSSH From: Vanilla Hsu To: Andrej Zverev Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" , "Vanilla I. Shu" 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 12:13:04 -0000 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 : > 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 > > >