From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 4 10:00:16 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 699421065672 for ; Wed, 4 Nov 2009 10:00:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3EFC58FC19 for ; Wed, 4 Nov 2009 10:00:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nA4A0GLk039669 for ; Wed, 4 Nov 2009 10:00:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nA4A0G84039668; Wed, 4 Nov 2009 10:00:16 GMT (envelope-from gnats) Date: Wed, 4 Nov 2009 10:00:16 GMT Message-Id: <200911041000.nA4A0G84039668@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/140166: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Nov 2009 10:00:16 -0000 The following reply was made to PR ports/140166; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/140166: commit references a PR Date: Wed, 4 Nov 2009 09:53:33 +0000 (UTC) miwi 2009-11-04 09:53:24 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/py-pudb Makefile distinfo pkg-descr pkg-plist Log: PuDB is a full-screen, console-based visual debugger for Python. Its goal is to provide all the niceties of modern GUI-based debuggers in a more lightweight and keyboard-friendly package. PuDB allows you to debug code right where you write and test it--in a terminal. If you've worked with the excellent (but nowadays ancient) DOS-based Turbo Pascal or C tools, PuDB's UI might look familiar. WWW: http://pypi.python.org/pypi/pudb/ PR: ports/140166 Submitted by: Gea-Suan Lin Revision Changes Path 1.3681 +1 -0 ports/devel/Makefile 1.1 +23 -0 ports/devel/py-pudb/Makefile (new) 1.1 +3 -0 ports/devel/py-pudb/distinfo (new) 1.1 +9 -0 ports/devel/py-pudb/pkg-descr (new) 1.1 +40 -0 ports/devel/py-pudb/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"