From owner-cvs-all@FreeBSD.ORG Sat Apr 14 23:00:32 2012 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 F2399106564A; Sat, 14 Apr 2012 23:00:32 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DDB668FC0A; Sat, 14 Apr 2012 23:00:32 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q3EN0WGR093982; Sat, 14 Apr 2012 23:00:32 GMT (envelope-from pawel@repoman.freebsd.org) Received: (from pawel@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q3EN0WmN093981; Sat, 14 Apr 2012 23:00:32 GMT (envelope-from pawel) Message-Id: <201204142300.q3EN0WmN093981@repoman.freebsd.org> From: Pawel Pekala Date: Sat, 14 Apr 2012 23:00:32 +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/coccigrep Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Apr 2012 23:00:33 -0000 pawel 2012-04-14 23:00:32 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/coccigrep Makefile distinfo pkg-descr pkg-plist Log: coccigrep is a semantic grep for the C language based on coccinelle. It can be used to find where a given structure is used in code files. coccigrep depends on the spatch program which comes with coccinelle. WWW: https://home.regit.org/software/coccigrep/ Revision Changes Path 1.1713 +1 -0 ports/textproc/Makefile 1.1 +38 -0 ports/textproc/coccigrep/Makefile (new) 1.1 +2 -0 ports/textproc/coccigrep/distinfo (new) 1.1 +5 -0 ports/textproc/coccigrep/pkg-descr (new) 1.1 +30 -0 ports/textproc/coccigrep/pkg-plist (new)