From owner-cvs-ports@FreeBSD.ORG Fri Oct 3 09:42:36 2008 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 6FCE7106568C; Fri, 3 Oct 2008 09:42:36 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5E4A48FC0C; Fri, 3 Oct 2008 09:42:36 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m939gacC083320; Fri, 3 Oct 2008 09:42:36 GMT (envelope-from gahr@repoman.freebsd.org) Received: (from gahr@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m939gafb083319; Fri, 3 Oct 2008 09:42:36 GMT (envelope-from gahr) Message-Id: <200810030942.m939gafb083319@repoman.freebsd.org> From: Pietro Cerutti Date: Fri, 3 Oct 2008 09:42:36 +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/gegl Makefile distinfo pkg-descr pkg-plist 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: Fri, 03 Oct 2008 09:42:36 -0000 gahr 2008-10-03 09:42:36 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/gegl Makefile distinfo pkg-descr pkg-plist Log: - New port: gegl GEGL (Generic Graphics Library) is a graph based image processing framework. GEGL provides infrastructure to do demand based cached non destructive image editing on larger than RAM buffers. Through babl it provides support for a wide range of color models and pixel storage formats for input and output. WWW: http://gegl.org/ Revision Changes Path 1.1186 +1 -0 ports/graphics/Makefile 1.1 +69 -0 ports/graphics/gegl/Makefile (new) 1.1 +3 -0 ports/graphics/gegl/distinfo (new) 1.1 +9 -0 ports/graphics/gegl/pkg-descr (new) 1.1 +252 -0 ports/graphics/gegl/pkg-plist (new)