From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 5 09:50:21 2005 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 9F2B716A41F for ; Wed, 5 Oct 2005 09:50:21 +0000 (GMT) (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 665F043D5E for ; Wed, 5 Oct 2005 09:50:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j959oJCe001146 for ; Wed, 5 Oct 2005 09:50:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j959oJNK001145; Wed, 5 Oct 2005 09:50:19 GMT (envelope-from gnats) Resent-Date: Wed, 5 Oct 2005 09:50:19 GMT Resent-Message-Id: <200510050950.j959oJNK001145@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, Jose Alonso Cardenas Marquez Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DCD316A41F for ; Wed, 5 Oct 2005 09:49:03 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECFD143D55 for ; Wed, 5 Oct 2005 09:49:02 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j959n21S090827 for ; Wed, 5 Oct 2005 09:49:02 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j959n1qY090825; Wed, 5 Oct 2005 09:49:01 GMT (envelope-from nobody) Message-Id: <200510050949.j959n1qY090825@www.freebsd.org> Date: Wed, 5 Oct 2005 09:49:01 GMT From: Jose Alonso Cardenas Marquez To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/86937: [NEW PORT] graphics/py24-editobj: EditObj can create and display a Tkinter dialog box for editing any Python object 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: Wed, 05 Oct 2005 09:50:22 -0000 >Number: 86937 >Category: ports >Synopsis: [NEW PORT] graphics/py24-editobj: EditObj can create and display a Tkinter dialog box for editing any Python object >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: Wed Oct 05 09:50:19 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Jose Alonso Cardenas Marquez >Release: FreeBSD 5.4-STABLE i386 >Organization: BSDPeru (http://www.bsd.org.pe) >Environment: FreeBSD HellFire.BSD.org.pe 5.4-STABLE FreeBSD 5.4-STABLE #1: Mon Oct 3 18:51:34 PET >Description: EditObj can create and display a Tkinter dialog box for editing any Python object (similarly to what Java call a Bean editor, but for Python object). EditObj is a usefull tool for writing (text or non-text) editors of all kinds, including GUI editor, 3D editor,... It also includes a Python console (thanks to Ka-Ping Yee). WWW: http://home.gna.org/oomadness/en/editobj/index.html >How-To-Repeat: >Fix: --- py24-editobj-0.5.6.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-editobj # py-editobj/pkg-descr # py-editobj/Makefile # py-editobj/pkg-plist # py-editobj/distinfo # echo c - py-editobj mkdir -p py-editobj > /dev/null 2>&1 echo x - py-editobj/pkg-descr sed 's/^X//' >py-editobj/pkg-descr << 'END-of-py-editobj/pkg-descr' XEditObj can create and display a Tkinter dialog box for editing any Python object X(similarly to what Java call a Bean editor, but for Python object). XEditObj is a usefull tool for writing (text or non-text) editors of all kinds, Xincluding GUI editor, 3D editor,... It also includes a Python console (thanks to Ka-Ping Yee). X XWWW: http://home.gna.org/oomadness/en/editobj/index.html END-of-py-editobj/pkg-descr echo x - py-editobj/Makefile sed 's/^X//' >py-editobj/Makefile << 'END-of-py-editobj/Makefile' X# New ports collection makefile for: PyEditObj X# Date created: 2005-10-05 X# Whom: Jose Alonso Cardenas Marquez X# X# $FreeBSD$ X# X XPORTNAME= editobj XPORTVERSION= 0.5.6 XCATEGORIES= graphics python XMASTER_SITES= http://download.gna.org/songwrite/ XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} XDISTNAME= EditObj-${PORTVERSION} XEXTRACT_SUFX= .tar.gz X XMAINTAINER= acardenas@bsd.org.pe XCOMMENT= EditObj can create and display a Tkinter dialog box for editing any Python object X XDIST_SUBDIR= python XUSE_GZIP= yes XUSE_PYTHON= yes XUSE_PYDISTUTILS= yes XWRKSRC= ${WRKDIR}/EditObj-${PORTVERSION} XEXAMPLESDIR= ${PREFIX}/share/examples/py-editobj X X.include X Xpost-install: X.if !defined(NOPORTDOCS) X @${MKDIR} ${EXAMPLESDIR} X ${INSTALL_DATA} ${WRKSRC}/demo/* ${EXAMPLESDIR} X.endif X.include END-of-py-editobj/Makefile echo x - py-editobj/pkg-plist sed 's/^X//' >py-editobj/pkg-plist << 'END-of-py-editobj/pkg-plist' Xlib/%%PYTHON_VERSION%%/site-packages/editobj/__init__.py Xlib/%%PYTHON_VERSION%%/site-packages/editobj/cancel.py Xlib/%%PYTHON_VERSION%%/site-packages/editobj/console.py Xlib/%%PYTHON_VERSION%%/site-packages/editobj/custom.py Xlib/%%PYTHON_VERSION%%/site-packages/editobj/editor.py Xlib/%%PYTHON_VERSION%%/site-packages/editobj/eventobj.py Xlib/%%PYTHON_VERSION%%/site-packages/editobj/main.py Xlib/%%PYTHON_VERSION%%/site-packages/editobj/observe.py Xlib/%%PYTHON_VERSION%%/site-packages/editobj/treewidget.py Xlib/%%PYTHON_VERSION%%/site-packages/editobj/__init__.pyc Xlib/%%PYTHON_VERSION%%/site-packages/editobj/cancel.pyc Xlib/%%PYTHON_VERSION%%/site-packages/editobj/console.pyc Xlib/%%PYTHON_VERSION%%/site-packages/editobj/custom.pyc Xlib/%%PYTHON_VERSION%%/site-packages/editobj/editor.pyc Xlib/%%PYTHON_VERSION%%/site-packages/editobj/eventobj.pyc Xlib/%%PYTHON_VERSION%%/site-packages/editobj/main.pyc Xlib/%%PYTHON_VERSION%%/site-packages/editobj/observe.pyc Xlib/%%PYTHON_VERSION%%/site-packages/editobj/treewidget.pyc Xlib/%%PYTHON_VERSION%%/site-packages/editobj/__init__.pyo Xlib/%%PYTHON_VERSION%%/site-packages/editobj/cancel.pyo Xlib/%%PYTHON_VERSION%%/site-packages/editobj/console.pyo Xlib/%%PYTHON_VERSION%%/site-packages/editobj/custom.pyo Xlib/%%PYTHON_VERSION%%/site-packages/editobj/editor.pyo Xlib/%%PYTHON_VERSION%%/site-packages/editobj/eventobj.pyo Xlib/%%PYTHON_VERSION%%/site-packages/editobj/main.pyo Xlib/%%PYTHON_VERSION%%/site-packages/editobj/observe.pyo Xlib/%%PYTHON_VERSION%%/site-packages/editobj/treewidget.pyo Xlib/%%PYTHON_VERSION%%/site-packages/editobj/icons/folder.pgm Xlib/%%PYTHON_VERSION%%/site-packages/editobj/icons/minus.pgm Xlib/%%PYTHON_VERSION%%/site-packages/editobj/icons/openfolder.pgm Xlib/%%PYTHON_VERSION%%/site-packages/editobj/icons/plus.pgm Xlib/%%PYTHON_VERSION%%/site-packages/editobj/icons/python.pgm X%%PORTDOCS%%%%EXAMPLESDIR%%/demo.py X%%PORTDOCS%%%%EXAMPLESDIR%%/test_observe.py X%%PORTDOCS%%%%EXAMPLESDIR%%/tree_demo.py X%%PORTDOCS%%%%EXAMPLESDIR%%/tree_demo2.py X%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% X@dirrm lib/%%PYTHON_VERSION%%/site-packages/editobj/icons X@dirrm lib/%%PYTHON_VERSION%%/site-packages/editobj END-of-py-editobj/pkg-plist echo x - py-editobj/distinfo sed 's/^X//' >py-editobj/distinfo << 'END-of-py-editobj/distinfo' XMD5 (python/EditObj-0.5.6.tar.gz) = a8e999353957cd9fa9f5a6d6fcd0e889 XSIZE (python/EditObj-0.5.6.tar.gz) = 39614 END-of-py-editobj/distinfo exit --- py24-editobj-0.5.6.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: