From owner-svn-ports-all@FreeBSD.ORG Sat Jul 21 07:55:58 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B25FF1065678; Sat, 21 Jul 2012 07:55:58 +0000 (UTC) (envelope-from andrej.zverev@gmail.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4EF268FC15; Sat, 21 Jul 2012 07:55:58 +0000 (UTC) Received: by obbun3 with SMTP id un3so7940550obb.13 for ; Sat, 21 Jul 2012 00:55:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=C5+ogI6KOBXk7MhrRrvt07/sBNjWsKrQtlDcpLAY5ZQ=; b=YiUBE/Yk7ynn3oXSc9paWMkiLmTx+F5iMTa4t80DozXGU5X6f+yAYXL+b2lrE8FzO5 5avDF9aQtcZTYEUVYmgRT0tH0QvI/IpDIAzMwDmitZoPeaaX2jv+0Qr15I5hNahAy2lW cOH+TkZiASv+TI0Ulex+RliOwoL6//p+z/XIMksWJrcROZbjJ8X2vqVRBTiKsswpEOix p8PygNWkQLePrWxkkhBSuZjYV/+7ERXDRM9ghf+6rwLU2eVCAPG8kgy2c2uYR1Q43U00 E1HOAsR6BWMywiHxpSFzlDO/fXDE9X7prZuai3S2XHI+5/C1FnbElT8LYqFjztYuWR6x KI0g== MIME-Version: 1.0 Received: by 10.50.207.65 with SMTP id lu1mr6268380igc.33.1342857357673; Sat, 21 Jul 2012 00:55:57 -0700 (PDT) Sender: andrej.zverev@gmail.com Received: by 10.64.171.12 with HTTP; Sat, 21 Jul 2012 00:55:57 -0700 (PDT) In-Reply-To: <201207201928.q6KJSsPG029089@svn.freebsd.org> References: <201207201928.q6KJSsPG029089@svn.freebsd.org> Date: Sat, 21 Jul 2012 11:55:57 +0400 X-Google-Sender-Auth: IYmBYqyW5FyO4S30fg2Y0BriABc Message-ID: From: Andrej Zverev To: Carlo Strub Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r301236 - in head/security: . p5-GnuPG X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 21 Jul 2012 07:55:58 -0000 Hello. 1. It's very bad practice to add new port and assign it to perl@. Why man who submitted PR don't want to be maintainer? 2. man-plist - I think this file is useless and must be removed. 3. We don't need name of submitter in pkg-descr after the WWW line. On Fri, Jul 20, 2012 at 11:28 PM, Carlo Strub wrote: > Author: cs > Date: Fri Jul 20 19:28:54 2012 > New Revision: 301236 > URL: http://svn.freebsd.org/changeset/ports/301236 > > Log: > GnuPG - Perl module interface to the GNU Privacy Guard (v1.x.x series) > > WWW: http://search.cpan.org/dist/GnuPG/ > > Marcello Coutinho > > PR: ports/169957 > Submitted by: Marcello Coutinho > > Added: > head/security/p5-GnuPG/ > head/security/p5-GnuPG/Makefile (contents, props changed) > head/security/p5-GnuPG/distinfo (contents, props changed) > head/security/p5-GnuPG/man-plist (contents, props changed) > head/security/p5-GnuPG/pkg-descr (contents, props changed) > head/security/p5-GnuPG/pkg-plist (contents, props changed) > Modified: > head/security/Makefile > > Modified: head/security/Makefile > ============================================================================== > --- head/security/Makefile Fri Jul 20 18:35:12 2012 (r301235) > +++ head/security/Makefile Fri Jul 20 19:28:54 2012 (r301236) > @@ -540,6 +540,7 @@ > SUBDIR += p5-Filter-Crypto > SUBDIR += p5-GD-SecurityImage > SUBDIR += p5-GSSAPI > + SUBDIR += p5-GnuPG > SUBDIR += p5-GnuPG-Interface > SUBDIR += p5-HTML-Email-Obfuscate > SUBDIR += p5-IO-Async-SSL > > Added: head/security/p5-GnuPG/Makefile > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/security/p5-GnuPG/Makefile Fri Jul 20 19:28:54 2012 (r301236) > @@ -0,0 +1,26 @@ > +# New ports collection makefile for: p5-GnuPG > +# Date created: 2012-07-17 > +# Whom: Marcello Coutinho > +# > +# $FreeBSD$ > +# > + > +PORTNAME= GnuPG > +PORTVERSION= 0.19 > +CATEGORIES= security perl5 > +MASTER_SITES= CPAN > +PKGNAMEPREFIX= p5- > + > +MAINTAINER= perl@FreeBSD.org > +COMMENT= Perl module for interfacing with GnuPG > + > +LICENSE= GPLv2 > + > +PERL_CONFIGURE= yes > + > +MAN3= GnuPG.3 \ > + GnuPG::Tie.3 > + > +MAN1= gpgmailtunl.1 > + > +.include > > Added: head/security/p5-GnuPG/distinfo > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/security/p5-GnuPG/distinfo Fri Jul 20 19:28:54 2012 (r301236) > @@ -0,0 +1,2 @@ > +SHA256 (GnuPG-0.19.tar.gz) = af53f2d3f63297e046676eae14a76296afdd2910e09723b6b113708622b7989b > +SIZE (GnuPG-0.19.tar.gz) = 32665 > > Added: head/security/p5-GnuPG/man-plist > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/security/p5-GnuPG/man-plist Fri Jul 20 19:28:54 2012 (r301236) > @@ -0,0 +1 @@ > + gpgmailtunl.1.gz \ > > Added: head/security/p5-GnuPG/pkg-descr > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/security/p5-GnuPG/pkg-descr Fri Jul 20 19:28:54 2012 (r301236) > @@ -0,0 +1,5 @@ > +GnuPG - Perl module interface to the GNU Privacy Guard (v1.x.x series) > + > +WWW: http://search.cpan.org/dist/GnuPG/ > + > +Marcello Coutinho > > Added: head/security/p5-GnuPG/pkg-plist > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/security/p5-GnuPG/pkg-plist Fri Jul 20 19:28:54 2012 (r301236) > @@ -0,0 +1,11 @@ > +bin/gpgmailtunl > +%%SITE_PERL%%/GnuPG.pm > +%%SITE_PERL%%/GnuPG/Tie.pm > +%%SITE_PERL%%/GnuPG/Tie/ClearSign.pm > +%%SITE_PERL%%/GnuPG/Tie/Decrypt.pm > +%%SITE_PERL%%/GnuPG/Tie/Encrypt.pm > +%%SITE_PERL%%/GnuPG/Tie/Sign.pm > +%%SITE_PERL%%/%%PERL_ARCH%%/auto/GnuPG/.packlist > +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/GnuPG > +@dirrm %%SITE_PERL%%/GnuPG/Tie > +@dirrm %%SITE_PERL%%/GnuPG