From owner-cvs-all@FreeBSD.ORG Fri Dec 17 03:47:19 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 27B3E106566C; Fri, 17 Dec 2010 03:47:19 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F04EC8FC18; Fri, 17 Dec 2010 03:47:18 +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 oBH3lIlG008602; Fri, 17 Dec 2010 03:47:18 GMT (envelope-from pgollucci@repoman.freebsd.org) Received: (from pgollucci@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oBH3lIM8008601; Fri, 17 Dec 2010 03:47:18 GMT (envelope-from pgollucci) Message-Id: <201012170347.oBH3lIM8008601@repoman.freebsd.org> From: "Philip M. Gollucci" Date: Fri, 17 Dec 2010 03:47:18 +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/print Makefile ports/print/rubygem-prawn-graph Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2010 03:47:19 -0000 pgollucci 2010-12-17 03:47:18 UTC FreeBSD ports repository Modified files: print Makefile Added files: print/rubygem-prawn-graph Makefile distinfo pkg-descr Log: Prawn::Graph aims to add this functionality to Prawn by using the native PDF drawing tools Prawn exposes and a friendly single-method call to draw the graph. The graphs and the values plotted and drawn are all relatively sized within the bounds of the width and height you have set and should scale pretty well to any size of value. Of course, if things do end up looking too squashed, you can always just make your graph bigger. At the moment, only Bar and Line charts are implemented, with others coming soon. Both charts work in mostly the same way. WWW: http://ryanstenhouse.eu/ Revision Changes Path 1.496 +1 -0 ports/print/Makefile 1.1 +21 -0 ports/print/rubygem-prawn-graph/Makefile (new) 1.1 +2 -0 ports/print/rubygem-prawn-graph/distinfo (new) 1.1 +13 -0 ports/print/rubygem-prawn-graph/pkg-descr (new)