From owner-cvs-all@FreeBSD.ORG Sat Apr 26 17:55:18 2008 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 D1E501065673; Sat, 26 Apr 2008 17:55:18 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C33948FC1C; Sat, 26 Apr 2008 17:55:18 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3QHtIum045425; Sat, 26 Apr 2008 17:55:18 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3QHtIFG045424; Sat, 26 Apr 2008 17:55:18 GMT (envelope-from miwi) Message-Id: <200804261755.m3QHtIFG045424@repoman.freebsd.org> From: Martin Wilke Date: Sat, 26 Apr 2008 17:55: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/graphics Makefile ports/graphics/cfdg Makefile distinfo pkg-descr pkg-plist ports/graphics/cfdg/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2008 17:55:18 -0000 miwi 2008-04-26 17:55:18 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/cfdg Makefile distinfo pkg-descr pkg-plist graphics/cfdg/files patch-Makefile Log: Context Free Design Grammar compiler. About CFDG: Chris Coyne created a small language for design grammars called CFDG. These grammars are sets of non-deterministic rules to produce images. The images are surprisingly beautiful, often from very simple grammars. Context Free is a full graphical environment for editing, rendering, and exploring CFDG design grammars. Features: * Simultaneously available for Macintosh, Windows and Posix/Unix. * Progressive image update: watch it generate * Save generated images in PNG or SVG format. * Produce animations * Edit grammars and re-render easily. * Render very large images (as large as 100 Mega-pixels). * Can handle generated images with millions of shapes. * Carefully tuned graphics rendering * Many built-in examples * Automatic checking for updates (Mac only). * It's free, as in beer and as in speech. WWW: http://www.contextfreeart.org/ PR: ports/121715 Submitted by: Anatoly Borodin Revision Changes Path 1.1147 +1 -0 ports/graphics/Makefile 1.1 +32 -0 ports/graphics/cfdg/Makefile (new) 1.1 +3 -0 ports/graphics/cfdg/distinfo (new) 1.1 +20 -0 ports/graphics/cfdg/files/patch-Makefile (new) 1.1 +24 -0 ports/graphics/cfdg/pkg-descr (new) 1.1 +35 -0 ports/graphics/cfdg/pkg-plist (new)