Port details |
- frozen-bubble Shoot frozen bubbles to build groups of the same color
- 2.213.g20170702_1 games
=1 2.213.g20170702_1Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2013-11-08 13:04:53
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- People watching this port, also watch:: rubygem-optimist, ladspa, gstreamer1-plugins-pango, en-hunspell, py38-pycparser
- License: GPLv2
- Description:
- Frozen Bubble is a game in which you throw colorful bubbles and build
groups to destroy the bubbles. In 1p mode, destroy all the bubbles to
access the next level. In 2p mode, have your opponent die before you.
WWW: http://www.frozen-bubble.org
WWW: https://github.com/kthakore/frozen-bubble
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- frozen-bubble>0:games/frozen-bubble
- To install the port:
- cd /usr/ports/games/frozen-bubble/ && make install clean
- To add the package, run one of these commands:
- pkg install games/frozen-bubble
- pkg install frozen-bubble
- PKGNAME: frozen-bubble
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1556832014
SHA256 (kthakore-frozen-bubble-2.213.g20170702-d6a0291_GH0.tar.gz) = b0f586c248b431f491afce07f43a2b168088cde560296d355e0118e8ac10f7cb
SIZE (kthakore-frozen-bubble-2.213.g20170702-d6a0291_GH0.tar.gz) = 22299181
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-SDL>=2.511 : devel/p5-SDL
- p5-Locale-gettext>=0 : devel/p5-Locale-gettext
- p5-IPC-System-Simple>=0 : devel/p5-IPC-System-Simple
- p5-Locale-Maketext-Lexicon>=0 : devel/p5-Locale-Maketext-Lexicon
- p5-Compress-Bzip2>=0 : archivers/p5-Compress-Bzip2
- p5-Alien-SDL>=1.413 : devel/p5-Alien-SDL
- perl5>=5.32.r0<5.33 : lang/perl5.32
- p5-File-Slurp>=0 : devel/p5-File-Slurp
- pkgconf>=1.3.0_1 : devel/pkgconf
- sdl-config : devel/sdl12
- p5-Module-Build>=0.4206 : devel/p5-Module-Build
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-SDL>=2.511 : devel/p5-SDL
- p5-Locale-gettext>=0 : devel/p5-Locale-gettext
- p5-IPC-System-Simple>=0 : devel/p5-IPC-System-Simple
- p5-Locale-Maketext-Lexicon>=0 : devel/p5-Locale-Maketext-Lexicon
- p5-Compress-Bzip2>=0 : archivers/p5-Compress-Bzip2
- p5-Alien-SDL>=1.413 : devel/p5-Alien-SDL
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libSDL_mixer.so : audio/sdl_mixer
- libSDL_Pango.so : x11-toolkits/sdl_pango
- libSDL.so : devel/sdl12
- libSDL_ttf.so : graphics/sdl_ttf
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- games_frozen-bubble
- USES:
- compiler:features gettext-runtime gnome perl5 pkgconfig sdl tar:bzip2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 2.213.g20170702_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
19 Dec 2020 20:25:59
2.213.g20170702_1
|
sunpoet  |
Remove Perl core module
- Bump PORTREVISION for dependency change |
08 Nov 2019 10:47:01
2.213.g20170702
|
tobik  |
games: Add missing USES={gnome,gl,sdl,xorg} |
03 May 2019 09:38:18
2.213.g20170702
|
makc  |
games/frozen-bubble:
- Switch to GitHub and update to the latest commit (2017-07-02)
- Tweak COMMENT, make it shorter
- Add explicit dependence on glib2 and gettext |
31 Jan 2019 18:32:03
2.2.1.b1_7
|
tobik  |
games/frozen-bubble: Do not override DESKTOP_ENTRIES after bsd.port.pre.mk
Move it up a bit. |
18 Aug 2018 20:42:56
2.2.1.b1_7
|
sunpoet  |
Sort PLIST |
09 Jul 2018 08:40:18
2.2.1.b1_7 
|
mat  |
Remove all := from BUILD_DEPENDS, here are never needed.
While there, cleanup, and sort depends.
When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are:
1) use RUN_DEPENDS to set BUILD_DEPENDS:
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= foo:bar/baz
2) create another variable and use it:
MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS= ${MY_DEPENDS}
RUN_DEPENDS= ${MY_DEPENDS}
3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:
BUILD_DEPENDS= foo:bar/baz
RUN_DEPENDS:= ${BUILD_DEPENDS}
Sponsored by: Absolight |
31 Jan 2017 16:21:46
2.2.1.b1_7
|
mat  |
Bump PORTREVISION for ports affected by the fix the last commit.
Done with: Tools/scripts/bump-revision.sh
Sponsored by: Absolight |
20 Oct 2016 15:58:13
2.2.1.b1_6
|
rakuco  |
Reassign makc's ports back to the pool.
See "Maintainer Reset" in
https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit
was in March 31st (r412218), and his ports have been timing out since at least
July (r418155).
I also emailed him 2 weeks ago and have received no response so far. |
01 Apr 2016 14:00:57
2.2.1.b1_6
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
22 Sep 2015 17:12:51
2.2.1.b1_6
|
marino  |
games/frozen-bubble: Fix build on modern GCC
The -Qunused-arguments flags is unique to clang and the last few
releases of GCC will break if they don't recognize the flag. Use
compiler features to limit this cflag to clang. Covered by GCC
support blanket. |
14 Sep 2015 12:19:50
2.2.1.b1_6
|
mat  |
Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542 |
08 Dec 2014 16:48:41
2.2.1.b1_6
|
tijl  |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above ) |
26 Nov 2014 13:08:38
2.2.1.b1_5
|
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
05 Nov 2014 12:25:05
2.2.1.b1_4
|
makc  |
drop @dirrm from my ports |
10 Sep 2014 20:50:37
2.2.1.b1_4
|
gerald  |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
10 Jun 2014 12:14:14
2.2.1.b1_3
|
mat  |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
06 Jun 2014 12:54:41
2.2.1.b1_3
|
amdmi3  |
- Convert x11-toolkits/sdl_pango to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket |
02 May 2014 14:16:49
2.2.1.b1_2
|
tijl  |
Convert graphics/sdl_gfx to USES=libtool. Also set USE_AUTOTOOLS because
upstream forgot to regenerate the build scripts. This makes the build use
the correct version information and causes a library version bump. Use
this opportunity to use USES=libtool instead of USES=libtool:oldver.
Bump PORTREVISION on all dependent ports and convert them to USES=libtool
where needed. Also use USES=(gmake, pathfix, tar) and new LIB_DEPENDS
syntax here and there.
games/freedink-engine:
- Option helpers.
- Staging.
- Use dirrmtry for locale directories.
games/oolite:
- Staging. (Only the first 15 lines of the commit message are shown above ) |
08 Nov 2013 13:04:42
2.2.1.b1_1
|
makc  |
- Rename games/frozenbubble to frozen-bubble to match upstream
- Add DESKTOP_ENTRIES
- Fix build with clang |