Import py-graphics-1.5
PyGraphics aims to translate the new features of Media Computation from its JPython version to CPython. Its aims to implement support for image, sound and video manipulation as well as adding simple 3D capabilities. several inputs from wcmaier@
This commit is contained in:
parent
cdbd4947ca
commit
70356a4adc
30
graphics/py-graphics/Makefile
Normal file
30
graphics/py-graphics/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/01/29 20:10:30 ajacoutot Exp $
|
||||
|
||||
COMMENT= multimedia framework for Python
|
||||
|
||||
MODPY_EGG_VERSION= 1.5
|
||||
DISTNAME= PyGraphics-${MODPY_EGG_VERSION}
|
||||
PKGNAME= py-graphics-${MODPY_EGG_VERSION}
|
||||
|
||||
CATEGORIES= graphics
|
||||
|
||||
HOMEPAGE= http://code.google.com/p/pygraphics/
|
||||
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://pygraphics.googlecode.com/files/
|
||||
|
||||
MODULES= lang/python
|
||||
|
||||
WRKDIST= ${WRKDIR}
|
||||
PKG_ARCH= *
|
||||
NO_REGRESS= Yes
|
||||
|
||||
RUN_DEPENDS= ${MODPY_TKINTER_DEPENDS} \
|
||||
::graphics/py-Imaging
|
||||
|
||||
.include <bsd.port.mk>
|
5
graphics/py-graphics/distinfo
Normal file
5
graphics/py-graphics/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (PyGraphics-1.5.tar.gz) = 7P5HtuZTI9mRIFAy8e452w==
|
||||
RMD160 (PyGraphics-1.5.tar.gz) = y4pR9bnEbQu8BHefWakNSfBNLw8=
|
||||
SHA1 (PyGraphics-1.5.tar.gz) = nbHPCF4Ssqua1R4p/V3I3MvXNWg=
|
||||
SHA256 (PyGraphics-1.5.tar.gz) = RXWBh0HjKhgpTmlPq2boC7vYIteZj3CK752UiHw511g=
|
||||
SIZE (PyGraphics-1.5.tar.gz) = 11593
|
3
graphics/py-graphics/pkg/DESCR
Normal file
3
graphics/py-graphics/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
PyGraphics aims to translate the new features of Media Computation from
|
||||
its JPython version to CPython. Its aims to implement support for image,
|
||||
sound and video manipulation as well as adding simple 3D capabilities.
|
6
graphics/py-graphics/pkg/PLIST
Normal file
6
graphics/py-graphics/pkg/PLIST
Normal file
@ -0,0 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/01/29 20:10:30 ajacoutot Exp $
|
||||
lib/python${MODPY_VERSION}/site-packages/PyGraphics/
|
||||
lib/python${MODPY_VERSION}/site-packages/PyGraphics.pth
|
||||
lib/python${MODPY_VERSION}/site-packages/PyGraphics/PyGraphics-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
|
||||
lib/python${MODPY_VERSION}/site-packages/PyGraphics/picture.py
|
||||
lib/python${MODPY_VERSION}/site-packages/PyGraphics/picture.pyc
|
Loading…
Reference in New Issue
Block a user