aboutsummaryrefslogtreecommitdiff
path: root/games/scourge
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.19Jose Alonso Cardenas Marquez2007-10-052-7/+5
| | | | Notes: svn path=/head/; revision=200895
* - Fix build with GCC 4.xJose Alonso Cardenas Marquez2007-09-061-0/+4
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=198901
* - Add missing dependencies, it fixes problems in configure timeJose Alonso Cardenas Marquez2007-08-191-2/+2
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=197931
* - Update to 0.18Jose Alonso Cardenas Marquez2007-08-182-10/+9
| | | | | | | | - Remove 4.x support - Remove sourge-data/pkg-plist file. Now this is generated dynamically Notes: svn path=/head/; revision=197873
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - I forgot to remove BROKEN line in my previous commit.Jose Alonso Cardenas Marquez2007-02-011-3/+1
| | | | Notes: svn path=/head/; revision=183880
* - Update to 0.17Jose Alonso Cardenas Marquez2007-02-013-29/+8
| | | | | | | | | | - Remove EDITOR option. The scourge editor still is very experimental. - Remove BROKEN state [1] Reported by: kris, pav [1] Notes: svn path=/head/; revision=183879
* BROKEN: Does not compileKris Kennaway2007-01-301-0/+2
| | | | Notes: svn path=/head/; revision=183665
* - Update to 0.16Jose Alonso Cardenas Marquez2006-12-022-6/+5
| | | | Notes: svn path=/head/; revision=178549
* - Use provided WX_CONFIG instead of local WXCONFIG.Alejandro Pulver2006-12-011-4/+3
| | | | | | | | | | | | | - Use WANT_UNICODE instead of WX_UNICODE since it can be compiled with the non-Unicode version. - Use ARCH instead of MACHINE_ARCH to possibly allow cross-compiling. PR: ports/105495 Submitted by: alepulver (myself) Approved by: maintainer (timeout) Notes: svn path=/head/; revision=178468
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directoryStanislav Sedov2006-09-201-0/+1
| | | | | | | | | | | | | | | | | | | structure (i.e. include/SDL for includes and sdl-config for configuration binary) - Update graphics/sdl_ttf to version 2.0.8 - Update graphics/sdl_image to version 1.2.5 - Update audio/sdl_mixer to version 1.2.7 - Update net/sdl_net to version 1.2.6 - Update Mk/bsd.sdl.mk accordingly - Fix dependent ports to fit the new directory structure and avoid several API breakages - Bump up portrevisions for all dependent ports to allow them to be upgraded by portupgrade/portmaster etc tools Approved by: kris (portmgr), sem (mentor) Notes: svn path=/head/; revision=173460
* - Update to 0.15Jose Alonso Cardenas Marquez2006-09-153-7/+52
| | | | | | | | | | | | | - Add EDITOR OPTION. This will install scourge editor - Add USE_WX - Add pkg-message file - Remove USE_GCC - Mark BROKEN on 4.x Approved by: garga (mentor,implicit) Notes: svn path=/head/; revision=173115
* Change maintainer address to my @FreeBSD.org emailJose Alonso Cardenas Marquez2006-07-231-1/+1
| | | | | | | Approved by: garga (mentor) Notes: svn path=/head/; revision=168518
* - Update to 0.14.Stefan Walter2006-06-173-750/+13
| | | | | | | | | | | | - Add dependency on newly-created games/scourge-data. - Remove USE_X_PREFIX. PR: 98926 Submitted by: maintainer Approved by: arved (mentor) Notes: svn path=/head/; revision=165657
* - Update to 0.13Pav Lucistnik2006-03-183-387/+443
| | | | | | | | PR: ports/94579 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer) Notes: svn path=/head/; revision=157548
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154152
* Respect LOCALBASE and X11BASEMarcus Alves Grando2005-11-061-2/+5
| | | | | | | | PR: 88531 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer) Notes: svn path=/head/; revision=147443
* > OK, but don't forget USE_GCC (3.4+ will be right I guess), because itEdwin Groothuis2005-10-161-0/+1
| | | | | | | | | | | | > just doesn't compile with 2.95.4 under my 4.11-RELEASE. With 3.4 it > does, on the same box. Since it compiled fine under 5.2.1 here with 3.3, I lower it to USE_GCC=3.3+ Submitted by: Dmitry Marakasov <amdmi3@mail.ru> Notes: svn path=/head/; revision=145538
* [NEW PORT] games/scourge: S.C.O.U.R.G.E. is a rogue-like gameEdwin Groothuis2005-10-164-0/+734
S.C.O.U.R.G.E. is a rogue-like game in the fine tradition of NetHack and Moria It sports a graphical front-end, similar to glHack or the Falcon's eye. I tried to design the 3D UI as a best of both worlds from old to new: It lets you rotate the view, zoom in/out, view special effects, etc. On the other hand I've always liked the old-school isometric games like Exult or Woodward. WWW: http://scourge.sourceforge.net/ PR: ports/87146 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> Notes: svn path=/head/; revision=145502