From owner-cvs-ports@FreeBSD.ORG Sat Feb 10 14:35:48 2007 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8063716A406; Sat, 10 Feb 2007 14:35:48 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5F54213C4B6; Sat, 10 Feb 2007 14:35:48 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l1AEZmwg074310; Sat, 10 Feb 2007 14:35:48 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l1AEZmb3074309; Sat, 10 Feb 2007 14:35:48 GMT (envelope-from miwi) Message-Id: <200702101435.l1AEZmb3074309@repoman.freebsd.org> From: Martin Wilke Date: Sat, 10 Feb 2007 14:35:48 +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/devel Makefile ports/devel/pycount 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, 10 Feb 2007 14:35:48 -0000 miwi 2007-02-10 14:35:47 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/pycount Makefile distinfo pkg-descr Log: pycount helps you with a simple analysis of Python code, categorizing it into comments, doc strings, blank lines and real code. It creates simple lines counts for individual or multiple files, but can also be used to strip comments from a source file, say. See a sample output of pycount running on itself in verbose mode. WWW: http://python.net/~gherman/pycount.html PR: ports/108996 Submitted by: Li-Wen Hsu Revision Changes Path 1.2631 +1 -0 ports/devel/Makefile 1.1 +33 -0 ports/devel/pycount/Makefile (new) 1.1 +3 -0 ports/devel/pycount/distinfo (new) 1.1 +7 -0 ports/devel/pycount/pkg-descr (new)