From owner-cvs-ports@FreeBSD.ORG Mon Nov 8 16:43:03 2004 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 CE7C716A4CE; Mon, 8 Nov 2004 16:43:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C05AE43D41; Mon, 8 Nov 2004 16:43:03 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id iA8Gh3k2028872; Mon, 8 Nov 2004 16:43:03 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id iA8Gh3pP028871; Mon, 8 Nov 2004 16:43:03 GMT (envelope-from ahze) Message-Id: <200411081643.iA8Gh3pP028871@repoman.freebsd.org> From: Michael Johnson Date: Mon, 8 Nov 2004 16:43:03 +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 Makefile ports/graphics/cairo Makefile distinfo pkg-descr 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: Mon, 08 Nov 2004 16:43:04 -0000 ahze 2004-11-08 16:43:03 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/cairo Makefile distinfo pkg-descr Log: add cairo Cairo is a vector graphics library with cross-device output support. Currently supported output targets include the X Window System and in-memory image buffers. PostScript and PDF file output is planned. Cairo is designed to produce identical output on all output media while taking advantage of display hardware acceleration when available (eg. through the X Render Extension). PR: ports/72407 Approved by: adamw (mentor) Revision Changes Path 1.747 +1 -0 ports/graphics/Makefile 1.1 +38 -0 ports/graphics/cairo/Makefile (new) 1.1 +2 -0 ports/graphics/cairo/distinfo (new) 1.1 +8 -0 ports/graphics/cairo/pkg-descr (new)