aboutsummaryrefslogtreecommitdiff
path: root/games/powerpak
Commit message (Collapse)AuthorAgeFilesLines
* After repo copy from graphics category to newly create multimediaMario Sergio Fujikawa Ferreira2003-04-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | one, update all appropriate references (*_DEPENDS, comments, etc): ports/graphics/libfame --> ports/multimedia/libfame ports/graphics/libquicktime --> ports/multimedia/libquicktime ports/graphics/mpeg --> ports/multimedia/mpeg ports/graphics/mpeg_encode --> ports/multimedia/mpeg_encode ports/graphics/mpeg_play --> ports/multimedia/mpeg_play ports/graphics/mtv --> ports/multimedia/mtv ports/graphics/smpeg --> ports/multimedia/smpeg ports/graphics/totem --> ports/multimedia/totem ports/graphics/transcode --> ports/multimedia/transcode ports/graphics/xanim --> ports/multimedia/xanim ports/graphics/xmps --> ports/multimedia/xmps Repo copied by: cvs (joe) Approved by: portmgr (self & no objections) Notes: svn path=/head/; revision=78090
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75954
* Update version number of SDL shared library.Maxim Sobolev2003-01-021-1/+1
| | | | Notes: svn path=/head/; revision=72210
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Add missing LIB_DEPENDS on sdl_mixerKris Kennaway2002-09-091-1/+2
| | | | Notes: svn path=/head/; revision=65867
* ${PERL} -> ${REINPLACE_CMD}David W. Chapman Jr.2002-09-011-2/+3
| | | | | | | | | PR: 40784 Submitted by: corecode@corecode.ath.cx Reviewed by: flynn@energyhq.homeip.net Notes: svn path=/head/; revision=65426
* Add missed smpeg dependency.Maxim Sobolev2002-05-281-1/+2
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=60187
* Add missed items into LIB_DEPENDS.Maxim Sobolev2002-05-241-1/+3
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=59863
* - Update to 20000511;Maxim Sobolev2002-04-176-113/+158
| | | | | | | - use delev/sdl12 instead of devel/sdl10. Notes: svn path=/head/; revision=57819
* Adjust in accordance with the new location of freetype1 includesMaxim Sobolev2002-03-141-1/+1
| | | | | | | (${PREFIX}/include/freetype1/freetype, not ${PREFIX}/include/freetype). Notes: svn path=/head/; revision=56069
* portlint: remove extra whitespaces before end of line.Dirk Froemberg2001-12-241-1/+1
| | | | Notes: svn path=/head/; revision=52088
* Move:Maxim Sobolev2001-04-091-1/+1
| | | | | | | | | | devel/sdl --> devel/sdl10 devel/sdl-devel --> devel/sdl12 Repo-copy by: asami Notes: svn path=/head/; revision=41125
* fix md5 checksumYing-Chieh Liao2001-02-081-1/+1
| | | | | | | | PR: 23807 Submitted by: Yen-Ming Lee <leeym@bsd.ce.ntu.edu.tw> Notes: svn path=/head/; revision=38121
* More spaces -> tabs for the games category.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37979
* Update MASTER_SITES.Kevin Lo2000-10-011-1/+1
| | | | | | | | PR: 21459 Submitted by: Joseph Scott <joseph.scott@owp.csus.edu> Notes: svn path=/head/; revision=33293
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-08-031-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm Notes: svn path=/head/; revision=31272
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because IMaxim Sobolev2000-06-161-1/+1
| | | | | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax Notes: svn path=/head/; revision=29628
* Third round of INSTALL_SHLIBS=yes fixes.Maxim Sobolev2000-06-152-5/+2
| | | | Notes: svn path=/head/; revision=29615
* Revert to libSDL-1.0.Vanilla I. Shu2000-04-231-1/+1
| | | | Notes: svn path=/head/; revision=27923
* Change libSDL-1.0 to libSDL.Vanilla I. Shu2000-04-221-1/+1
| | | | Notes: svn path=/head/; revision=27900
* Convert to PORTNAME/PORTVERSION. The following ports hand invalid versionSatoshi Asami2000-04-141-3/+3
| | | | | | | | strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and xnibbles. Notes: svn path=/head/; revision=27515
* Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn'tKris Kennaway2000-03-291-1/+1
| | | | | | | | | have time to maintain them. Approved by: andy Notes: svn path=/head/; revision=27113
* Update to powerpak 991203 and use new SDLChris Piazza2000-02-032-5/+5
| | | | Notes: svn path=/head/; revision=25442
* Bump freetype's lib numberJustin M. Seger1999-11-251-1/+1
| | | | Notes: svn path=/head/; revision=23312
* Update to version 990905Chris Piazza1999-09-073-12/+14
| | | | Notes: svn path=/head/; revision=21343
* Remove the BROKEN tag on this with usage of find and perl.Chris Piazza1999-09-022-12/+2
| | | | | | | Reminded by: mharo Notes: svn path=/head/; revision=21194
* Er, really update to 990901, but this is now marked BROKEN becauseChris Piazza1999-09-022-1/+3
| | | | | | | | all the files are spammed with dos-style CRLF's and no patches will apply. Notes: svn path=/head/; revision=21192
* Update to version 990901Chris Piazza1999-09-021-2/+2
| | | | Notes: svn path=/head/; revision=21191
* Update to 990829Chris Piazza1999-08-292-4/+5
| | | | Notes: svn path=/head/; revision=21100
* I should have read the web page a little closer, the program'sChris Piazza1999-08-261-2/+2
| | | | | | | version was bumped to 990823. Notes: svn path=/head/; revision=20981
* Distfile changed without a version bumpChris Piazza1999-08-261-1/+1
| | | | Notes: svn path=/head/; revision=20978
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20948
* Import of powerpak.Chris Piazza1999-08-216-0/+183
PowerPak is an attempt at writing a high-level game programming API for multiple platforms that uses the SDL libraries. Currently it is in need of optimizations, but it does have the basics. PR: 13264 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su> Notes: svn path=/head/; revision=20849