Port details |
- py-sdl2 Python bindings to the SDL2 libraries
- 0.9.5 devel
=0 0.9.5Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2013-09-16 17:51:47
- Last Update: 2019-04-20 23:08:05
- SVN Revision: 499487
- Also Listed In: python
- License: PD CC0-1.0 ZLIB
- WWW:
- http://bitbucket.org/marcusva/py-sdl2
- Description:
- PySDL2 is easy to learn and a powerful multimedia programming framework.
It is a wrapper around the various SDL2 libraries and as such similar to the
discontinued PySDL project.
WWW: http://bitbucket.org/marcusva/py-sdl2
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}sdl2>0:devel/py-sdl2@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py27-sdl2
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1479029217
SHA256 (PySDL2-0.9.5.tar.gz) = 500eeef667a12ab2790b9fbf25f24b2e1de3bdc9d0b07fd94112ad486149e276
SIZE (PySDL2-0.9.5.tar.gz) = 1054624
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- sdl2-config : devel/sdl20
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- Runtime dependencies:
-
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- Library dependencies:
-
- libSDL2.so : devel/sdl20
- libSDL2_gfx.so : graphics/sdl2_gfx
- libSDL2_image.so : graphics/sdl2_image
- libSDL2_ttf.so : graphics/sdl2_ttf
- libSDL2_mixer.so : audio/sdl2_mixer
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py27-sdl2-0.9.5:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.5 20 Apr 2019 23:08:05
  |
sunpoet  |
Move devel/py-sdl2 to devel/py-pysdl2
- Change MASTER_SITES to CHEESESHOP
- Add USES=sdl |
0.9.5 14 Feb 2018 15:11:06
  |
amdmi3  |
- Fix license
- Simplify docs handling |
0.9.5 22 Jan 2017 22:27:55
  |
rene  |
Reset mva@'s ports, he handed in his ports bit. |
0.9.5 13 Nov 2016 09:35:29
  |
mva  |
- Update to version 0.9.5 |
0.9.3_1 01 Sep 2015 16:20:48
  |
amdmi3  |
- Switch to options helpers
- While here, add some NO_ARCHes
Approved by: portmgr blanket |
0.9.3_1 27 Oct 2014 10:58:26
  |
bapt  |
Cleanup plist |
0.9.3_1 10 Sep 2014 20:50:37
  |
gerald  |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
0.9.3 14 Aug 2014 17:04:31
  |
mva  |
- Rename PYTHON_FEATURES to USE_PYTHON to comply to USE_PERL5 and to avoid a
conflict in behaviour with the read-only COMPILER_FEATURES knob
- Fix the deprecated USE_PYTHON_BUILD and USE_PYTHON_RUN behaviour, which
usually should be mutually exclusive, but some ports include both knobs
Phabric: D581
Recommended by: danfe@, makc@
Reviewed by: danfe, wg, antoine
Approved by: portmgr
With hat: python@ |
0.9.3 10 Aug 2014 08:55:08
  |
mva  |
- Convert my ports to USES=python |
0.9.3 09 Jul 2014 17:54:21
  |
mva  |
- Update to version 0.9.3 |
0.9.2_1 03 Jul 2014 17:25:30
  |
amdmi3  |
- Switch graphics/sdl2_ttf to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket |
0.9.2 16 Apr 2014 17:52:18
  |
mva  |
- Update to version 0.9.2 |
0.9.1 07 Apr 2014 07:44:22
  |
mva  |
- Update to version 0.9.1 |
0.8.0 13 Jan 2014 21:00:04
  |
rene  |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
0.8.0 02 Jan 2014 10:18:37
  |
mva  |
- Update to version 0.8.0 |
0.7.0_1 16 Nov 2013 13:51:34
  |
mva  |
- Add graphics/sdl2_gfx as dependency, now that it is available |
0.7.0 28 Oct 2013 17:42:49
  |
mva  |
- Udpate to version 0.7.0
- Convert to PYDISTUTILS_AUTOPLIST
- Add LICENSE
- Enable staging support |
0.6.0 20 Sep 2013 17:13:47
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.6.0 16 Sep 2013 17:51:35
  |
mva  |
PySDL2 is easy to learn and a powerful multimedia programming framework.
It is a wrapper around the various SDL2 libraries and as such similar to the
discontinued PySDL project.
WWW: http://bitbucket.org/marcusva/py-sdl2 |