1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
Commit Graph

13 Commits

Author SHA1 Message Date
Antoine Brodin
1df9d247be Convert the tree to USES=openal
Approved by:	portmgr (bapt)
2013-12-25 23:29:34 +00:00
Dmitry Marakasov
5e05f453ae - Use '.' instead of '*' in COPYTREE_* all over my ports
Suggested by:	danfe
2013-12-16 18:18:07 +00:00
Dmitry Marakasov
ea3629c01a - Remove DOCS, NLS and EXAMPLES from OPTIONS_DEFAULT in my ports, as suggested by Porter's Handbook 2013-12-16 17:40:13 +00:00
Dmitry Marakasov
2432568e5a - Add LICENSE
- Bump PORTREVISION
2013-10-30 16:45:23 +00:00
Dmitry Marakasov
8d8f206bc4 - Support staging
- Use new LIB_DEPENDS syntax
2013-10-30 14:30:29 +00:00
Dmitry Marakasov
ba0dd330e9 - Revert 332027: please don't touch my ports 2013-10-30 14:24:19 +00:00
Rusmir Dusko
d763d65d69 - Bump PORTREVISION
- Add license (BSD)
- Use the new format for LIB_DEPENDS
- Add dependency for multimedia/avbin
- Change DOCS and add DEMOS, add DOCS and EXAMPLES Options
- Add DEMOS to default Options
- Support STAGEDIR and add OPTIONS_SUB
- Remove IGNORE for not i386
- Add demos Astraea and Noisy, add Icons, Desktop entry files
- Add pkg-message to display demos usage
- Change pkg-plist, add demos

PR:		ports/182517
Submitted by:	nemysis (self)
Approved by:	pawel / wg (mentors, implicit), maintainer timeout
2013-10-30 00:46:05 +00:00
Baptiste Daroussin
eb08c5441c Add NO_STAGE all over the place in preparation for the staging support (cat: graphics) 2013-09-20 18:35:44 +00:00
Dmitry Marakasov
3037cb61c7 - Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful
2013-06-18 11:46:51 +00:00
Dmitry Marakasov
99a936c60a - Mark IGNORE on !i386, it's just broken in many ways
PR:		133747
Submitted by:	Da Rock <rock_on_the_web@hotmail.com>
2011-10-03 14:58:49 +00:00
Dmitry Marakasov
2ac20c2419 - Update to 1.1.4
PR:		1.1.4
Submitted by:	Zhihao Yuan <lichray@gmail.com>
2011-05-25 14:41:27 +00:00
Pav Lucistnik
14ac881764 - Introduce USE_OPENAL variable for OpenAL consumers
- Switch to openal-soft as a default OpenAL implementation

PR:		ports/142123
Submitted by:	mva
Tested by:	pointyhat exp-run
Approved by:	portmgr (hat)
2010-01-25 19:15:18 +00:00
Dmitry Marakasov
3aca875aca 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:

 * 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/
2008-10-31 12:11:34 +00:00