From owner-cvs-all@FreeBSD.ORG Wed Dec 1 21:41:19 2004 Return-Path: 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 D4A1216A4CF; Wed, 1 Dec 2004 21:41:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA1CC43D39; Wed, 1 Dec 2004 21:41:19 +0000 (GMT) (envelope-from markus@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 iB1LfJdZ020272; Wed, 1 Dec 2004 21:41:19 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1LfJNx020271; Wed, 1 Dec 2004 21:41:19 GMT (envelope-from markus) Message-Id: <200412012141.iB1LfJNx020271@repoman.freebsd.org> From: Markus Brueffer Date: Wed, 1 Dec 2004 21:41:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics Makefileports/graphics/digikamimageplugins Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 01 Dec 2004 21:41:20 -0000 markus 2004-12-01 21:41:19 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/digikamimageplugins Makefile distinfo pkg-descr pkg-plist Log: Add digikamimageplugins 0.7.0, a collection of image editor plugins for Digikam. These plugins add new image treatment options like color management, filters, or special effects. Image improvements: - Adjust levels : a plugin to adjust the image histogram levels manually. - Despeckle : A noise reduction filter (using on Gimp 2.0 algorithm). - Unsharp : An unsharped mask image filter (using on Gimp 2.0 algorithm). Special effects: - SolarizeImage : a plugin to solarize an image. - OilPaint : an oil painting effect filter (using Pieter Voloshyn algorithm). - Emboss : an embossed image effect filter (using Pieter Voloshyn algorithm). - Raindrops : adding the visual effect of raindrops to an image (using Pieter Voloshyn algorithm). - Charcoal : a charcoal drawing image effect filter. - FilmGrain : simulate film grain to an image. WWW: http://extragear.kde.org/apps/digikamimageplugins.php Submitted by: Arjan van Leeuwen Revision Changes Path 1.762 +1 -0 ports/graphics/Makefile 1.1 +31 -0 ports/graphics/digikamimageplugins/Makefile (new) 1.1 +2 -0 ports/graphics/digikamimageplugins/distinfo (new) 1.1 +22 -0 ports/graphics/digikamimageplugins/pkg-descr (new) 1.1 +270 -0 ports/graphics/digikamimageplugins/pkg-plist (new)