From owner-freebsd-perl@FreeBSD.ORG Mon Jan 7 17:33:35 2013 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3DF9ADDE for ; Mon, 7 Jan 2013 17:33:35 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-ie0-f169.google.com (mail-ie0-f169.google.com [209.85.223.169]) by mx1.freebsd.org (Postfix) with ESMTP id DDD7D946 for ; Mon, 7 Jan 2013 17:33:34 +0000 (UTC) Received: by mail-ie0-f169.google.com with SMTP id c14so24620507ieb.0 for ; Mon, 07 Jan 2013 09:33:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=CHghfYZyBH4Lo/xIMFFvSRQqBA1I9f7ZYqlgkizWXlo=; b=h2Bnf8Afj9whm3wRwkvxgNP6SfKPHcuGrcBUwDQckKMlv2JleWd1FLRZ8auJg2mY7Z 2nFoPRPWJegAYlbLr1laGxAqAGUsqYA8KhSFfW5t0xjC9JDtG4aQpHkO1QQZ9vkj9ws3 EwLdGpS3Aa8RqmLSPt/MTjc0H+4r6JkOwReFKIsNm6xymo2Q7D5n2Fku5hKZBSmj5Gew BomwPLKQWCzZOOGp/D3wbqqPIm7yi7qFU84xsi0SsuMDWgJ7BzkzVm4rZ1ejx/asEd3r P9T3ZqWvZPSIJLAl0RMlogJfRo4uzv3guDqw7Qhul3WjiPXzBhQMr5o9L3yKxDpJIY4w mpcQ== X-Received: by 10.50.202.97 with SMTP id kh1mr6465971igc.15.1357580014298; Mon, 07 Jan 2013 09:33:34 -0800 (PST) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.64.65.132 with HTTP; Mon, 7 Jan 2013 09:33:03 -0800 (PST) In-Reply-To: References: From: Chris Rees Date: Mon, 7 Jan 2013 17:33:03 +0000 X-Google-Sender-Auth: Urcky7qvjLu_bE_kA3oPpFvbOrY Message-ID: Subject: Re: textproc/p5-ack -> textproc/ack rename To: =?ISO-8859-1?Q?S=E9bastien_Santoro?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: perl X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jan 2013 17:33:35 -0000 On 6 January 2013 16:22, S=E9bastien Santoro wro= te: > Hello, > > I would like to submit a patch to remove the p5- prefix for p5-ack po= rt? > > Rationale: not a Perl module, but a standalone utility. > The goal of this utility is to provide an alternative to grep. > The fact it's written in Perl isn't pertinent. > > Do you see any objection (e.g. anything on CPAN is p5-) or can I open= a PR? > > The patch would be: > > Index: Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > --- Makefile (revision 309996) > +++ Makefile (working copy) > @@ -7,7 +7,6 @@ > CATEGORIES=3D textproc perl5 sysutils > MASTER_SITES=3D CPAN > MASTER_SITE_SUBDIR=3D App > -PKGNAMEPREFIX=3D p5- > > MAINTAINER=3D perl@FreeBSD.org > COMMENT=3D A grep-like text finder for large trees of text Committed. Thanks! Chris