diff options
author | mnag <mnag@FreeBSD.org> | 2005-10-09 06:47:43 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-10-09 06:47:43 +0800 |
commit | 9001359deb13921813648704e12146ca5510539c (patch) | |
tree | f29033739c066de9da3e2ff4ad45688363509700 /graphics/Makefile | |
parent | acdadce0804e27b09947daab8f3ef070b5efe30a (diff) | |
download | freebsd-ports-gnome-9001359deb13921813648704e12146ca5510539c.tar.gz freebsd-ports-gnome-9001359deb13921813648704e12146ca5510539c.tar.zst freebsd-ports-gnome-9001359deb13921813648704e12146ca5510539c.zip |
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>
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index dcbb25b98451..29893f15ad07 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -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 |