From owner-cvs-ports@FreeBSD.ORG Tue May 3 13:12:19 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 0F194106566C; Tue, 3 May 2011 13:12:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EE8538FC08; Tue, 3 May 2011 13:12: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 p43DCIrC067024; Tue, 3 May 2011 13:12:18 GMT (envelope-from sunpoet@repoman.freebsd.org) Received: (from sunpoet@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p43DCIkB067023; Tue, 3 May 2011 13:12:18 GMT (envelope-from sunpoet) Message-Id: <201105031312.p43DCIkB067023@repoman.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 3 May 2011 13:12: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/www Makefile ports/www/protovis 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: Tue, 03 May 2011 13:12:19 -0000 sunpoet 2011-05-03 13:12:18 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/protovis Makefile distinfo pkg-descr pkg-plist Log: - Add protovis 3.2 Protovis - A Graphical Toolkit for Data Visualization Protovis composes custom views of data with simple marks such as bars and dots. Unlike low-level graphics libraries that quickly become tedious for visualization, Protovis defines marks through dynamic properties that encode data, allowing inheritance, scales and layouts to simplify construction. Protovis is free and open-source, provided under the BSD License. It uses JavaScript and SVG for web-native visualizations; no plugin required (though you will need a modern web browser)! Although programming experience is helpful, Protovis is mostly declarative and designed to be learned by example. This project is led by Mike Bostock and Jeff Heer of the Stanford Visualization Group, with significant help from Vadim Ogievetsky. We welcome your contributions and suggestions. See http://vis.stanford.edu/protovis/ for examples and documentation. See http://gitorious.org/protovis/ for source code and development. WWW: http://code.google.com/p/protovis-js/ Revision Changes Path 1.2872 +1 -0 ports/www/Makefile 1.1 +31 -0 ports/www/protovis/Makefile (new) 1.1 +2 -0 ports/www/protovis/distinfo (new) 1.1 +20 -0 ports/www/protovis/pkg-descr (new) 1.1 +200 -0 ports/www/protovis/pkg-plist (new)