From owner-svn-ports-all@FreeBSD.ORG Tue Mar 18 19:00:21 2014 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 72C267C2; Tue, 18 Mar 2014 19:00:21 +0000 (UTC) Received: from exodus.zi0r.com (exodus.zi0r.com [71.245.171.203]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 23B8DE1E; Tue, 18 Mar 2014 19:00:20 +0000 (UTC) Received: from exodus.zi0r.com (localhost [127.0.0.1]) by exodus.zi0r.com (Postfix) with ESMTP id 1F1DF3DC48; Tue, 18 Mar 2014 15:00:14 -0400 (EDT) X-Virus-Scanned: amavisd-new at zi0r.com Received: from exodus.zi0r.com ([127.0.0.1]) by exodus.zi0r.com (exodus.zi0r.com [127.0.0.1]) (amavisd-new, port 10026) with LMTP id AtEpMtN4nG07; Tue, 18 Mar 2014 15:00:12 -0400 (EDT) Received: from exodus.zi0r.com (syn.zi0r.com [71.245.171.202]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by exodus.zi0r.com (Postfix) with ESMTPSA id 1A2173DC47; Tue, 18 Mar 2014 15:00:12 -0400 (EDT) Date: Tue, 18 Mar 2014 15:00:08 -0400 From: Ryan Steinmetz To: Andrej Zverev Subject: Re: svn commit: r348583 - in head/devel: . p5-RPSL-Parser Message-ID: <20140318190007.GA9544@exodus.zi0r.com> References: <201403181754.s2IHstM7069545@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) 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.17 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: Tue, 18 Mar 2014 19:00:21 -0000 Andrej, I prefer to set the MAINTAINER to larger groups, where possible and where it makes sense, to minimize hassle associated with others updating the port. This is how we do things with ruby@ and it works quite well as there are no "maintainer has the exclusive lock" or "you touched my stuff" discussions. -r On (03/18/14 22:00), Andrej Zverev wrote: >-MAINTAINER= perl@FreeBSD.org >+MAINTAINER= zil@FreeBSD.org > >On Tue, Mar 18, 2014 at 9:54 PM, Ryan Steinmetz wrote: >> Author: zi >> Date: Tue Mar 18 17:54:55 2014 >> New Revision: 348583 >> URL: http://svnweb.freebsd.org/changeset/ports/348583 >> QAT: https://qat.redports.org/buildarchive/r348583/ >> >> Log: >> New port: devel/p5-RPSL-Parser: >> >> This is a rather simplistic lexer and tokenizer for the RPSL language. >> >> It currently does not validate the object in any way, it just tries >> (rather hard) to grab the biggest ammount of information it can from the >> text presented and place it in a Parse Tree (that can be passed to other >> objects from the RPSL namespace for validation and more RFC2622 related >> functionality). >> >> WWW: http://search.cpan.org/dist/RPSL-Parser/ >> >> Added: >> head/devel/p5-RPSL-Parser/ >> head/devel/p5-RPSL-Parser/Makefile (contents, props changed) >> head/devel/p5-RPSL-Parser/distinfo (contents, props changed) >> head/devel/p5-RPSL-Parser/pkg-descr (contents, props changed) >> head/devel/p5-RPSL-Parser/pkg-plist (contents, props changed) >> Modified: >> head/devel/Makefile >> >> Modified: head/devel/Makefile >> ============================================================================== >> --- head/devel/Makefile Tue Mar 18 16:46:08 2014 (r348582) >> +++ head/devel/Makefile Tue Mar 18 17:54:55 2014 (r348583) >> @@ -2607,6 +2607,7 @@ >> SUBDIR += p5-Project-Gantt >> SUBDIR += p5-Project-Libs >> SUBDIR += p5-Qudo >> + SUBDIR += p5-RPSL-Parser >> SUBDIR += p5-RRDTool-OO >> SUBDIR += p5-Range-String >> SUBDIR += p5-Rcs >> >> Added: head/devel/p5-RPSL-Parser/Makefile >> ============================================================================== >> --- /dev/null 00:00:00 1970 (empty, because file is newly added) >> +++ head/devel/p5-RPSL-Parser/Makefile Tue Mar 18 17:54:55 2014 (r348583) >> @@ -0,0 +1,17 @@ >> +# Created by: Ryan Steinmetz >> +# $FreeBSD$ >> + >> +PORTNAME= RPSL-Parser >> +PORTVERSION= 0.04000 >> +CATEGORIES= devel perl5 >> +MASTER_SITES= CPAN >> +MASTER_SITE_SUBDIR= CPAN:LMC >> +PKGNAMEPREFIX= p5- >> + >> +MAINTAINER= perl@FreeBSD.org >> +COMMENT= Router Policy Specification Language (RFC2622) Parser >> + >> +USES= perl5 >> +USE_PERL5= configure >> + >> +.include >> >> Added: head/devel/p5-RPSL-Parser/distinfo >> ============================================================================== >> --- /dev/null 00:00:00 1970 (empty, because file is newly added) >> +++ head/devel/p5-RPSL-Parser/distinfo Tue Mar 18 17:54:55 2014 (r348583) >> @@ -0,0 +1,2 @@ >> +SHA256 (RPSL-Parser-0.04000.tar.gz) = 239cea155a166985892347b37968316f46f36114d050a0be8d71436fd08e90f1 >> +SIZE (RPSL-Parser-0.04000.tar.gz) = 8224 >> >> Added: head/devel/p5-RPSL-Parser/pkg-descr >> ============================================================================== >> --- /dev/null 00:00:00 1970 (empty, because file is newly added) >> +++ head/devel/p5-RPSL-Parser/pkg-descr Tue Mar 18 17:54:55 2014 (r348583) >> @@ -0,0 +1,9 @@ >> +This is a rather simplistic lexer and tokenizer for the RPSL language. >> + >> +It currently does not validate the object in any way, it just tries >> +(rather hard) to grab the biggest ammount of information it can from the >> +text presented and place it in a Parse Tree (that can be passed to other >> +objects from the RPSL namespace for validation and more RFC2622 related >> +functionality). >> + >> +WWW: http://search.cpan.org/dist/RPSL-Parser/ >> >> Added: head/devel/p5-RPSL-Parser/pkg-plist >> ============================================================================== >> --- /dev/null 00:00:00 1970 (empty, because file is newly added) >> +++ head/devel/p5-RPSL-Parser/pkg-plist Tue Mar 18 17:54:55 2014 (r348583) >> @@ -0,0 +1,9 @@ >> +@comment $FreeBSD$ >> +%%PERL5_MAN3%%/RPSL::Parser.3.gz >> +%%SITE_PERL%%/RPSL/Parser.pm >> +%%SITE_PERL%%/%%PERL_ARCH%%/auto/RPSL/Parser/.packlist >> +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/RPSL/Parser >> +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/RPSL >> +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto >> +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%% >> +@dirrmtry %%SITE_PERL%%/RPSL >> -- Ryan Steinmetz PGP: 9079 51A3 34EF 0CD4 F228 EDC6 1EF8 BA6B D028 46D7