From owner-cvs-ports@FreeBSD.ORG Fri Oct 31 12:11:34 2008 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 B5BED1065675; Fri, 31 Oct 2008 12:11:34 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A3D348FC1A; Fri, 31 Oct 2008 12:11:34 +0000 (UTC) (envelope-from amdmi3@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 m9VCBYfc033490; Fri, 31 Oct 2008 12:11:34 GMT (envelope-from amdmi3@repoman.freebsd.org) Received: (from amdmi3@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9VCBYU8033489; Fri, 31 Oct 2008 12:11:34 GMT (envelope-from amdmi3) Message-Id: <200810311211.m9VCBYU8033489@repoman.freebsd.org> From: Dmitry Marakasov Date: Fri, 31 Oct 2008 12:11:34 +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/py-pyglet 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: Fri, 31 Oct 2008 12:11:34 -0000 amdmi3 2008-10-31 12:11:34 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/py-pyglet Makefile distinfo pkg-descr pkg-plist Log: pyglet provides an object-oriented programming interface for developing games and other visually-rich applications for Windows, Mac OS X and Linux. Some of the features of pyglet are: * No external dependencies or installation requirements. For most application and game requirements, pyglet needs nothing else besides Python, simplifying distribution and installation. * Take advantage of multiple windows and multi-monitor desktops. pyglet allows you to use as many windows as you need, and is fully aware of multi-monitor setups for use with fullscreen games. * Load images, sound, music and video in almost any format. pyglet can optionally use AVbin to play back audio formats such as MP3, OGG/Vorbis and WMA, and video formats such as DivX, MPEG-2, H.264, WMV and Xvid. pyglet is provided under the BSD open-source license, allowing you to use it for both commerical and other open-source projects with very little restriction. WWW: http://pyglet.org/ Revision Changes Path 1.1193 +1 -0 ports/graphics/Makefile 1.1 +38 -0 ports/graphics/py-pyglet/Makefile (new) 1.1 +3 -0 ports/graphics/py-pyglet/distinfo (new) 1.1 +20 -0 ports/graphics/py-pyglet/pkg-descr (new) 1.1 +315 -0 ports/graphics/py-pyglet/pkg-plist (new)