From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 2 13:40:07 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 742801065674 for ; Sun, 2 Aug 2009 13:40:07 +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 4F0798FC1E for ; Sun, 2 Aug 2009 13:40:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n72De6aU019813 for ; Sun, 2 Aug 2009 13:40:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n72De6NT019812; Sun, 2 Aug 2009 13:40:06 GMT (envelope-from gnats) Resent-Date: Sun, 2 Aug 2009 13:40:06 GMT Resent-Message-Id: <200908021340.n72De6NT019812@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, Simon de Vlieger Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 505031065670 for ; Sun, 2 Aug 2009 13:30:00 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 239248FC1C for ; Sun, 2 Aug 2009 13:30:00 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n72DTxQx023450 for ; Sun, 2 Aug 2009 13:29:59 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n72DTxW6023444; Sun, 2 Aug 2009 13:29:59 GMT (envelope-from nobody) Message-Id: <200908021329.n72DTxW6023444@www.freebsd.org> Date: Sun, 2 Aug 2009 13:29:59 GMT From: Simon de Vlieger To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/137351: New port: devel/py-bpython A fancy curses interface to the Python interpreter 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: Sun, 02 Aug 2009 13:40:07 -0000 >Number: 137351 >Category: ports >Synopsis: New port: devel/py-bpython A fancy curses interface to the Python interpreter >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Aug 02 13:40:06 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Simon de Vlieger >Release: 7.1 >Organization: >Environment: >Description: I created a port for bpython (http://bpython-interpreter.org) The only warning portlint gives me is the lack of additional master sites. >How-To-Repeat: >Fix: Patch attached with submission follows: # 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-bpython/ # py-bpython/pkg-descr # py-bpython/Makefile # py-bpython/pkg-plist # py-bpython/distinfo # echo c - py-bpython/ mkdir -p py-bpython/ > /dev/null 2>&1 echo x - py-bpython/pkg-descr sed 's/^X//' >py-bpython/pkg-descr << 'b403c7121e8bc5142b96a03a9b78aea2' Xbpython is a fancy interface to the Python interprter for UNIX-like operating Xsystems. It is released under the MIT License and has the following features: X X- In-line syntax highlighting. X- Readline-like autocomplete with suggestions displayed as you type. X- Expected parameter list for any Python function. X- "Rewind" function to pop the last line of code from memory and re-evaluate. X- Send the code you've entered off to a pastebin. X- Save the code you've entered to a file. X- Auto-indentation. X XWWW: http://bpython-interpreter.org/ b403c7121e8bc5142b96a03a9b78aea2 echo x - py-bpython/Makefile sed 's/^X//' >py-bpython/Makefile << 'a4d52d6c87fd035c06c35ea8ad4099b1' X# New ports collection makefile for: py-bpython X# Date created: 2 August 2009 X# Whom: Simon de Vlieger (ikanobori) X# X# $FreeBSD$ X# X XPORTNAME= bpython XPORTVERSION= 0.9.4 XCATEGORIES= devel python XMASTER_SITES= http://bpython-interpreter.org/releases/ XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= simon@ikanobori.jp XCOMMENT= A fancy curses interface to the Python interpreter X XUSE_PYTHON= yes XUSE_PYDISTUTILS=easy_install XPYDISTUTILS_PKGNAME= bpython X X.include a4d52d6c87fd035c06c35ea8ad4099b1 echo x - py-bpython/pkg-plist sed 's/^X//' >py-bpython/pkg-plist << '1f047e63ee75e278df989e5f920ffc30' Xbin/bpython X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% 1f047e63ee75e278df989e5f920ffc30 echo x - py-bpython/distinfo sed 's/^X//' >py-bpython/distinfo << 'd19550cb92272563a9818b37eef461e2' XMD5 (bpython-0.9.4.tar.gz) = 68750ec12ed22c9a5f91b34c10785fd1 XSHA256 (bpython-0.9.4.tar.gz) = 8e2e1f692c2f97a25e01e2eb8b390575e2a6c4775334b7c3c9fa3513b1a3275c XSIZE (bpython-0.9.4.tar.gz) = 35948 d19550cb92272563a9818b37eef461e2 exit >Release-Note: >Audit-Trail: >Unformatted: