From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 6 16:40:27 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CABC816A4CE for ; Wed, 6 Oct 2004 16:40:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABC1C43D5A for ; Wed, 6 Oct 2004 16:40:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i96GeRgc075498 for ; Wed, 6 Oct 2004 16:40:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i96GeRbB075497; Wed, 6 Oct 2004 16:40:27 GMT (envelope-from gnats) Resent-Date: Wed, 6 Oct 2004 16:40:27 GMT Resent-Message-Id: <200410061640.i96GeRbB075497@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Michael Johnson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8AAC16A4D1 for ; Wed, 6 Oct 2004 16:35:01 +0000 (GMT) Received: from imf23aec.mail.bellsouth.net (imf23aec.mail.bellsouth.net [205.152.59.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3119743D5C for ; Wed, 6 Oct 2004 16:34:57 +0000 (GMT) (envelope-from ahze@blueheron.ahze.net) Received: from blueheron.ahze.net ([68.209.163.3]) by imf23aec.mail.bellsouth.netESMTP <20041006163456.YSMQ1787.imf23aec.mail.bellsouth.net@blueheron.ahze.net> for ; Wed, 6 Oct 2004 12:34:56 -0400 Received: (from root@localhost) by blueheron.ahze.net (8.13.1/8.13.1/Submit) id i96GYsdl077300; Wed, 6 Oct 2004 12:34:54 -0400 (EDT) (envelope-from ahze) Message-Id: <200410061634.i96GYsdl077300@blueheron.ahze.net> Date: Wed, 6 Oct 2004 12:34:54 -0400 (EDT) From: Michael Johnson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72391: [NEW PORT] graphics/cairo: Cairo is a vector graphics library with cross-device output support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Oct 2004 16:40:27 -0000 >Number: 72391 >Category: ports >Synopsis: [NEW PORT] graphics/cairo: Cairo is a vector graphics library with cross-device output support >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 06 16:40:27 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Michael Johnson >Release: FreeBSD 5.3-BETA6 i386 >Organization: >Environment: System: FreeBSD blueheron.ahze.net 5.3-BETA6 FreeBSD 5.3-BETA6 #67: Fri Oct 1 15:03:41 EDT >Description: 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). WWW: http://www.cairographics.org Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- cairo-0.1.23.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # cairo # cairo/pkg-descr # cairo/Makefile # cairo/distinfo # echo c - cairo mkdir -p cairo > /dev/null 2>&1 echo x - cairo/pkg-descr sed 's/^X//' >cairo/pkg-descr << 'END-of-cairo/pkg-descr' XCairo is a vector graphics library with cross-device output Xsupport. Currently supported output targets include the X Window XSystem and in-memory image buffers. PostScript and PDF file output is Xplanned. Cairo is designed to produce identical output on all output Xmedia while taking advantage of display hardware acceleration when Xavailable (eg. through the X Render Extension). X XWWW: http://www.cairographics.org END-of-cairo/pkg-descr echo x - cairo/Makefile sed 's/^X//' >cairo/Makefile << 'END-of-cairo/Makefile' X# New ports collection makefile for: cairo X# Date created: 2004-10-06 X# Whom: Michael Johnson X# X# $FreeBSD$ X# X XPORTNAME= cairo XPORTVERSION= 0.1.23 XCATEGORIES= graphics XMASTER_SITES= http://www.cairographics.org/snapshots/ X XMAINTAINER= ahze@ahze.net XCOMMENT= Cairo is a vector graphics library with cross-device output support X XLIB_DEPENDS= pixman.1:${PORTSDIR}/graphics/libpixman \ X glitz-glx.1:${PORTSDIR}/graphics/glitz \ X freetype.9:${PORTSDIR}/print/freetype2 \ X png.5:${PORTSDIR}/graphics/png X XUSE_GNOME= gnometarget gnomehack XUSE_LIBTOOL_VER=15 X XCONFIGURE_ENV= CPPFLAGS="${PTHREAD_CLFAGS}" \ X LDFLAGS="${PTHREAD_LDFLAGS}" X X# Broken with current version of glitz XCONFIGURE_ARGS= --disable-gl X XPLIST_FILES= include/cairo-features.h \ X include/cairo.h \ X lib/libcairo.a \ X lib/libcairo.so \ X lib/libcairo.so.1 \ X libdata/pkgconfig/cairo.pc X X.include END-of-cairo/Makefile echo x - cairo/distinfo sed 's/^X//' >cairo/distinfo << 'END-of-cairo/distinfo' XMD5 (cairo-0.1.23.tar.gz) = c36bcb2c5fe2b716620e68626a0da3a1 XSIZE (cairo-0.1.23.tar.gz) = 393051 END-of-cairo/distinfo exit --- cairo-0.1.23.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: