aboutsummaryrefslogtreecommitdiff
path: root/games
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.9.19.3Dmitry Marakasov2013-06-272-3/+3
| | | | Notes: svn path=/head/; revision=321871
* games/openssn: update to 1.4William Grzybowski2013-06-265-12/+52
| | | | | | | | | | | | | | | - Update to 1.4 [1] - Trim Makefile header - Remove LICENSE_FILE, not necessary - Remove leading article from COMMENT - Install MAN - Use desktop-file-utils PR: ports/179736 Submitted by: Jesse <jessefrgsmith@yahoo.ca> (maintainer) Notes: svn path=/head/; revision=321824
* games/epiar: fix buildWilliam Grzybowski2013-06-253-10/+14
| | | | | | | | | | | | - Use github [1] - Add DOCS option [1] - Fix build with USE_AUTOTOOLS PR: ports/179903 Submitted by: nemysis <nemysis@gmx.ch> [1] (maintainer) Notes: svn path=/head/; revision=321756
* Update multimedia/ffmpeg1 to 1.2.1Martin Matuska2013-06-251-0/+1
| | | | | | | | PR: ports/177145 Submitted by: Alexander Kojevnikov <alexander@kojevnikov.com> Notes: svn path=/head/; revision=321725
* games/thegrind: fix build dependsWilliam Grzybowski2013-06-241-11/+14
| | | | | | | | | | | | | - Fix BUILD_DEPENDS: needs a static library [1] - Remove leading article in COMMENT [2] - Add maintainer alias in Makefile [2] - Add DOCS option and unmute docs mkdir [2] PR: ports/179882 Submitted by: John Marino <draco@marino.st> [1], maintainer [2] Notes: svn path=/head/; revision=321682
* - Bump PORTREVISIONRaphael Kubo da Costa2013-06-226-7/+75
| | | | | | | | | | | | | | | | - Fix MASTER_SITES - Add Desktop entry file for Solutions - Add SOLUTIONS Option - Add files/holotz-castle-solutions.in - Trim files/pkg-message.in - Update WWW - Trim pkg-plist PR: ports/179671 Submitted by: nemysis <nemysis@gmx.ch> (maintainer) Notes: svn path=/head/; revision=321596
* - Update distinfoTAKATSU Tomonari2013-06-222-3/+5
| | | | | | | | | | | - Add LOCAL to MASTER_SITES - Bump PORTREVISION PR: ports/179748 Submitted by: John Marino <draco_AT_marino_DOT_st> Notes: svn path=/head/; revision=321516
* Simple Java games collection developed by Greg CawthorneJason Helfman2013-06-215-0/+87
| | | | | | | | | | | | | | | | Current game list is: Tetris: Tetris, currently in beta MM: MasterMind Reversi: Commonly known as Othello. Mine: MineSweeper RT: Reaction Tester Number: Number guessing game WWW: http://sourceforge.net/projects/javagamessuite Notes: svn path=/head/; revision=321447
* Deprecate USE_GETTEXT for USES and make it optional (depending on NLS setting)Johan van Selst2013-06-191-1/+1
| | | | | | | Submitted by: jgh Notes: svn path=/head/; revision=321319
* - Trim Makefile headerAntoine Brodin2013-06-191-8/+3
| | | | | | | | - Properly fix: it does not install mime XML files but a desktop file with MimeType Notes: svn path=/head/; revision=321296
* - Add shared-mime-info this fix the buildMartin Wilke2013-06-191-3/+2
| | | | | | | Reported by: pkg (DEVELOPER_MODE) Notes: svn path=/head/; revision=321274
* - Update to a modern version of Gnome ChessJohan van Selst2013-06-196-127/+364
| | | | | | | - Adopt port Notes: svn path=/head/; revision=321229
* Fix after PORT_OPTIONS conversionAntoine Brodin2013-06-181-2/+4
| | | | Notes: svn path=/head/; revision=321201
* - Since it is a Linux binary port, rename to have linux- prefix and setAlexey Dokuchaev2013-06-186-5/+4
| | | | | | | | | | | PKGNAMEPREFIX as appropriate; as a nice side effect, this allows up to drop PORTREVISION and (!) PORTEPOCH; this change is warranted also by the fact that RtCW source code was released on August 12 2010, so one day we might see native port added to the Ports Collection - While here, switch from PORTVERSION to DISTVERSION Notes: svn path=/head/; revision=321192
* games/palomino: update to 20130527William Grzybowski2013-06-183-72/+24
| | | | | | | | | | | | | | - Update to 20130527 [1] - Add LICENSE (GPLv2) [2] - Remove JOYSTICK option, dependency broken [2] - Use PORTDOCS instead of pkg-plist [2] PR: ports/179335 Submitted by: Hardy Schumacher <hardy.schumacher@gmx.de> [1], maintainer [2] Approved by: culot / jpaetzel (mentors, implicit), maintainer Notes: svn path=/head/; revision=321185
* - Trim Makefile headersDmitry Marakasov2013-06-1865-10931/+356
| | | | | | | | | | - Drop ABI versions from LIB_DEPENDS - OptionsNG - Pet portlint - Switch to dynamic plist where useful Notes: svn path=/head/; revision=321181
* - Fix build with clangDmitry Marakasov2013-06-171-2/+11
| | | | Notes: svn path=/head/; revision=321144
* - Trim Makefile headerDmitry Marakasov2013-06-175-27/+6
| | | | Notes: svn path=/head/; revision=321132
* - Trim Makefile header (convert to the new form)Alexey Dokuchaev2013-06-175-244/+41
| | | | | | | | | | | | | | | | | | | | | - Rephrase COMMENT line text a bit - Do not try to set UNMAKESELF_CMD (after ports/118749 was closed) - Mute ${MKDIR}'s, unmute build stage commands (wrappers generation) - Consistently use -a switch when ${CP}'ing stuff; this also preserves mtimes - Convert NOPORTDOCS -> PORT_OPTIONS:MDOCS; utilize PORTDOCS to shorten pkg-plist considerably - Do not advise to install retail version files into ${DATADIR}: the game knows also looks inside user's ${HOME}/.wolf/main directory; this also simplifies pkg-plist logic (no need for special checks via @unexec rmdir %D/%%DATADIR%% command) and allows not to mess manually with the files under system-wide ${DATADIR}; update pkg-message accordingly and reindent - Due to previous change, pkg-message no longer requires %%DATADIR%% substitution, and thus can be moved out from files/ directory - Slightly retouch port description and update WWW: to point to a working webpage [www.idsoftware.com] Notes: svn path=/head/; revision=321109
* - Update to 0.9.19Dmitry Marakasov2013-06-174-6/+55
| | | | Notes: svn path=/head/; revision=321082
* - Fix build with clangDmitry Marakasov2013-06-164-214/+27
| | | | | | | | | - Add LICENSE - Simplify build - Switch to dynamic plist Notes: svn path=/head/; revision=321070
* - Trim MakefileDmitry Marakasov2013-06-163-25/+12
| | | | | | | - Fix build with clang Notes: svn path=/head/; revision=321066
* - Update to 0.7.0Dmitry Marakasov2013-06-162-6/+6
| | | | Notes: svn path=/head/; revision=321057
* - Set MASTER_SITES to MASTER_SITE_LOCAL due to the decommissioning ofFrederic Culot2013-06-152-7/+4
| | | | | | | | | my own ftp site - Trim Makefile's header - Pet portlint(1) Notes: svn path=/head/; revision=321005
* - Fix build with clang by using USE_GCC=anyPawel Pekala2013-06-151-7/+4
| | | | | | | | - Fix comment, remove leading article, correct capitalization - Trim Makefile header Notes: svn path=/head/; revision=320999
* games/xrot: fix build with clangWilliam Grzybowski2013-06-141-6/+3
| | | | | | | | | | | - Fix build with clang, -Wno-return-type - Trim Makefile header - Remove leading article from COMMENT Approved by: culot / jpaetzel (mentors, implicit) Notes: svn path=/head/; revision=320966
* games/joequake: fix build with clangWilliam Grzybowski2013-06-141-5/+2
| | | | | | | | | | - Fix build with clang, use gnu89 C std - Trim Makefile header Approved by: culot / jpaetzel (mentors, implicit) Notes: svn path=/head/; revision=320933
* - Trim Makefile headerDmitry Marakasov2013-06-142-732/+12
| | | | | | | | - OptionsNG - Use dynamic plist Notes: svn path=/head/; revision=320913
* - Fix build with clangDmitry Marakasov2013-06-143-0/+125
| | | | | | | - Add LICENSE Notes: svn path=/head/; revision=320912
* - Fix WWWDmitry Marakasov2013-06-143-7/+33
| | | | | | | | | | | | - Add LICENSE - Make NLS optional - Install manpages PR: 179329 Submitted by: nemysis <nemysis@gmx.ch> Notes: svn path=/head/; revision=320903
* - Do not remove directories not created by this portMartin Wilke2013-06-141-1/+0
| | | | | | | Reported by: pkg (DEV_MOD) Notes: svn path=/head/; revision=320871
* - Fix i18n manpagesMartin Wilke2013-06-142-6/+14
| | | | | | | - Trim header Notes: svn path=/head/; revision=320865
* - Do not remove directories not created by this portMartin Wilke2013-06-131-2/+0
| | | | | | | Reported by: pkg (DEVELOPER_MODE) Notes: svn path=/head/; revision=320856
* Add dependencies, NLS, docsJohan van Selst2013-06-133-136/+148
| | | | | | | | PR: ports/179340 Submitted by: <nemysis@gmx.ch> Notes: svn path=/head/; revision=320822
* . fix build with clang (CFLAGS+=-Wno-return-type);Boris Samorodov2013-06-131-7/+4
| | | | | | | | . WRKSRC=${WRKDIR} -> NO_WRKSUBDIR=yes; . trim Makefile header. Notes: svn path=/head/; revision=320817
* . fix building with clang (CFLAGS+=-Wno-return-type);Boris Samorodov2013-06-132-16/+17
| | | | | | | | | | | | | . trim Makefile headers; . remove the indefinite article from COMMENT; . add LICENSE=ART10; . NOPORTDOCS -> PORT_OPTIONS:MDOCS; . mute MKDIR; . use standard DOCSDIR and DATADIR; . utilize PORTDOCS. Notes: svn path=/head/; revision=320812
* Update OpenGFX to version 0.4.7 (10 Jun 2013):Alexey Dokuchaev2013-06-132-3/+3
| | | | | | | | | | | - Feature: GUI sprites for window default size and story book - Add: Scottish Gaelic description - Fix: Disallow automatic inclusion of default C headers by GCC 4.8 Submitted by: maintainer Notes: svn path=/head/; revision=320803
* - Update to 0.041 [1]Frederic Culot2013-06-133-4/+8
| | | | | | | | | | | - Add LICENSE (MIT) Changes: http://search.cpan.org/dist/Games-Dice/Changes PR: ports/179520 [1] Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> (maintainer) Notes: svn path=/head/; revision=320802
* . fix build with clang (error: C++ requires a type specifier for all ↵Boris Samorodov2013-06-132-8/+16
| | | | | | | | | declarations); . NOPORTDOCS -> PORT_OPTIONS:MDOCS. Notes: svn path=/head/; revision=320800
* . fix build with clang (CFLAGS+=-Wno-return-type);Boris Samorodov2013-06-131-6/+3
| | | | | | | | . trim Makefile headers; . remove the indefinite article from COMMENT. Notes: svn path=/head/; revision=320759
* - Fix port afrer recent perl upgradeAndrej Zverev2013-06-133-18/+13
| | | | Notes: svn path=/head/; revision=320755
* Fix the path mentioned in pkg-descr.Raphael Kubo da Costa2013-06-121-1/+1
| | | | | | | | PR: ports/179513 Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer) Notes: svn path=/head/; revision=320719
* - Don't remove directories not created by this portMartin Wilke2013-06-121-2/+0
| | | | | | | Reported by: pkg (DEVELOPER_MODE) Notes: svn path=/head/; revision=320693
* . fix build with clang (CFLAGS+=-Wno-return-type);Boris Samorodov2013-06-112-14/+12
| | | | | | | | | | | | . trim Makefile headers; . NOPORTDOCS -> PORT_OPTIONS:MDOCS; . get use PLIST_FILES and PORTDOCS; . remove pkg-plist (4 lines); . ${PREFIX}/share/doc/spellcast -> ${DOCSDIR}; . use one install command instead of a .for loop. Notes: svn path=/head/; revision=320641
* . fix build with clang (CFLAGS+=-Wno-return-type);Boris Samorodov2013-06-111-6/+4
| | | | | | | | . trim Makefile headers; . remove the indefinite article from COMMENT. Notes: svn path=/head/; revision=320639
* . fix build with clang;Boris Samorodov2013-06-112-8/+8
| | | | | | | . trim Makefile headers. Notes: svn path=/head/; revision=320632
* Update to 4.8S.5.Raphael Kubo da Costa2013-06-115-65/+10
| | | | | | | | PR: ports/179474 Submitted by: Kalten <kalten@gmx.at> (maintainer) Notes: svn path=/head/; revision=320627
* Apply some upstream patches to fix the build with recent versions of miniupnpc.Raphael Kubo da Costa2013-06-114-3/+166
| | | | | | | | | | While here, convert from NOPORTDOCS to the OptionsNG variant. PR: ports/177987 Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer) Notes: svn path=/head/; revision=320617
* Fix build with clang (CPPFLAGS+=-Wno-return-type).Boris Samorodov2013-06-111-1/+1
| | | | Notes: svn path=/head/; revision=320609
* . fix build with clang (CFLAGS+=-Wno-return-type);Boris Samorodov2013-06-112-7/+15
| | | | | | | | | | . remove ~80 warnings (CFLAGS+=-Wno-pointer-sign); . trim Makefile headers; . remove the indefinite article from COMMENT; . adopt WRKSRC_SUBDIR instead WRKSRC. Notes: svn path=/head/; revision=320607