summaryrefslogtreecommitdiff
path: root/games (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Path changed on master site.Bill Fenner1997-04-021-2/+2
| | | | | | | Found by: distfile checker Notes: svn path=/head/; revision=6104
* Upgrade, 0.8.0 -> 0.8.1.Masafumi Max NAKANE1997-03-316-89/+85
| | | | | | | | | | | Split the patches into several files. Submitted by: Matthew Hunt <mph@pobox.com> (Closing PR #3003.) Also, style tweaks on Makefile. Notes: svn path=/head/; revision=6076
* remove extrainous PKGNAMEDavid E. O'Brien1997-03-251-2/+1
| | | | Notes: svn path=/head/; revision=5997
* Fix bad MASTER_SITES lineJames FitzGibbon1997-03-231-3/+3
| | | | | | | Reminded-that-I'm-an-idiot-by: Matthew Hunt <mph@pobox.com> Notes: svn path=/head/; revision=5983
* Remove from MASTER_SITES sites that don't have the now obsolete (by ID'sJames FitzGibbon1997-03-191-10/+4
| | | | | | | | | | standards) quake101.zip. This reduces the sites to 3, but until Cracked.Com releases a new version of the Linux Quake loader, there's not much more we can do. Submitted by: Tommy Cheng <tommycheng@pcmagic.net> Notes: svn path=/head/; revision=5978
* Um, you don't need the full pathnames here.Satoshi Asami1997-03-121-3/+3
| | | | Notes: svn path=/head/; revision=5955
* Fix pathname in ftp tarball. New "fetch" will create a tarballSatoshi Asami1997-03-122-2/+4
| | | | | | | | | with all internal directory names. Closes PR ports/2952. Submitted by: Bill Fenner <fenner@parc.xerox.com> Notes: svn path=/head/; revision=5954
* Removed entry from MASTER_SITES that had just a path without a hostname.James FitzGibbon1997-03-121-3/+2
| | | | | | | | Fixed typo in MASTER_SITES for ftp2.idsoftware.com Submitted by: Bill Fenner <fenner@parc.xerox.com> Notes: svn path=/head/; revision=5950
* Activate xblast.Stefan Eßer1997-03-111-1/+2
| | | | Notes: svn path=/head/; revision=5943
* Xblast is a multi-player real-time strategy game :)Stefan Eßer1997-03-116-0/+46
| | | | Notes: svn path=/head/; revision=5942
* Activate xpat2.Thomas Gellekum1997-03-061-1/+2
| | | | Notes: svn path=/head/; revision=5887
* Import of the xpat2 port. xpat2 is a collection of solitaireThomas Gellekum1997-03-066-0/+207
| | | | | | | | | | | card games with very well designed cards. Closes PR #2887. Submitted by: Matthew Hunt <mph@pobox.com> Notes: svn path=/head/; revision=5886
* Fix a botched patch.Mark Murray1997-03-061-3/+3
| | | | | | | | Pointed out by: asami LMP owed by: markm Notes: svn path=/head/; revision=5875
* On second thought, merely comment it out. I'd hate to lose trackSatoshi Asami1997-03-061-1/+3
| | | | | | | of these things. Notes: svn path=/head/; revision=5870
* Remove IS_INTERACTIVE, it can operate under a ssh connection. (ThereSatoshi Asami1997-03-061-2/+1
| | | | | | | are other ports that does this.) Notes: svn path=/head/; revision=5866
* Upgrade to 1.6.8. Closes PR #2885.Thomas Gellekum1997-03-052-4/+4
| | | | | | | Submitted by: Simon Marlow <simonm@dcs.gla.ac.uk> Notes: svn path=/head/; revision=5856
* Oops, forgot to remove "x11" from categories. While I'm here, moveSatoshi Asami1997-03-051-4/+3
| | | | | | | CONFIGURE_ENV down to where it belongs. Notes: svn path=/head/; revision=5855
* Share xpuzzletama with the rest of the world.Satoshi Asami1997-03-051-1/+2
| | | | Notes: svn path=/head/; revision=5854
* A tetris-like game developed in Japan. Closes PR ports/2530.Satoshi Asami1997-03-056-0/+86
| | | | | | | Submitted by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> Notes: svn path=/head/; revision=5853
* Activate an.Thomas Gellekum1997-03-041-1/+2
| | | | Notes: svn path=/head/; revision=5841
* Import of an port. an is a fast anagram generator.Thomas Gellekum1997-03-045-0/+49
| | | | | | | | | Closes PR #2839. Submitted by: Julian Assange <proff@iq.org> Notes: svn path=/head/; revision=5840
* Activate angband.Thomas Gellekum1997-03-041-1/+2
| | | | Notes: svn path=/head/; revision=5835
* Import of the angband port. Angband is a roguelike game.Thomas Gellekum1997-03-046-0/+123
| | | | | | | | | Closes PR #2799. Submitted by: Matthew Hunt <mph@pobox.com> Notes: svn path=/head/; revision=5833
* gets() -> fgets()Mark Murray1997-03-031-0/+144
| | | | | | | Submitted by: Kent Vander Velden (grafix@iastate.edu) Notes: svn path=/head/; revision=5820
* Upgrade to 0.4.Thomas Gellekum1997-02-212-5/+4
| | | | Notes: svn path=/head/; revision=5713
* moved fire key back from 'z' to 'Left-Shift'.Andreas Klemm1997-02-161-0/+24
| | | | | | | | | | | | Better for german keyboards. Added my highscore to scorefile ;-) Cool game. Makes really fun to play ;-)) Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=5646
* replaced spaces by tabsAndreas Klemm1997-02-161-10/+10
| | | | | | | | | Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=5644
* enable xsoldier in the ports collectionAndreas Klemm1997-02-161-1/+2
| | | | Notes: svn path=/head/; revision=5642
* Added xsoldier port. Closes PR 2721.Andreas Klemm1997-02-167-0/+213
| | | | | | | This is a really nice _blaster_everything_away_ game under x11 ;-) Notes: svn path=/head/; revision=5641
* Umm, "#" is not a comment character in C. ;)Satoshi Asami1997-02-161-2/+1
| | | | Notes: svn path=/head/; revision=5640
* turn on xspringiesDavid E. O'Brien1997-02-161-1/+2
| | | | Notes: svn path=/head/; revision=5635
* XSpringies is a mass and spring simulation system. It's intended use is moreDavid E. O'Brien1997-02-166-0/+112
| | | | | | | | | | | | like that of a game, than some design package. (fixed /0 FP exception) Submitted by: jkh Closes PR: ports/2292 Notes: svn path=/head/; revision=5634
* No package name at beginning of COMMENTs.Satoshi Asami1997-02-141-1/+1
| | | | Notes: svn path=/head/; revision=5607
* Activate lincity.Thomas Gellekum1997-02-141-1/+2
| | | | Notes: svn path=/head/; revision=5601
* Import of lincity. Closes PR #2724.Thomas Gellekum1997-02-146-0/+596
| | | | | | | Submitted by: Julian Assange <proff@iq.org> Notes: svn path=/head/; revision=5600
* They only have a .tar.Z file (don't have .tar.gz anymore). Gosh, isn'tSatoshi Asami1997-02-132-2/+3
| | | | | | | that backwards? Notes: svn path=/head/; revision=5593
* Upgrade, 3.5.1 -> 3.6.1.Masafumi Max NAKANE1997-02-123-10/+10
| | | | | | | | Pointed-out by: Jim Overholt <overholt@cisco.com> (Closing PR #2707.) Notes: svn path=/head/; revision=5588
* Upgrade to 2.0. More OS's, and now machiens are networked.David E. O'Brien1997-02-125-59/+96
| | | | | | | | | | | | | | In playing this game, I found that our friend Chuck didn't come up as often as before. There are more OS's now, and Linux was represented by both the Pinguin and Red Hat. So I replaced "Red Hat" with a second "BSD". The game often produces an error screen when bill wins. But scores are saved ok, and it plays fine. Upgraded with permission of the Maintainer. Notes: svn path=/head/; revision=5581
* Enable xbat.Masafumi Max NAKANE1997-02-011-1/+2
| | | | Notes: svn path=/head/; revision=5482
* New port:Masafumi Max NAKANE1997-02-016-0/+735
| | | | | | | | | | XBAT - XEVIOUS like shooting game Submitted by: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp> Reviewed & modified by: max (Closing PR #2224.) Notes: svn path=/head/; revision=5481
* Added crossfire shutdown and forbid file and added this to PLIST.Andreas Klemm1997-01-266-3/+21
| | | | Notes: svn path=/head/; revision=5447
* update port to new version 0.93.0Andreas Klemm1997-01-2524-489/+99
| | | | Notes: svn path=/head/; revision=5439
* Use rpm2cpio for extracting.Thomas Gellekum1997-01-241-3/+4
| | | | Notes: svn path=/head/; revision=5415
* Upgrade to 3.5.0Mark Murray1997-01-203-12/+14
| | | | | | | | Submitted by: Mark Huizer Butt kicked until I did this by: Mark Huizer Notes: svn path=/head/; revision=5398
* Activate cgoban.Thomas Gellekum1997-01-131-1/+2
| | | | Notes: svn path=/head/; revision=5334
* Import of cgoban, an internet go client.Thomas Gellekum1997-01-136-0/+46
| | | | | | | | | Closes PR #2398. Submitted by: Simon Marlow <simonm@dcs.gla.ac.uk> Notes: svn path=/head/; revision=5331
* No trailing slash necessary for MASTER_SITE_SUBDIR. Set USE_X11 insteadSatoshi Asami1997-01-101-3/+3
| | | | | | | of saying PREFIX=${X11BASE}. Notes: svn path=/head/; revision=5300
* Activate xminehunter.Thomas Gellekum1997-01-101-1/+2
| | | | Notes: svn path=/head/; revision=5297
* Import of xminehunter, yet another minesweeper game.Thomas Gellekum1997-01-106-0/+50
| | | | | | | Uses Motif, and almost works with the latest lesstif-current. Notes: svn path=/head/; revision=5296
* Remove myself as MAINTAINER from a number of ports I no longerJordan K. Hubbard1997-01-061-3/+1
| | | | | | | | have time to properly maintain. This will cause the position to revert to ports. Notes: svn path=/head/; revision=5235