Skip to content

Commit

Permalink
games/pyganim to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GMan999 authored and jcvernaleo committed Oct 22, 2015
1 parent 2087724 commit 4b44ff6
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 0 deletions.
26 changes: 26 additions & 0 deletions games/pyganim/Makefile
@@ -0,0 +1,26 @@
# $OpenBSD: Makefile,v 1.3 2015/09/29 10:52:12 sthen Exp $

MODPY_EGG_VERSION = 0.9.2
COMMENT = sprite animation module for pygame
DISTNAME = Pyganim-${MODPY_EGG_VERSION}
PKGNAME = pyganim-${MODPY_EGG_VERSION}
EXTRACT_SUFX = .zip
CATEGORIES = games x11

HOMEPAGE = http://inventwithpython.com/pyganim/

# BSD
PERMIT_PACKAGE_CDROM = Yes

MODULES = lang/python
MODPY_SETUPTOOLS = Yes
MODPY_PI = Yes
MODPY_PI_DIR = P/Pyganim

BUILD_DEPENDS = devel/pygame

RUN_DEPENDS = devel/pygame

NO_TEST = Yes

.include <bsd.port.mk>
2 changes: 2 additions & 0 deletions games/pyganim/distinfo
@@ -0,0 +1,2 @@
SHA256 (Pyganim-0.9.2.zip) = IRzygltazY9kv47sakOnIu1l5pVGHHmqqcikxm7h9Ws=
SIZE (Pyganim-0.9.2.zip) = 26183
3 changes: 3 additions & 0 deletions games/pyganim/pkg/DESCR
@@ -0,0 +1,3 @@
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.
9 changes: 9 additions & 0 deletions games/pyganim/pkg/PLIST
@@ -0,0 +1,9 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2015/07/08 16:29:26 bcallah Exp $
lib/python${MODPY_VERSION}/site-packages/Pyganim-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/Pyganim-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/Pyganim-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/Pyganim-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/Pyganim-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/pyganim/
lib/python${MODPY_VERSION}/site-packages/pyganim/__init__.py
lib/python${MODPY_VERSION}/site-packages/pyganim/__init__.pyc

0 comments on commit 4b44ff6

Please sign in to comment.