From owner-cvs-ports@FreeBSD.ORG Mon Mar 31 18:34:48 2003 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 2997737B401; Mon, 31 Mar 2003 18:34:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C931D43F75; Mon, 31 Mar 2003 18:34:47 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h312Yl0U056217; Mon, 31 Mar 2003 18:34:47 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h312YlAE056216; Mon, 31 Mar 2003 18:34:47 -0800 (PST) Message-Id: <200304010234.h312YlAE056216@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 31 Mar 2003 18:34:47 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11 Makefile ports/x11/gromit Makefile distinfo pkg-descr pkg-plist ports/x11/gromit/files patch-Makefile 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: Tue, 01 Apr 2003 02:34:48 -0000 edwin 2003/03/31 18:34:47 PST FreeBSD ports repository Modified files: x11 Makefile Added files: x11/gromit Makefile distinfo pkg-descr pkg-plist x11/gromit/files patch-Makefile Log: x11/gromit: on-screen annotations Gromit (GRaphics Over MIscellaneous Things) is a small tool to make annotations on the screen. When making presentations of the Gimp I found myself often moving the mousepointer around the point of interest until hopefully everybody noticed it. This annoyed me, since it is a very vague way to highlight something. I dreamt of a small programm which allows me to simply draw on the screen, ignoring any window-borders. PR: ports/48885 Submitted by: Sergei Kolobov Revision Changes Path 1.399 +1 -0 ports/x11/Makefile 1.1 +32 -0 ports/x11/gromit/Makefile (new) 1.1 +1 -0 ports/x11/gromit/distinfo (new) 1.1 +8 -0 ports/x11/gromit/files/patch-Makefile (new) 1.1 +11 -0 ports/x11/gromit/pkg-descr (new) 1.1 +8 -0 ports/x11/gromit/pkg-plist (new)