From owner-cvs-all@FreeBSD.ORG Tue Aug 9 14:28:20 2011 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 59DEA1065670; Tue, 9 Aug 2011 14:28:20 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-pz0-f45.google.com (mail-pz0-f45.google.com [209.85.210.45]) by mx1.freebsd.org (Postfix) with ESMTP id 1F97E8FC1F; Tue, 9 Aug 2011 14:28:19 +0000 (UTC) Received: by pzk33 with SMTP id 33so112379pzk.18 for ; Tue, 09 Aug 2011 07:28:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=FEB42pJOplIgoh4B0ryRaAsk9WLhZnwBUf0HsR/kELE=; b=P70WUhJxBDCFbGHj/PLjJuvhXb5zIRkLqgTBkefp3onSWz/rPSG6BhrI/sQzJUoMEP QO5UBwuwyuRK5V6zakYdihwPFaV2zS4iwdk6DANIQjnhtNQhytY9HLxtA0mcL51ALq+V G3K0+w0iXSrUf6dx+ySm6VXl54rKJQuaEIAcI= MIME-Version: 1.0 Received: by 10.142.195.14 with SMTP id s14mr6645440wff.1.1312900099423; Tue, 09 Aug 2011 07:28:19 -0700 (PDT) Received: by 10.68.43.133 with HTTP; Tue, 9 Aug 2011 07:28:19 -0700 (PDT) In-Reply-To: <201108091348.p79DmYFa095351@repoman.freebsd.org> References: <201108091348.p79DmYFa095351@repoman.freebsd.org> Date: Tue, 9 Aug 2011 10:28:19 -0400 Message-ID: From: "b. f." To: Steven Kreuzer Content-Type: text/plain; charset=ISO-8859-1 Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/textproc Makefile ports/textproc/ack Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bf1783@gmail.com List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Aug 2011 14:28:20 -0000 On 8/9/11, Steven Kreuzer wrote: > skreuzer 2011-08-09 13:48:34 UTC > > FreeBSD ports repository > > Modified files: > textproc Makefile > Added files: > textproc/ack Makefile distinfo pkg-descr pkg-plist > Log: > ack is a tool like grep, designed for programmers with large trees of > heterogeneous source code. > > ack is written purely in Perl, and takes advantage of the power of > Perl's regular expressions > > WWW: http://betterthangrep.com/ This is at least the second time that someone has added a duplicate of textproc/p5-ack : http://www.freebsd.org/cgi/cvsweb.cgi/ports/sysutils/ack/Attic/Makefile b.