aboutsummaryrefslogtreecommitdiffstats
path: root/games/glsfcave
Commit message (Collapse)AuthorAgeFilesLines
* Switch from libglut to freeglut and retire libglut. Libglut hasn't beenkwm2012-08-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | developed in years and has been dropped from the MESA 8.0 distribution. Freeglut is a rewrite of glut and is actively developed and is used by many linux distributions instead of libglut. Bump all ports that directly depend on libglut because of the shlib version change. There are some extra items in this patch. *) Because freeglut doesn't have the same dependancies as libglut, some ports need extra dependencies added to USE_XORG to make them build. *) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped with libglut. *) Remove option for libglut/freeglut selection in games/cake, only freeglut remains now. *) While here fix a png related build issue games/vegastrike. Thanks to miwi for running the exp-run. Approved by: portmgr (miwi) Collaboration with: zeising@ Obtained from: xorg-dev staging area.
* -remove MD5ohauer2011-07-031-1/+0
|
* - Update URL of my distfile mirror in 87 portsamdmi32009-07-291-1/+1
| | | | Approved by: portmgr (erwin)
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).flz2009-01-241-3/+2
| | | | | | | | - Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG).
* - Update address of my distfile mirroramdmi32009-01-061-1/+1
|
* Update my email address in 132 ports.amdmi32008-06-201-1/+1
| | | | Approved by: miwi (mentor)
* GLSFcave is a port of SunFlat's SFcave for UNIX/OpenGL. SFcave ismiwi2008-03-273-0/+55
a game where the player controls a ribbon to avoid hitting walls. You have only one control: when you hold the mouse button, the ribbon goes up. Otherwise the ribbon goes down. The game uses OpenGL for drawing two-dimensional frames. This is for portability(for MacOS X) and to offload CPU. WWW: http://user.ecc.u-tokyo.ac.jp/~g650192/glsfcave/ PR: ports/121847 Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru>