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).

PR:		86937
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
This commit is contained in:
Marcus Alves Grando
2005-10-08 22:47:43 +00:00
parent 873f264b3a
commit 0597d49f62
5 changed files with 82 additions and 0 deletions

View File

@@ -462,6 +462,7 @@
SUBDIR += py-cairo
SUBDIR += py-cgkit
SUBDIR += py-chart
SUBDIR += py-editobj
SUBDIR += py-exif
SUBDIR += py-freeimagepy
SUBDIR += py-gd

View File

@@ -0,0 +1,31 @@
# New ports collection makefile for: py-editobj
# Date created: 2005-10-05
# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
#
# $FreeBSD$
#
PORTNAME= editobj
PORTVERSION= 0.5.6
CATEGORIES= graphics python
MASTER_SITES= http://download.gna.org/songwrite/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= EditObj-${PORTVERSION}
MAINTAINER= acardenas@bsd.org.pe
COMMENT= EditObj can create and display a Tkinter dialog box
DIST_SUBDIR= python
USE_GZIP= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
WRKSRC= ${WRKDIR}/EditObj-${PORTVERSION}
EXAMPLESDIR= ${PREFIX}/share/examples/py-editobj
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/demo/* ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>

View File

@@ -0,0 +1,2 @@
MD5 (python/EditObj-0.5.6.tar.gz) = a8e999353957cd9fa9f5a6d6fcd0e889
SIZE (python/EditObj-0.5.6.tar.gz) = 39614

View File

@@ -0,0 +1,9 @@
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

View File

@@ -0,0 +1,39 @@
lib/%%PYTHON_VERSION%%/site-packages/editobj/__init__.py
lib/%%PYTHON_VERSION%%/site-packages/editobj/cancel.py
lib/%%PYTHON_VERSION%%/site-packages/editobj/console.py
lib/%%PYTHON_VERSION%%/site-packages/editobj/custom.py
lib/%%PYTHON_VERSION%%/site-packages/editobj/editor.py
lib/%%PYTHON_VERSION%%/site-packages/editobj/eventobj.py
lib/%%PYTHON_VERSION%%/site-packages/editobj/main.py
lib/%%PYTHON_VERSION%%/site-packages/editobj/observe.py
lib/%%PYTHON_VERSION%%/site-packages/editobj/treewidget.py
lib/%%PYTHON_VERSION%%/site-packages/editobj/__init__.pyc
lib/%%PYTHON_VERSION%%/site-packages/editobj/cancel.pyc
lib/%%PYTHON_VERSION%%/site-packages/editobj/console.pyc
lib/%%PYTHON_VERSION%%/site-packages/editobj/custom.pyc
lib/%%PYTHON_VERSION%%/site-packages/editobj/editor.pyc
lib/%%PYTHON_VERSION%%/site-packages/editobj/eventobj.pyc
lib/%%PYTHON_VERSION%%/site-packages/editobj/main.pyc
lib/%%PYTHON_VERSION%%/site-packages/editobj/observe.pyc
lib/%%PYTHON_VERSION%%/site-packages/editobj/treewidget.pyc
lib/%%PYTHON_VERSION%%/site-packages/editobj/__init__.pyo
lib/%%PYTHON_VERSION%%/site-packages/editobj/cancel.pyo
lib/%%PYTHON_VERSION%%/site-packages/editobj/console.pyo
lib/%%PYTHON_VERSION%%/site-packages/editobj/custom.pyo
lib/%%PYTHON_VERSION%%/site-packages/editobj/editor.pyo
lib/%%PYTHON_VERSION%%/site-packages/editobj/eventobj.pyo
lib/%%PYTHON_VERSION%%/site-packages/editobj/main.pyo
lib/%%PYTHON_VERSION%%/site-packages/editobj/observe.pyo
lib/%%PYTHON_VERSION%%/site-packages/editobj/treewidget.pyo
lib/%%PYTHON_VERSION%%/site-packages/editobj/icons/folder.pgm
lib/%%PYTHON_VERSION%%/site-packages/editobj/icons/minus.pgm
lib/%%PYTHON_VERSION%%/site-packages/editobj/icons/openfolder.pgm
lib/%%PYTHON_VERSION%%/site-packages/editobj/icons/plus.pgm
lib/%%PYTHON_VERSION%%/site-packages/editobj/icons/python.pgm
%%PORTDOCS%%%%EXAMPLESDIR%%/demo.py
%%PORTDOCS%%%%EXAMPLESDIR%%/test_observe.py
%%PORTDOCS%%%%EXAMPLESDIR%%/tree_demo.py
%%PORTDOCS%%%%EXAMPLESDIR%%/tree_demo2.py
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
@dirrm lib/%%PYTHON_VERSION%%/site-packages/editobj/icons
@dirrm lib/%%PYTHON_VERSION%%/site-packages/editobj