FreshPorts -- The Place For Ports notbug Sun, 27 May 2012 5:35 AM BST
Port details
biloba 0.9.3_1 games on this many watch lists=0 search for ports that depend on this port
A strategy board game for 2 to 4 players
Maintained by: amdmi3@FreeBSD.org search for ports maintained by this maintainer
Port Added: 04 Oct 2005 12:07:52
License: not specified in port


Biloba is a turn-based game for 2 to 4 players. Each player moves
pawns on a hexagonal board and attempts to eliminate opponents'
pawns. Biloba includes an AI opponent, and supports local or network
play.

WWW:	http://biloba.sourceforge.net/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: devel/sdl12, devel/gmake
Required Libraries: devel/sdl12, graphics/sdl_image, audio/sdl_mixer
There are no ports dependent upon this port

To install the port: cd /usr/ports/games/biloba/ && make install clean
To add the package: pkg_add -r biloba


Configuration Options
     No options to configure

Master Sites:
http://heanet.dl.sourceforge.net/project/biloba/Biloba/0.9.3/
http://sunet.dl.sourceforge.net/project/biloba/Biloba/0.9.3/
http://iweb.dl.sourceforge.net/project/biloba/Biloba/0.9.3/
http://switch.dl.sourceforge.net/project/biloba/Biloba/0.9.3/
http://surfnet.dl.sourceforge.net/project/biloba/Biloba/0.9.3/
http://kent.dl.sourceforge.net/project/biloba/Biloba/0.9.3/
http://freefr.dl.sourceforge.net/project/biloba/Biloba/0.9.3/
http://voxel.dl.sourceforge.net/project/biloba/Biloba/0.9.3/
http://jaist.dl.sourceforge.net/project/biloba/Biloba/0.9.3/
http://osdn.dl.sourceforge.net/project/biloba/Biloba/0.9.3/
http://nchc.dl.sourceforge.net/project/biloba/Biloba/0.9.3/
http://ncu.dl.sourceforge.net/project/biloba/Biloba/0.9.3/
http://transact.dl.sourceforge.net/project/biloba/Biloba/0.9.3/
http://softlayer.dl.sourceforge.net/project/biloba/Biloba/0.9.3/
http://internode.dl.sourceforge.net/project/biloba/Biloba/0.9.3/
http://ufpr.dl.sourceforge.net/project/biloba/Biloba/0.9.3/
http://waix.dl.sourceforge.net/project/biloba/Biloba/0.9.3/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 21

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
18 Feb 2012 10:18:33
Original commit files touched by this commit  0.9.3_1
mva search for other commits by this committer
- Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions

Tested by:      exp-run by pav
04 Aug 2011 04:17:01
Original commit files touched by this commit  0.9.3
amdmi3 search for other commits by this committer
- Update to 0.9.3
03 Jul 2011 14:25:36
Original commit files touched by this commit  0.6_5
ohauer search for other commits by this committer
-remove MD5
28 Mar 2010 06:47:48
Original commit files touched by this commit  0.6_5
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
05 Feb 2010 11:46:55
Original commit files touched by this commit  0.6_4
dinoex search for other commits by this committer
- update to jpeg-8
30 Jan 2010 09:43:31
Original commit files touched by this commit  0.6_3
mva search for other commits by this committer
- Update devel/sdl12 to version 1.2.14.
- Update audio/sdl_mixer to version 1.2.11.
- Update graphics/sdl_gfx to version 2.0.20.
- Update graphics/sdl_image to version 1.2.10.
- Bump portrevisions for all ports depending on audio/sdl_mixer and
  graphics/sdl_image.
- Update Mk/bsd.sdl.mk accordingly for the new shared lib versions.

PR:             ports/142147 ports/142248 ports/142249
Approved by:    miwi (mentor implicit)
11 Sep 2009 21:57:40
Original commit files touched by this commit  0.6_2
amdmi3 search for other commits by this committer
- Add DESKTOP_ENTRY to bunch of ports
- Mark some ports MAKE_JOBS_SAFE
22 Aug 2009 00:23:13
Original commit files touched by this commit  0.6_2
  Sanity Test Failure
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with G
31 Jul 2009 13:57:52
Original commit files touched by this commit  0.6_2
dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
30 Mar 2009 12:44:46
Original commit files touched by this commit  0.6_1
amdmi3 search for other commits by this committer
- Update WWW
21 Aug 2008 06:18:49
Original commit files touched by this commit  0.6_1
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
19 Jun 2008 17:28:24
Original commit files touched by this commit  0.6_1
amdmi3 search for other commits by this committer
Update my email address in 132 ports.

Approved by:    miwi (mentor)
13 Mar 2008 14:28:35
Original commit files touched by this commit  0.6_1
miwi search for other commits by this committer
- Chase devel/sdl12 shlib version bump
18 Feb 2008 19:50:35
Original commit files touched by this commit  0.6
miwi search for other commits by this committer
* Update to 0.6
* Get rid of gcc-2.x - related patches
* Use SF macro

PR:             120771
Submitted by:   Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
19 May 2007 20:32:57
Original commit files touched by this commit  0.4_2
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
21 Dec 2006 20:41:33
Original commit files touched by this commit  0.4_1
edwin search for other commits by this committer
[MAINTAINER] update my email address in 76 ports + mirror some distfiles

        I've got a brand new hosting, so change my email to the new
        one.  Also, now I can mirror some distfiles, so update
        MASTER_SITES for some ports.

PR:             ports/107038
Submitted by:   Dmitry Marakasov <amdmi3@mail.ru>
20 Sep 2006 11:21:59
Original commit files touched by this commit  0.4_1
stas search for other commits by this committer
 - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
   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)
09 Feb 2006 10:10:27
Original commit files touched by this commit  0.4
barner search for other commits by this committer
- Add dependency to sdl_mixer

Reported by:    pointyhat via kris
06 Feb 2006 12:40:24
Original commit files touched by this commit  0.4
barner search for other commits by this committer
- Update to 0.4
- Remove maintainer's signature from pkg-descr
- Remove USE_REINPLACE

Submitted by:   Dmitry Marakasov <amdmi3@mail.ru> (maintainer)
PR:             ports/92853
22 Jan 2006 11:18:58
Original commit files touched by this commit  0.3
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
04 Oct 2005 12:07:06
Original commit files touched by this commit  0.3
az search for other commits by this committer
Biloba is a turn-based game for 2 to 4 players.

PR:             ports/86846
Submitted by:   Dmitry Marakasov <amdmi3@mail.ru>
Approved by:    sem (mentor)

Number of commits found: 21

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23674
Broken 193
Deprecated 147
Ignore 736
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 4
new 48 hours19
new 7 days61
new fortnight185
new month255

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.161 seconds.