Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Oct 2005 09:49:01 GMT
From:      Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/86937: [NEW PORT] graphics/py24-editobj: EditObj can create and display a Tkinter dialog box for editing any Python object
Message-ID:  <200510050949.j959n1qY090825@www.freebsd.org>
Resent-Message-ID: <200510050950.j959oJNK001145@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <acardenas@bsd.org.pe>
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 <bsd.port.pre.mk>
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${EXAMPLESDIR}
X	${INSTALL_DATA} ${WRKSRC}/demo/* ${EXAMPLESDIR}
X.endif
X.include <bsd.port.post.mk>
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510050949.j959n1qY090825>