summaryrefslogtreecommitdiff
path: root/games (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix the packaging list. I've been lazy initially, and specified onlyJoerg Wunsch1998-09-151-1/+4
| | | | | | | | | | | | | | the directory name for the xmahjongg libdir, as opposed to the component files. Reminded by: David Kulp <dkulp@neomorphic.com> While i was at it, it also occured to me that i need an @unexec with the mkfontdir command, so fonts.dir is being rebuilt upon deinstallation, too. Notes: svn path=/head/; revision=13157
* jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.Satoshi Asami1998-09-154-8/+8
| | | | | | | | (Note, since the shlib major didn't change this just removes the regexp support.) Notes: svn path=/head/; revision=13147
* libXpm major is now 5. Also remove regexp support in preparation forSatoshi Asami1998-09-1538-79/+78
| | | | | | | ELF conversion. Notes: svn path=/head/; revision=13144
* Activate pysol.Thomas Gellekum1998-09-111-1/+2
| | | | Notes: svn path=/head/; revision=13089
* New port pysol, yet another solitaire clone. Most prominent feature:Thomas Gellekum1998-09-115-0/+129
| | | | | | | demo mode for the uninitiated. :-) Notes: svn path=/head/; revision=13088
* Sync package with reality as defined by source-build port (setgid gamesTim Vanderhoek1998-09-048-0/+24
| | | | | | | | | binary, list ad. documentation). PR: ports/7673 (Sue Blake <sue@welearn.com.au>) Notes: svn path=/head/; revision=13008
* Update to latest crossfire version.Andreas Klemm1998-08-3112-75/+213
| | | | | | | | This will be the latest version, the author has a new version in the pipeline. This version will only get bugfixes from now on. Notes: svn path=/head/; revision=12970
* Checksum changedJustin M. Seger1998-08-271-1/+1
| | | | Notes: svn path=/head/; revision=12880
* MASTER_SITE movedJustin M. Seger1998-08-271-2/+2
| | | | Notes: svn path=/head/; revision=12879
* Take out MANCOMPRESSED=yes (not needed anymore, implied by USE_IMAKE).Satoshi Asami1998-08-271-2/+1
| | | | Notes: svn path=/head/; revision=12875
* Add "USE_XLIB=yes".Matthew Hunt1998-08-261-1/+3
| | | | Notes: svn path=/head/; revision=12867
* kde shared libs are now at version 1. Gosh, no wonder they kept beingSatoshi Asami1998-08-251-2/+2
| | | | | | | reinstalled over and over. Notes: svn path=/head/; revision=12836
* Installs manpages uncompressed.Satoshi Asami1998-08-251-1/+2
| | | | Notes: svn path=/head/; revision=12818
* These ports install uncompressed manpages even though USE_IMAKE isSatoshi Asami1998-08-2518-20/+36
| | | | | | | | | set, so mark them with MANCOMPRESSED=no. Note that this requires the new bsd.port.mk that is not committed yet (going through final tests, will be committed in a few hours). Notes: svn path=/head/; revision=12817
* Maybe MANCOMPRESSED?Tim Vanderhoek1998-08-242-2/+4
| | | | Notes: svn path=/head/; revision=12804
* MAN6=xneko.6Tim Vanderhoek1998-08-242-2/+4
| | | | | | | MANCOMPRESSED=maybe Notes: svn path=/head/; revision=12803
* Turn on xataxx.Steve Price1998-08-241-1/+2
| | | | Notes: svn path=/head/; revision=12788
* Initial import of xataxx version 1.0.Steve Price1998-08-247-0/+118
| | | | | | | | | | A strategy game of position and movement for the X Window System. PR: 7642 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su> Notes: svn path=/head/; revision=12787
* Turn on the merlin port.Steve Price1998-08-241-1/+2
| | | | Notes: svn path=/head/; revision=12786
* Initial import of merlin version 1.0.Steve Price1998-08-246-0/+65
| | | | | | | | | | Another pointless puzzle game for Tcl/Tk. PR: 7601 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su> Notes: svn path=/head/; revision=12785
* It this port incompatible with newer versions of qt?Satoshi Asami1998-08-233-3/+9
| | | | | | | | | | | | | | | === g++ -pipe -O -I../include -I. -I/usr/X11R6/include -I/usr/X11R6/include/X11/qt -c ../win/Qt/qt_win.cpp In file included from ../win/Qt/qt_win.cpp:90: /usr/include/malloc.h:2: warning: #warning "this file includes <malloc.h> which is deprecated, use <stdlib.h> instead" ../win/Qt/qt_win.cpp: In method `void NetHackQtGlyphs::resize(int, int)': ../win/Qt/qt_win.cpp:2952: no member function `QImage::smoothScale(int, int)' defined gmake[1]: *** [qt_win.o] Error 1 gmake[1]: Leaving directory `/usr/ports/games/nethack-qt/work/nethack-3.2.2/src' gmake: *** [nethack] Error 2 Notes: svn path=/head/; revision=12760
* Use the MANx variables. This commit only covers ports thatTim Vanderhoek1998-08-234-3/+9
| | | | | | | | | | | | | | don't USE_IMAKE, don't appear to change behaviour on NOMANCOMPRESS (many do, subtly) and don't install more than one manpage. Any port listed here is a good candidate for a general review simply due to age... For example, a number of them seem to patch an install: target into the program Makefile and/or arbitrarily compress their manpages from patches/patch-*. This has been out-of-vogue since I would guess mid-1996, at least. Notes: svn path=/head/; revision=12747
* Upgrade to version 1.7.0.Justin M. Seger1998-08-194-10/+10
| | | | | | | | Submitted by: brett@peloton.physics.montana.edu PR: ports/7667 Notes: svn path=/head/; revision=12632
* Use loops.Satoshi Asami1998-08-171-34/+20
| | | | Notes: svn path=/head/; revision=12577
* Activate bugsx.Joseph Koshy1998-08-171-1/+2
| | | | Notes: svn path=/head/; revision=12565
* Breed bugs using genetic algorithms. Use X11.Joseph Koshy1998-08-176-0/+52
| | | | | | | | PR: 5245 Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us> Notes: svn path=/head/; revision=12564
* Turn on qstat.Steve Price1998-08-171-1/+2
| | | | Notes: svn path=/head/; revision=12552
* Re-import of qstat.Steve Price1998-08-175-0/+28
| | | | Notes: svn path=/head/; revision=12551
* Remove manpages defined in MAN? macros in games' Makefiles.Satoshi Asami1998-08-1376-137/+8
| | | | Notes: svn path=/head/; revision=12487
* Make tksol dockable under WindowMaker. Update maintainer's address.Thomas Gellekum1998-08-122-260/+166
| | | | Notes: svn path=/head/; revision=12474
* Replace qt dependencies with USE_QT.Satoshi Asami1998-08-1211-41/+30
| | | | | | | | (Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and GNU_CONFIGURE) Notes: svn path=/head/; revision=12469
* Update (?) to version 0.4.Steve Price1998-08-105-43/+57
| | | | | | | | PR: 7554 Submitted by: maintainer Notes: svn path=/head/; revision=12429
* Update to version 0.4.Steve Price1998-08-104-17/+24
| | | | | | | | PR: 7555 Submitted by: maintainer Notes: svn path=/head/; revision=12427
* Find the distfile again and handle NOPORTDOCS.Steve Price1998-08-102-3/+5
| | | | | | | | PR: 7553 Submitted by: maintainer Notes: svn path=/head/; revision=12426
* Activate wmtimebomb.Thomas Gellekum1998-08-101-1/+2
| | | | Notes: svn path=/head/; revision=12416
* New port wmtimebomb. Another entry for the still missingThomas Gellekum1998-08-105-0/+31
| | | | | | | minesweeper category. This one works best with WindowMaker. Notes: svn path=/head/; revision=12415
* Update to version 15.17.Steve Price1998-08-092-6/+6
| | | | | | | | PR: 7538 Submitted by: maintainer Notes: svn path=/head/; revision=12386
* Update to version 0.3Steve Price1998-08-095-18/+58
| | | | | | | | PR: 7487 Submitted by: maintainer Notes: svn path=/head/; revision=12368
* Turn on tinymux.Steve Price1998-08-091-1/+2
| | | | Notes: svn path=/head/; revision=12365
* Initial import of tinymux version 1.4p13.Steve Price1998-08-096-0/+135
| | | | | | | | | | A multi-player freeform adventure program. PR: 6791 Submitted by: Christopher T. Johnson <cjohnson@neunacht.netgsi.com> Notes: svn path=/head/; revision=12364
* Fix up dependencies for ports that moved into the x11-toolkits category.Satoshi Asami1998-08-0725-60/+60
| | | | Notes: svn path=/head/; revision=12335
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orSatoshi Asami1998-08-0540-80/+80
| | | | | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly. Notes: svn path=/head/; revision=12289
* Checksum changed....Satoshi Asami1998-08-041-1/+1
| | | | Notes: svn path=/head/; revision=12281
* Upgrade to 2.2.Thomas Gellekum1998-08-042-11/+7
| | | | Notes: svn path=/head/; revision=12272
* Spelling and grammar police.Matthew Hunt1998-08-041-8/+8
| | | | Notes: svn path=/head/; revision=12269
* Activate pp.Jacques Vidrine1998-08-011-1/+2
| | | | Notes: svn path=/head/; revision=12239
* Prometeus Project - real time strategy game for X Window System.Jacques Vidrine1998-08-017-0/+376
| | | | | | | | PR: ports/7143 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su> Notes: svn path=/head/; revision=12238
* Activate spellcast.Jacques Vidrine1998-07-311-1/+2
| | | | Notes: svn path=/head/; revision=12232
* Multiplayer fight with spells turn based game for X Window System.Jacques Vidrine1998-07-316-0/+67
| | | | | | | | PR: ports/7158 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su> Notes: svn path=/head/; revision=12231
* Typo fix for URL.Alexander Langer1998-07-291-1/+1
| | | | Notes: svn path=/head/; revision=12203