aboutsummaryrefslogtreecommitdiff
path: root/games
Commit message (Collapse)AuthorAgeFilesLines
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.Eitan Adler2013-03-195-5/+5
| | | | | | | | | | | | If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314640
* ResidualVM provides engine for playing Grim Fandango,Dima Panov2013-03-195-0/+51
| | | | | | | | | | | | Escape from Moneky Island, Myst 3. WWW: http://residualvm.org/ PR: ports/176959 Submitted by: Alexander Yerenkow <yerenkow@gmail.com> Notes: svn path=/head/; revision=314613
* - Fix leftover /var/games/sokoban (only when it is blankBryan Drewery2013-03-183-5/+10
| | | | | | | | | and matches the default) and advise users to remove it otherwise. - Trim header Notes: svn path=/head/; revision=314610
* "aaargh, quoted Makefile variables"Eitan Adler2013-03-185-30/+10
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=314605
* - Cleanup makefileBeech Rintoul2013-03-182-21/+128
| | | | | | | | | | - Add desktop entries PR: ports/177037 Submitted by: nemysis <nemysis@gmx.ch> (maintainer) Notes: svn path=/head/; revision=314588
* 1: Upgrade protobuf to 2.5.0.Vanilla I. Shu2013-03-182-3/+3
| | | | | | | | 2: bump revision. 3: document UPDATING. Notes: svn path=/head/; revision=314580
* - Trim the Makefile headerAlexey Dokuchaev2013-03-181-18/+15
| | | | | | | | | | - Rename X86_ASM to standard ASM and make it x86/x64 specific - Correct USE_GL setting, sort knobs, shorten very long line - Fix some whitespace in Makefile - Rephrase COMMENT while I am here Notes: svn path=/head/; revision=314521
* - Convert to OptionsNGBeech Rintoul2013-03-1723-457/+433
| | | | | | | | | | | | - Add license, desktop - Bump portrevision - Pass maintainership to submitter PR: ports/176997 Submitted by: nemysis <nemysis@gmx.ch> Notes: svn path=/head/; revision=314485
* Remove pkg-plistBeech Rintoul2013-03-171-0/+0
| | | | | | | | PR: ports/177039 Submitted by: nemysis <nemysis@gmx.ch> (maintainer) Notes: svn path=/head/; revision=314466
* - Trim old-school Makefile header per recent agreementsAlexey Dokuchaev2013-03-177-118/+112
| | | | | | | | | | | - Convert to modern OPTIONS framework (courtesy of jgh@) - Use more explicit "gl" or "glu" to simple "yes" in USE_GL - Drop shlib ABI versions from LIB_DEPENDS - Mute MKDIR's, generally cleanup Makefiles - Synchronize GAME_DESC description text between ports Notes: svn path=/head/; revision=314463
* - NOPORTDOCS -> PORT_OPTIONS:MDOCSAlexey Dokuchaev2013-03-172-8/+8
| | | | | | | - Drop article from COMMENT while here Notes: svn path=/head/; revision=314461
* - Trim old-school Makefile header per recent agreementAlexey Dokuchaev2013-03-172-46/+44
| | | | | | | | | | | - Convert to modern OPTIONS framework (courtesy of jgh@) - Prefer more explicit "gl" to simple "yes" in USE_GL - Drop shlib ABI versions from LIB_DEPENDS - Mute MKDIR's, generally cleanup Makefile - Reformat port description text while I am here Notes: svn path=/head/; revision=314459
* - Trim old-school Makefile header per recent agreementAlexey Dokuchaev2013-03-171-33/+29
| | | | | | | | | - Convert to modern OPTIONS framework (courtesy of jgh@) - Prefer more explicit "gl" to simple "yes" in USE_GL - Drop shlib ABI versions from LIB_DEPENDS while here Notes: svn path=/head/; revision=314453
* - Trim old-school Makefile header per recent agreementAlexey Dokuchaev2013-03-171-30/+25
| | | | | | | | - Convert to modern OPTIONS framework (courtesy of jgh@) - Remove stale site from MASTER_SITES while here Notes: svn path=/head/; revision=314452
* - Trim old-school Makefile header per new bylawsAlexey Dokuchaev2013-03-171-11/+14
| | | | | | | - Convert to modern OPTIONS framework (courtesy of jgh@) Notes: svn path=/head/; revision=314450
* In categories starting with [efg], remove empty lines from pkg-plist (exceptAlexey Dokuchaev2013-03-177-13/+0
| | | | | | | for `graphics/kipi-plugins'). Notes: svn path=/head/; revision=314438
* Cleanup Makefiles, port descriptions and message files for two officialAlexey Dokuchaev2013-03-176-62/+42
| | | | | | | | Quake II mission pack ports, and remove gratuitous differences between them. Notes: svn path=/head/; revision=314433
* Cleanup QuakeC compilers we have in the tree:Alexey Dokuchaev2013-03-174-28/+25
| | | | | | | | | - Trim old-school Makefile headers - Get rid of NOPORTDOCS (replace with PORT_OPTIONS:MDOCS} - Some other things along the line (non-functional) Notes: svn path=/head/; revision=314428
* - Makefile.include must be included before bsd.port.options.mk, otherwiseAlexey Dokuchaev2013-03-172-13/+10
| | | | | | | | | "make config", "make showconfig" will not work correctly - Drop redundant PKGMESSAGE assignment, tighten PLIST_SUB's - Make a few non-functional changes while here Notes: svn path=/head/; revision=314424
* - Rename FULL option to more specific FULLGAMEAlexey Dokuchaev2013-03-173-16/+12
| | | | | | | | | - Mention that Makefile.include must be included before bsd.port.options.mk - ${DISTDIR}/${DIST_SUBDIR} -> ${_DISTDIR} to make things shorter - Minor corrections in pkg-descr and pkg-plist Notes: svn path=/head/; revision=314423
* - Trim old-school Makefile header per new guidelinesAlexey Dokuchaev2013-03-175-48/+70
| | | | | | | | | | - Convert to modern OPTIONS framework (courtesy of jgh@) - Install routes for a few more deathmatch levels - Mute MKDIR's and generally cleanup Makefile while here - Reword port description and port message texts Notes: svn path=/head/; revision=314417
* - Trim old-school Makefile header per recent agreementsAlexey Dokuchaev2013-03-173-34/+26
| | | | | | | | | | | | - Convert to new OPTIONS framework (courtesy of jgh@) - Turn simple one-line patch into REINPLACE_CMD - Clarify in COMMENT that this is a game (not engine) source code - Make COMMENT really reflect what's being installed (based on OPTIONS) - Generally cleanup Makefile while here, drop maintainership - Reword port description text a bit Notes: svn path=/head/; revision=314416
* - Trim old-school Makefile headerAlexey Dokuchaev2013-03-172-12/+22
| | | | | | | | | | | - NOPORTDOCS -> PORT_OPTIONS:MDOCS - Unmute installation commands - Generally clean up Makefile - Augment port description text - Relinquish maintainership Notes: svn path=/head/; revision=314415
* - Trim old-school Makefile headerAlexey Dokuchaev2013-03-173-65/+53
| | | | | | | | | | | - Convert to new OPTIONS framework (courtesy of jgh@) - Remove i386 restriction for SKYBOXES option: I fixed `archivers/nwreckdum' in r250781 three years ago - Generally cleanup Makefile while here, drop maintainership - Merge pkg-message into pkg-descr and make the latter useful Notes: svn path=/head/; revision=314412
* - Convert to OptionsNGBeech Rintoul2013-03-173-16/+20
| | | | | | | | | | - Add license PR: ports/177039 Submitted by: nemysis <nemysis@gmx.ch> (maintainer) Notes: svn path=/head/; revision=314400
* - Update to 0.4.0Beech Rintoul2013-03-174-100/+132
| | | | | | | | PR: ports/176979 Submitted by: nemysis <nemysis@gmx.ch> (maintainer) Notes: svn path=/head/; revision=314389
* - Trim old-school Makefile headerAlexey Dokuchaev2013-03-162-33/+31
| | | | | | | | | - Fix a typo in OPTIONS_DEFAULT (CLIETN -> CLIENT) - Reindent and generally cleanup Makefile - Reformat port description for better readability Notes: svn path=/head/; revision=314379
* - Trim old-school Makefile headerAlexey Dokuchaev2013-03-163-77/+75
| | | | | | | | | | | | | - Remove defunct MASTER_SITES - Improve the COMMENT text - Fix couple of fallouts after OptionsNG conversion in r304274 - Drop shlib ABI versions from LIB_DEPENDS - Reindent and generally cleanup Makefile - Fix couple of typos in pkg-message - Reformat port description for better readability Notes: svn path=/head/; revision=314377
* - Remove dead sites from the MASTER_SITESAlexey Dokuchaev2013-03-161-5/+2
| | | | | | | - Correct one option description while here Notes: svn path=/head/; revision=314376
* - Trim old-school Makefile header, define LICENSE (GPLv2)Alexey Dokuchaev2013-03-162-57/+52
| | | | | | | | | | - Clarify wording in the COMMENT line - Convert to contemporary OPTIONS framework and cleanup Makefile - Drop shlib ABI version from LIB_DEPENDS - Fix couple of typos in pkg-message Notes: svn path=/head/; revision=314362
* - Trim old-school Makefile headerAlexey Dokuchaev2013-03-161-47/+41
| | | | | | | | | - Convert to contemporary OPTIONS framework and cleanup Makefile - Drop shlib ABI version from LIB_DEPENDS - Relinquish control and add deprecation note Notes: svn path=/head/; revision=314359
* - Trim old-school Makefile headerAlexey Dokuchaev2013-03-162-28/+22
| | | | | | | | | | - Convert to contemporary OPTIONS framework and cleanup Makefile - Drop shlib ABI version from LIB_DEPENDS - Provide a new home for distfiles (make them fetchable) and update WWW line in port description Notes: svn path=/head/; revision=314356
* - Convert to contemporary OPTIONS frameworkAlexey Dokuchaev2013-03-163-32/+34
| | | | | | | | - Cleanup Makefiles, improve port description - Relinquish maintainership Notes: svn path=/head/; revision=314355
* - Trim Makefile header per new style guidelinesAlexey Dokuchaev2013-03-166-39/+36
| | | | | | | | | | - Convert to contemporary OPTIONS framework - Cleanup Makefiles, fix a typo, reword pkg-descr - Add a hint where to look for data port logic description to quake3-data port and terminate an URL with slash while here Notes: svn path=/head/; revision=314353
* - Trim Makefile header per new style guidelinesAlexey Dokuchaev2013-03-163-30/+28
| | | | | | | | | - Convert to contemporary OPTIONS framework - Drop maintainership, this port is stable enough to fly solo - Cleanup Makefiles, reformat pkg-descr and add WWW line Notes: svn path=/head/; revision=314351
* - Trim Makefile header per new style guidelinesAlexey Dokuchaev2013-03-163-38/+31
| | | | | | | | | - Convert to contemporary OPTIONS framework - Replace defunct URLs with working mirror in MASTER_SITES and pkg-descr - Cleanup Makefile, remove stray empty line in pkg-plist Notes: svn path=/head/; revision=314349
* - Remove needless quoting of BROKEN/IGNOREBryan Drewery2013-03-161-6/+2
| | | | | | | | | | - Trim headers PR: ports/168908 With hat: portmgr Notes: svn path=/head/; revision=314333
* - OptionsNGDmitry Marakasov2013-03-151-11/+7
| | | | | | | - Trim header Notes: svn path=/head/; revision=314283
* - Convert to PEAR_AUTOINSTALLMartin Wilke2013-03-151-14/+3
| | | | | | | - Trim header Notes: svn path=/head/; revision=314218
* - Add Desktop entriesBeech Rintoul2013-03-143-24/+39
| | | | | | | | | | | | - Add icons - Add pkg-plist - Bump portrevision PR: ports/173436 Submitted by: nemysis <nemysis@gmx.ch> (maintainer) Notes: svn path=/head/; revision=314193
* - Add Desktop entriesBeech Rintoul2013-03-142-19/+150
| | | | | | | | | | | | - Add icons - Add pkg-plist - Bump portrevision PR: ports/173431 Submitted by: nemysis <nemysis@gmx.ch> (maintainer) Notes: svn path=/head/; revision=314191
* - Add Desktop entriesBeech Rintoul2013-03-144-26/+216
| | | | | | | | | | | | - Add icons - Add pkg-plist - Bump portrevision PR: ports/173427 Submitted by: nemysis <nemysis@gmx.ch> (maintainer) Notes: svn path=/head/; revision=314190
* - Add Desktop entriesBeech Rintoul2013-03-143-30/+212
| | | | | | | | | | | | - Add icons - Add pkg-plist - Bump portrevision PR: ports/173397 Submitted by: nemysis <nemysis@gmx.ch> Notes: svn path=/head/; revision=314188
* - Add Desktop entriesBeech Rintoul2013-03-145-39/+99
| | | | | | | | | | | | - Add icons - Add pkg-plist - Bump portrevision PR: ports/173356 Submitted by: nemysis <nemysis@gmx.ch> (maintainer) Notes: svn path=/head/; revision=314185
* - Remove portdocs from pkg-plistBeech Rintoul2013-03-142-4/+0
| | | | | | | | | | - Remove unneeded PKGNAMEPREFIX Submitted by: Various Approved by: nemysis <nemysis@gmx.ch> (maintainer) Notes: svn path=/head/; revision=314180
* EXTRACT_SUFX is set by USE_XZPawel Pekala2013-03-141-1/+0
| | | | | | | Noticed by: bapt Notes: svn path=/head/; revision=314168
* - Convert to OptionsngMartin Wilke2013-03-143-27/+17
| | | | | | | - While here trim header Notes: svn path=/head/; revision=314144
* i- Update to 2.2.7Martin Wilke2013-03-144-75/+42
| | | | | | | | PR: 176534 Submitted by: Ports Fury Notes: svn path=/head/; revision=314131
* - Makefile tweaksBeech Rintoul2013-03-141-5/+2
| | | | | | | | | | | | - Add desktop entries - Add build depends - Bump portrevision PR: ports/173346 Submitted by: nemysis <nemysis@gmx.ch> (maintainer) Notes: svn path=/head/; revision=314121
* - Makefile tweaksBeech Rintoul2013-03-134-28/+91
| | | | | | | | | | | | - Add Desktop entries, removed all Notes - Add pkg-plist - Shorten header PR: ports/173345 Submitted by: nemysis <nemysis@gmx.ch> (maintainer) Notes: svn path=/head/; revision=314118