From owner-cvs-all@FreeBSD.ORG Fri Feb 15 03:13:35 2008 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 2727E16A417; Fri, 15 Feb 2008 03:13:35 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1808613C44B; Fri, 15 Feb 2008 03:13:35 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1F3DYRP085516; Fri, 15 Feb 2008 03:13:34 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1F3DYtn085515; Fri, 15 Feb 2008 03:13:34 GMT (envelope-from beech) Message-Id: <200802150313.m1F3DYtn085515@repoman.freebsd.org> From: Beech Rintoul Date: Fri, 15 Feb 2008 03:13:34 +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/sysutils Makefile ports/sysutils/decomment Makefile distinfo pkg-descr 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: Fri, 15 Feb 2008 03:13:35 -0000 beech 2008-02-15 03:13:34 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/decomment Makefile distinfo pkg-descr Log: Usage: decomment infile [r(emove whitespace)] Removes all comments and (optionally) whitespace from an input file. Writes result on stdout. PR: ports/67307 Submitted by: Volker Werth Revision Changes Path 1.978 +1 -0 ports/sysutils/Makefile 1.1 +19 -0 ports/sysutils/decomment/Makefile (new) 1.1 +3 -0 ports/sysutils/decomment/distinfo (new) 1.1 +4 -0 ports/sysutils/decomment/pkg-descr (new)