From owner-cvs-all@FreeBSD.ORG Sat Nov 26 13:10:24 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9760B16A41F; Sat, 26 Nov 2005 13:10:24 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62D8E43D64; Sat, 26 Nov 2005 13:10:24 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jAQDALNo074670; Sat, 26 Nov 2005 13:10:21 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jAQDALW1074669; Sat, 26 Nov 2005 13:10:21 GMT (envelope-from edwin) Message-Id: <200511261310.jAQDALW1074669@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 26 Nov 2005 13:10:21 +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/pcrs Makefile distinfo pkg-descr ports/textproc/pcrs/files patch-Makefile.in patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Nov 2005 13:10:24 -0000 edwin 2005-11-26 13:10:21 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/pcrs Makefile distinfo pkg-descr textproc/pcrs/files patch-Makefile.in patch-configure Log: New port: textproc/pcrs PCRE sed PCRS is a small library, written as a supplement to the PCRE library, that implements regex based substitution with the syntax and semantics of Perl's s/// operator. PR: ports/89567 Submitted by: wongk@apt.homeunix.net Revision Changes Path 1.893 +1 -0 ports/textproc/Makefile 1.1 +38 -0 ports/textproc/pcrs/Makefile (new) 1.1 +2 -0 ports/textproc/pcrs/distinfo (new) 1.1 +54 -0 ports/textproc/pcrs/files/patch-Makefile.in (new) 1.1 +40 -0 ports/textproc/pcrs/files/patch-configure (new) 1.1 +5 -0 ports/textproc/pcrs/pkg-descr (new)