mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
graphics/py-pyganim: create port
Pyganim (pronounced like "pig" and "animation") is a Python module for Pygame that makes it easy to add sprite animations to your Pygame game programs. Pyganim works with Python 2 and Python 3. The mascot of Pyganim is a red vitruvian pig. Pyganim was written by Al Sweigart and released under a "Simplified BSD" license. Contact Al with any questions/bug reports: al@inventwithpython.com WWW: http://inventwithpython.com/pyganim Needed by: games/hypatia_engine
This commit is contained in:
parent
04ed79d7ff
commit
56f5d97c14
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=391031
@ -803,6 +803,7 @@
|
||||
SUBDIR += pstoedit
|
||||
SUBDIR += pstoepsi
|
||||
SUBDIR += pure-gl
|
||||
SUBDIR += py-pyganim
|
||||
SUBDIR += py-PyX
|
||||
SUBDIR += py-PyX12
|
||||
SUBDIR += py-aafigure
|
||||
|
22
graphics/py-pyganim/Makefile
Normal file
22
graphics/py-pyganim/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# Created by: Johannes Jost Meixner <xmj@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pyganim
|
||||
PORTVERSION= 0.9.0
|
||||
CATEGORIES= graphics python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= Pyganim-${PORTVERSION}
|
||||
|
||||
MAINTAINER= xmj@FreeBSD.org
|
||||
COMMENT= Sprite animation module for Pygame
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game>0:${PORTSDIR}/devel/py-game
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= python zip
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
2
graphics/py-pyganim/distinfo
Normal file
2
graphics/py-pyganim/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Pyganim-0.9.0.zip) = c09138feaa40f700ab2e6139e3c3e09c98b8842fccbf9648244aee07cfaeb491
|
||||
SIZE (Pyganim-0.9.0.zip) = 292917
|
10
graphics/py-pyganim/pkg-descr
Normal file
10
graphics/py-pyganim/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
Pyganim (pronounced like "pig" and "animation") is a Python module for Pygame
|
||||
that makes it easy to add sprite animations to your Pygame game programs.
|
||||
Pyganim works with Python 2 and Python 3.
|
||||
|
||||
The mascot of Pyganim is a red vitruvian pig.
|
||||
|
||||
Pyganim was written by Al Sweigart and released under a "Simplified BSD"
|
||||
license. Contact Al with any questions/bug reports: al@inventwithpython.com
|
||||
|
||||
WWW: http://inventwithpython.com/pyganim
|
Loading…
Reference in New Issue
Block a user