diff options
author | edwin <edwin@FreeBSD.org> | 2005-11-24 08:11:05 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-11-24 08:11:05 +0800 |
commit | e838af17597bf989b663b87fda6829cc28b28a10 (patch) | |
tree | 37e4f090b5df9260f9dc7d698394d749fd9cda9b /editors/Makefile | |
parent | 405b6bc0924fcbd31065f31d08e26bd59f856178 (diff) | |
download | freebsd-ports-gnome-e838af17597bf989b663b87fda6829cc28b28a10.tar.gz freebsd-ports-gnome-e838af17597bf989b663b87fda6829cc28b28a10.tar.zst freebsd-ports-gnome-e838af17597bf989b663b87fda6829cc28b28a10.zip |
[NEW PORT] devel/SPE: Stani's Python Editor
Spe is a free python IDE with auto indentation & completion,
call tips, syntax coloring & highlighting, UML diagrams,
class explorer, source index, auto todo list, sticky notes,
pycrust shell, file browsers, drag&drop, context help,
Blender support, ... Spe ships with Python debugger (remote
& encrypted), wxGlade (gui designer), PyChecker (source
code doctor) and Kiki (regex console)
Author: Stani Michiels
WWW: http://www.stani.be/python/spe/blog/
PR: ports/87337
Submitted by: nivit@email.it (Nicola Vitale)
Diffstat (limited to 'editors/Makefile')
-rw-r--r-- | editors/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index c1c2892164d2..9b882ee768ed 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -141,6 +141,7 @@ SUBDIR += semi113-mule SUBDIR += setedit SUBDIR += slime + SUBDIR += spe SUBDIR += speedbar SUBDIR += speedbar-emacs20 SUBDIR += ssed |