From owner-cvs-ports@FreeBSD.ORG Wed Jan 7 17:17:26 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C05A16A4CE; Wed, 7 Jan 2004 17:17:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C56A43D2F; Wed, 7 Jan 2004 17:17:25 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i081HP0B022467; Wed, 7 Jan 2004 17:17:25 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i081HPY1022466; Wed, 7 Jan 2004 17:17:25 -0800 (PST) (envelope-from edwin) Message-Id: <200401080117.i081HPY1022466@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 7 Jan 2004 17:17:25 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/tpad Makefile distinfo pkg-message pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jan 2004 01:17:26 -0000 edwin 2004/01/07 17:17:25 PST FreeBSD ports repository Modified files: editors/tpad Makefile distinfo pkg-plist Added files: editors/tpad pkg-message Log: Update port: editors/tpad fixed some bugs and added new features Changes in 1.1 (7 Gen 2004) - I forgot to catch the kill of the window manager! Now it's fixed. - Fixed a bug which caused an extra newline to be added to the end of the text. - Added a facility to produce log files with tpad (see help for details). - Get tpad to produce an appicon for WindowMaker. - Now you can configure the color of the selection and the date/time format. - Added a simple print option which uses lpr(1). - Added a global configuration file tpad.conf, separated from the main program code. Also supports per-user configuration files (named ~/.tpadrc). - Added HTML 2.0 help files and the Help option under the Help menu. PR: ports/61023 Submitted by: Antonio Bonifati Revision Changes Path 1.2 +18 -5 ports/editors/tpad/Makefile 1.2 +1 -1 ports/editors/tpad/distinfo 1.1 +11 -0 ports/editors/tpad/pkg-message (new) 1.2 +1 -0 ports/editors/tpad/pkg-plist