From owner-svn-ports-head@freebsd.org Tue May 2 15:39:55 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D097ED5A560; Tue, 2 May 2017 15:39:55 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AD92562B; Tue, 2 May 2017 15:39:55 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v42FdsN6027601; Tue, 2 May 2017 15:39:54 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42FdsM7027599; Tue, 2 May 2017 15:39:54 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201705021539.v42FdsM7027599@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 2 May 2017 15:39:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439956 - head/graphics/py-pyglet X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 15:39:55 -0000 Author: amdmi3 Date: Tue May 2 15:39:54 2017 New Revision: 439956 URL: https://svnweb.freebsd.org/changeset/ports/439956 Log: - Update to 1.2.4 - Undeprecate Deleted: head/graphics/py-pyglet/pkg-plist Modified: head/graphics/py-pyglet/Makefile head/graphics/py-pyglet/distinfo head/graphics/py-pyglet/pkg-descr Modified: head/graphics/py-pyglet/Makefile ============================================================================== --- head/graphics/py-pyglet/Makefile Tue May 2 15:39:31 2017 (r439955) +++ head/graphics/py-pyglet/Makefile Tue May 2 15:39:54 2017 (r439956) @@ -2,40 +2,19 @@ # $FreeBSD$ PORTNAME= pyglet -PORTVERSION= 1.1.4 -PORTREVISION= 5 +PORTVERSION= 1.2.4 CATEGORIES= graphics multimedia x11-toolkits python -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= amdmi3@FreeBSD.org -COMMENT= Cross-platform windowing and multimedia library for Python +COMMENT= Cross-platform windowing and multimedia library LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - -LIB_DEPENDS= libfreetype.so:print/freetype2 \ - libfontconfig.so:x11-fonts/fontconfig -RUN_DEPENDS= ${LOCALBASE}/lib/libavbin.so:multimedia/avbin - -ONLY_FOR_ARCHS= i386 - -USES= openal:al python -USE_PYTHON= distutils -USE_GL= gl glu - -PORTDOCS= * -PORTEXAMPLES= * - -OPTIONS_DEFINE= DOCS EXAMPLES - -post-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} CHANGELOG NOTICE README ${STAGEDIR}${DOCSDIR}/ - cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/ - cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}/ +USES= python +USE_PYTHON= autoplist distutils +NO_ARCH= yes .include Modified: head/graphics/py-pyglet/distinfo ============================================================================== --- head/graphics/py-pyglet/distinfo Tue May 2 15:39:31 2017 (r439955) +++ head/graphics/py-pyglet/distinfo Tue May 2 15:39:54 2017 (r439956) @@ -1,2 +1,3 @@ -SHA256 (pyglet-1.1.4.tar.gz) = 1d9b2a5e3a37a9068aee70100d19bfa83a6bbf6d4a2af8adb4231a601a101611 -SIZE (pyglet-1.1.4.tar.gz) = 2946601 +TIMESTAMP = 1493738698 +SHA256 (pyglet-1.2.4.tar.gz) = 9f62ffbbcf2b202d084bf158685e77d28b8f4f5f2738f4c5e63a947a07503445 +SIZE (pyglet-1.2.4.tar.gz) = 2122017 Modified: head/graphics/py-pyglet/pkg-descr ============================================================================== --- head/graphics/py-pyglet/pkg-descr Tue May 2 15:39:31 2017 (r439955) +++ head/graphics/py-pyglet/pkg-descr Tue May 2 15:39:54 2017 (r439956) @@ -1,20 +1,6 @@ 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: +Mac OS X and Linux. - * 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/ +WWW: https://bitbucket.org/pyglet/pyglet/wiki/Home +WWW: https://pypi.python.org/pypi/pyglet