From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 13 07:50:12 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AA6C16A400 for ; Thu, 13 Apr 2006 07:50:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D07743D53 for ; Thu, 13 Apr 2006 07:50:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k3D7oBjT031041 for ; Thu, 13 Apr 2006 07:50:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k3D7oBPL031040; Thu, 13 Apr 2006 07:50:11 GMT (envelope-from gnats) Resent-Date: Thu, 13 Apr 2006 07:50:11 GMT Resent-Message-Id: <200604130750.k3D7oBPL031040@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alexander Botero-Lowry Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2217816A401 for ; Thu, 13 Apr 2006 07:44:06 +0000 (UTC) (envelope-from alex@foxybanana.com) Received: from ultrasuede.reed.edu (ultrasuede.reed.edu [134.10.2.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3B9943D48 for ; Thu, 13 Apr 2006 07:44:05 +0000 (GMT) (envelope-from alex@foxybanana.com) Received: from Laptop.mine.box (c029h217.dorm.reed.edu [134.10.29.217]) by ultrasuede.reed.edu (8.13.6/8.13.6) with ESMTP id k3D7i4rS021154 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NOT) for ; Thu, 13 Apr 2006 00:44:04 -0700 Received: from Laptop.mine.box (localhost [127.0.0.1]) by Laptop.mine.box (8.13.4/8.13.4) with ESMTP id k3D7hEf0014563 for ; Thu, 13 Apr 2006 00:43:14 -0700 (PDT) (envelope-from alex@Laptop.mine.box) Received: (from alex@localhost) by Laptop.mine.box (8.13.4/8.13.4/Submit) id k3D7hDBv014562; Thu, 13 Apr 2006 00:43:13 -0700 (PDT) (envelope-from alex) Message-Id: <200604130743.k3D7hDBv014562@Laptop.mine.box> Date: Thu, 13 Apr 2006 00:43:13 -0700 (PDT) From: Alexander Botero-Lowry To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/95679: [NEW PORT] devel/py24-flakes: Pyflakes is a program that analyzes Pythom programs for errors X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Apr 2006 07:50:12 -0000 >Number: 95679 >Category: ports >Synopsis: [NEW PORT] devel/py24-flakes: Pyflakes is a program that analyzes Pythom programs for errors >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Apr 13 07:50:10 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Alexander Botero-Lowry >Release: FreeBSD 6.0-STABLE i386 >Organization: >Environment: System: FreeBSD Laptop.mine.box 6.0-STABLE FreeBSD 6.0-STABLE #1: Tue Feb 7 19:06:16 PST >Description: Pyflakes is a simple program which checks Python source files for errors. It is similar to PyChecker in scope, but differs in that it does not execute the modules to check them. This is both safer and faster, although it does not perform as many checks. Unlike PyLint, Pyflakes checks only for logical errors in programs; it does not perform any checks on style. WWW: http://www.divmod.org/projects/pyflakes Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- py24-flakes-0.2.1.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # py-flakes # py-flakes/Makefile # py-flakes/pkg-descr # py-flakes/pkg-plist # py-flakes/distinfo # echo c - py-flakes mkdir -p py-flakes > /dev/null 2>&1 echo x - py-flakes/Makefile sed 's/^X//' >py-flakes/Makefile << 'END-of-py-flakes/Makefile' X# New ports collection makefile for: py-flakes X# Date created: 13 Apr 2006 X# Whom: Alexander Botero-Lowry X# X# $FreeBSD$ X# X XPORTNAME= flakes XPORTVERSION= 0.2.1 XCATEGORIES= devel python XMASTER_SITES= http://divmod.org/static/projects/pyflakes/ XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} XDISTNAME= pyflakes-${PORTVERSION} X XMAINTAINER= alex@foxybanana.com XCOMMENT= Pyflakes is a program that analyzes Pythom programs for errors X XUSE_PYTHON= yes XUSE_PYDISTUTILS= yes XNO_BUILD= yes X X.include END-of-py-flakes/Makefile echo x - py-flakes/pkg-descr sed 's/^X//' >py-flakes/pkg-descr << 'END-of-py-flakes/pkg-descr' XPyflakes is a simple program which checks Python source files for errors. It is Xsimilar to PyChecker in scope, but differs in that it does not execute the Xmodules to check them. This is both safer and faster, although it does not Xperform as many checks. Unlike PyLint, Pyflakes checks only for logical errors Xin programs; it does not perform any checks on style. X XWWW: http://www.divmod.org/projects/pyflakes END-of-py-flakes/pkg-descr echo x - py-flakes/pkg-plist sed 's/^X//' >py-flakes/pkg-plist << 'END-of-py-flakes/pkg-plist' Xbin/pyflakes X%%PYTHON_SITELIBDIR%%/pyflakes/__init__.py X%%PYTHON_SITELIBDIR%%/pyflakes/__init__.pyc X%%PYTHON_SITELIBDIR%%/pyflakes/__init__.pyo X%%PYTHON_SITELIBDIR%%/pyflakes/messages.py X%%PYTHON_SITELIBDIR%%/pyflakes/messages.pyc X%%PYTHON_SITELIBDIR%%/pyflakes/messages.pyo X@dirrm %%PYTHON_SITELIBDIR%%/pyflakes END-of-py-flakes/pkg-plist echo x - py-flakes/distinfo sed 's/^X//' >py-flakes/distinfo << 'END-of-py-flakes/distinfo' XMD5 (pyflakes-0.2.1.tar.gz) = e65d9245d706350b3db811280d897f30 XSHA256 (pyflakes-0.2.1.tar.gz) = 3eecd66deecc2de5c31bb91a4b4479232087e80da94e3086e2a686879374cde9 XSIZE (pyflakes-0.2.1.tar.gz) = 6140 END-of-py-flakes/distinfo exit --- py24-flakes-0.2.1.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: