From owner-cvs-ports@FreeBSD.ORG Sat Feb 6 13:47:55 2010 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 11C041065672; Sat, 6 Feb 2010 13:47:55 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DD2568FC1B; Sat, 6 Feb 2010 13:47:54 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o16Dlsx7030097; Sat, 6 Feb 2010 13:47:54 GMT (envelope-from gabor@repoman.freebsd.org) Received: (from gabor@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o16DlsLl030096; Sat, 6 Feb 2010 13:47:54 GMT (envelope-from gabor) Message-Id: <201002061347.o16DlsLl030096@repoman.freebsd.org> From: Gabor Kovesdan Date: Sat, 6 Feb 2010 13:47:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc Makefile ports/textproc/gnugrep Makefile distinfo pkg-descr X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Feb 2010 13:47:55 -0000 gabor 2010-02-06 13:47:54 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/gnugrep Makefile distinfo pkg-descr Log: The grep command searches one or more input files for lines containing a match to a specified pattern. By default, grep prints the matching lines. WWW: http://www.gnu.org/software/grep/ Revision Changes Path 1.1416 +1 -0 ports/textproc/Makefile 1.1 +45 -0 ports/textproc/gnugrep/Makefile (new) 1.1 +3 -0 ports/textproc/gnugrep/distinfo (new) 1.1 +4 -0 ports/textproc/gnugrep/pkg-descr (new)