From owner-cvs-all@FreeBSD.ORG Fri Dec 26 22:08:19 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 A86F61065670; Fri, 26 Dec 2008 22:08:19 +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 9841B8FC1D; Fri, 26 Dec 2008 22:08:19 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id mBQM8Jlj000387; Fri, 26 Dec 2008 22:08:19 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id mBQM8JH9000386; Fri, 26 Dec 2008 22:08:19 GMT (envelope-from miwi) Message-Id: <200812262208.mBQM8JH9000386@repoman.freebsd.org> From: Martin Wilke Date: Fri, 26 Dec 2008 22:08:19 +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/p5-clutter Makefile distinfo pkg-descr pkg-plist 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, 26 Dec 2008 22:08:19 -0000 miwi 2008-12-26 22:08:19 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/p5-clutter Makefile distinfo pkg-descr pkg-plist Log: Perl bindings to the Clutter OpenGL canvas. Clutter aims to give a nice and easy GObject based API for creating fast, heavily stylised applications, such as media box UI, presentations, kiosk style applications, etc. Clutter uses OpenGL for rendering. The Clutter Perl bindings allow you to write canvas-based applications in a Perlish and object-oriented way, freeing you from having to care about casting and memory management of the original Clutter C API, and yet remaining close to its spirit. WWW: http://www.clutter-project.org/ Revision Changes Path 1.1208 +1 -0 ports/graphics/Makefile 1.1 +56 -0 ports/graphics/p5-clutter/Makefile (new) 1.1 +3 -0 ports/graphics/p5-clutter/distinfo (new) 1.1 +12 -0 ports/graphics/p5-clutter/pkg-descr (new) 1.1 +86 -0 ports/graphics/p5-clutter/pkg-plist (new)