From owner-cvs-all@FreeBSD.ORG Tue Nov 17 09:12:42 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 794E61065695; Tue, 17 Nov 2009 09:12:42 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 677508FC25; Tue, 17 Nov 2009 09:12:42 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id nAH9CgOK081151; Tue, 17 Nov 2009 09:12:42 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nAH9CgbP081150; Tue, 17 Nov 2009 09:12:42 GMT (envelope-from miwi) Message-Id: <200911170912.nAH9CgbP081150@repoman.freebsd.org> From: Martin Wilke Date: Tue, 17 Nov 2009 09:12:42 +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/py-room Makefile distinfo pkg-descr pkg-plist ports/editors/py-room/files patch-PyRoom-gui.py patch-PyRoom-preferences.py patch-setup.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 09:12:42 -0000 miwi 2009-11-17 09:12:42 UTC FreeBSD ports repository Modified files: editors Makefile Added files: editors/py-room Makefile distinfo pkg-descr pkg-plist editors/py-room/files patch-PyRoom-gui.py patch-PyRoom-preferences.py patch-setup.py Log: With the goal of staying out of your way while writing creatively, PyRoom has a very specialized featureset. In fact, most features are hidden from your main interface, not cluttering your workspace with buttons and menus and statistics. Features of PyRoom: * no visual clutter * work on multiple documents at once (main text, outline, etc) * control PyRoom via keyboard shortcuts * autosave your work * check wordcounts on keypress * choose from preconfigured designs or create your own color scheme * further customize visual appearance and whitespace (line spacing, border, padding...) WWW: http://www.pyroom.org PR: ports/140537 Submitted by: Alexander Best Revision Changes Path 1.421 +1 -0 ports/editors/Makefile 1.1 +33 -0 ports/editors/py-room/Makefile (new) 1.1 +3 -0 ports/editors/py-room/distinfo (new) 1.1 +11 -0 ports/editors/py-room/files/patch-PyRoom-gui.py (new) 1.1 +11 -0 ports/editors/py-room/files/patch-PyRoom-preferences.py (new) 1.1 +15 -0 ports/editors/py-room/files/patch-setup.py (new) 1.1 +15 -0 ports/editors/py-room/pkg-descr (new) 1.1 +86 -0 ports/editors/py-room/pkg-plist (new)