From owner-cvs-all@FreeBSD.ORG Tue Jun 12 18:01:31 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CA4C316A468; Tue, 12 Jun 2007 18:01:31 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BC30813C45E; Tue, 12 Jun 2007 18:01:31 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l5CI1VYe007675; Tue, 12 Jun 2007 18:01:31 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l5CI1VtZ007663; Tue, 12 Jun 2007 18:01:31 GMT (envelope-from sat) Message-Id: <200706121801.l5CI1VtZ007663@repoman.freebsd.org> From: Andrew Pantyukhin Date: Tue, 12 Jun 2007 18:01:31 +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/graphics Makefile ports/graphics/mypaint 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: Tue, 12 Jun 2007 18:01:31 -0000 sat 2007-06-12 18:01:31 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/mypaint Makefile distinfo pkg-descr pkg-plist Log: Add port graphics/mypaint: MyPaint is a fast painting/scribbling program. It supports pressure sensitive graphic tablets and comes with an easy to use brush collection. There is a complex interface for creating your own brushes, focusing on brush dynamics (changes with speed, pressure, or randomly). The canvas size is unlimited and undo is supported, but not layers. WWW: http://people.ee.ethz.ch/~mrenold/mypaint/ Author: Martin Renold Revision Changes Path 1.1078 +1 -0 ports/graphics/Makefile 1.1 +23 -0 ports/graphics/mypaint/Makefile (new) 1.1 +3 -0 ports/graphics/mypaint/distinfo (new) 1.1 +8 -0 ports/graphics/mypaint/pkg-descr (new) 1.1 +164 -0 ports/graphics/mypaint/pkg-plist (new)