From owner-cvs-all@FreeBSD.ORG Thu Nov 24 00:11:14 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5C5916A41F; Thu, 24 Nov 2005 00:11:14 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 616D643D7E; Thu, 24 Nov 2005 00:11:05 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jAO0B5eG013967; Thu, 24 Nov 2005 00:11:05 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jAO0B5HV013966; Thu, 24 Nov 2005 00:11:05 GMT (envelope-from edwin) Message-Id: <200511240011.jAO0B5HV013966@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 24 Nov 2005 00:11:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors Makefile ports/editors/spe Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Nov 2005 00:11:15 -0000 edwin 2005-11-24 00:11:05 UTC FreeBSD ports repository Modified files: editors Makefile Added files: editors/spe Makefile distinfo pkg-descr pkg-plist Log: [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) Revision Changes Path 1.330 +1 -0 ports/editors/Makefile 1.1 +43 -0 ports/editors/spe/Makefile (new) 1.1 +3 -0 ports/editors/spe/distinfo (new) 1.1 +9 -0 ports/editors/spe/pkg-descr (new) 1.1 +1203 -0 ports/editors/spe/pkg-plist (new)