summaryrefslogtreecommitdiff
path: root/games/monkeybubble (follow)
Commit message (Collapse)AuthorAgeFilesLines
* They don't seem to be releasing new versions of this app anymore.Adam Weinberger2005-05-231-1/+3
| | | | | | | Define HAS_MONKEYS so it doesn't get lonely. Notes: svn path=/head/; revision=135990
* Chase the slit of gconf to a seperate port.Koop Mast2005-03-201-2/+2
| | | | Notes: svn path=/head/; revision=131736
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-1/+1
| | | | Notes: svn path=/head/; revision=130974
* Use USE_GSTREAMER.Adam Weinberger2005-03-071-2/+3
| | | | Notes: svn path=/head/; revision=130507
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in theJoe Marcus Clarke2004-11-071-0/+1
| | | | | | | big upgrade. Notes: svn path=/head/; revision=121070
* Update to 0.3.2.Adam Weinberger2004-08-257-30/+98
| | | | | | | | | | | | | | Note: there is a sneaking suspicion abounding that this program will not work with libc_r. If you are forcing libc_r for something like the NVidia kernel module, update that port and switch over to libpthread. Note also: a noticible pause when starting a new game seems to be normal. This pause is also associated with a gigantic memory spike, but it'll subside once the game starts. Notes: svn path=/head/; revision=117216
* Chase the gstreamer shared lib bump.Joe Marcus Clarke2004-08-161-1/+1
| | | | Notes: svn path=/head/; revision=116442
* Bump PORTREVISION to chase the gstreamer shared lib version.Joe Marcus Clarke2004-08-021-1/+1
| | | | Notes: svn path=/head/; revision=115299
* Use the new gconf schema stuff.Adam Weinberger2004-07-061-2/+2
| | | | Notes: svn path=/head/; revision=113075
* Chase the gstreamer shared lib version, and bump PORTREVISION whereJoe Marcus Clarke2004-06-141-1/+1
| | | | | | | appropriate. Notes: svn path=/head/; revision=111480
* Fix some known compatibility problems with GNOME 2.6.Joe Marcus Clarke2004-04-052-4/+9
| | | | Notes: svn path=/head/; revision=106192
* Add size data, approved by maintainers.Trevor Johnson2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104520
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Change WWW to new homepage location.Adam Weinberger2004-03-051-1/+1
| | | | | | | Located by: Mezz's slick sleuthing skillz Notes: svn path=/head/; revision=103020
* Dump GNU_CONFIGURE in favour of USE_LIBTOOL and lthack.Adam Weinberger2004-03-041-2/+2
| | | | | | | Submitted by: mezz Notes: svn path=/head/; revision=102958
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Dunno yet what happened, but the monkeybubble website has disappearedAdam Weinberger2004-01-291-1/+3
| | | | | | | | into the aether. I'm hosting the distfile locally until I can figger out what's up. Notes: svn path=/head/; revision=99414
* Update to 0.1.9. Now without 8 billion pixbuf errors!Adam Weinberger2004-01-194-14/+4
| | | | Notes: svn path=/head/; revision=98568
* Update to 0.1.8.Adam Weinberger2004-01-178-55/+64
| | | | | | | | Thanks for edwin for informing me of the new version, and super duper thanks to marcus for tracking down and fixing a memory bug. Notes: svn path=/head/; revision=98416
* Fix a bug that prevented GConf schemas from being properly registered.Adam Weinberger2004-01-033-0/+16
| | | | | | | | Submitted by: marcus Obtained from: MarcusCom repo Notes: svn path=/head/; revision=97246
* Remove a deprecated REINPLACE, simplify the gstreamer lib minor no. check,Adam Weinberger2004-01-012-9/+2
| | | | | | | | and remove the warning from the pkg-descr (the massive memory hogginess has been fixx0red). Notes: svn path=/head/; revision=97053
* - Update to 0.1.7Pav Lucistnik2003-12-314-27/+8
| | | | | | | Approved by: adamw (maintainer) Notes: svn path=/head/; revision=97014
* Add missing dependency on libgnomeuiAdam Weinberger2003-10-171-1/+1
| | | | | | | "Noticed" (anthropomorphically) by: bento Notes: svn path=/head/; revision=91472
* The description implied that we didn't need help tracking downAdam Weinberger2003-10-161-1/+3
| | | | | | | | the memory problem with this game. Change the wording accordingly, and explicitly beg for help. Notes: svn path=/head/; revision=91435
* Prevent bin/gsttest from getting built and being installed. It didn'tAdam Weinberger2003-10-102-1/+20
| | | | | | | | really have a purpose, so I'm not bumping PORTREVISION to propogate its removal. Notes: svn path=/head/; revision=90728
* Add monkeybubble, a GTK2 puzzle bobble clone.Adam Weinberger2003-10-075-0/+201
GTK2 Puzzle Bobble clone. With monkeys. Frozen Bubble, but with monkeys. It's like a game, except SO MUCH MORE, because it has monkeys. Note that the game seems to want a couple hundred megs of memory to start, but once the UI comes up, it only consumes about 25MB. We're working on it, but the game plays fine. Tested by: anholt, marcus, and others Notes: svn path=/head/; revision=90486