From owner-cvs-ports@FreeBSD.ORG Thu Feb 10 17:13:26 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 92D77106564A; Thu, 10 Feb 2011 17:13:26 +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 817368FC08; Thu, 10 Feb 2011 17:13:26 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1AHDQlq049522; Thu, 10 Feb 2011 17:13:26 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1AHDQ5B049521; Thu, 10 Feb 2011 17:13:26 GMT (envelope-from miwi) Message-Id: <201102101713.p1AHDQ5B049521@repoman.freebsd.org> From: Martin Wilke Date: Thu, 10 Feb 2011 17:13:26 +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/gimp-gmic-plugin Makefile distinfo pkg-descr pkg-plist ports/graphics/gimp-gmic-plugin/files patch-configure patch-src_Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 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, 10 Feb 2011 17:13:26 -0000 miwi 2011-02-10 17:13:26 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/gimp-gmic-plugin Makefile distinfo pkg-descr pkg-plist graphics/gimp-gmic-plugin/files patch-configure patch-src_Makefile Log: G'MIC stands for GREYC's Magic Image Converter. This project aims to: * Define a minimal but powerful script language (G'MIC) dedicated to the design of image processing pipelines. * Provide an interpreter of this language (in C++), distributed as an open-source module/library embeddable in third-party applications. * Propose two binary tools embedding this interpreter : o The command-line executable gmic to use the G'MIC framework from a shell. o The interactive plug-in gmic_gimp to bring G'MIC capabilities to the image retouching software GIMP. WWW: http://gmic.sourceforge.net PR: ports/154595 Submitted by: Mahmatkhanov Ruslan Revision Changes Path 1.1379 +1 -0 ports/graphics/Makefile 1.1 +74 -0 ports/graphics/gimp-gmic-plugin/Makefile (new) 1.1 +2 -0 ports/graphics/gimp-gmic-plugin/distinfo (new) 1.1 +55 -0 ports/graphics/gimp-gmic-plugin/files/patch-configure (new) 1.1 +57 -0 ports/graphics/gimp-gmic-plugin/files/patch-src_Makefile (new) 1.1 +12 -0 ports/graphics/gimp-gmic-plugin/pkg-descr (new) 1.1 +69 -0 ports/graphics/gimp-gmic-plugin/pkg-plist (new)