FreshPorts -- The Place For Ports Sun, 6 Jul 2008 9:02 AM BST
FreshPorts is now runing off the BETA server. Enjoy for now.
Port details
xmoto 0.4.2_1 games on this many watch lists=1 search for ports that depend on this port
Challenging 2D motocross platform game
Maintained by: amdmi3@FreeBSD.org search for ports maintained by this maintainer
Port Added: 16 Oct 2005 10:22:56


X-Moto is a challenging 2D motocross platform game, where physics play an all
important role in the gameplay. You need to control your bike to its limit, if
you want to have a chance finishing the more difficult of the challenges.

WWW: http://xmoto.tuxfamily.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/ode, devel/gmake, devel/sdl12, lang/lua, devel/pkg-config
Required To Run: devel/pkg-config
Required Libraries: graphics/png, graphics/jpeg, ftp/curl, devel/gettext, graphics/libGLU, databases/sqlite3, devel/sdl12, audio/sdl_mixer, graphics/sdl_ttf

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


Configuration Options
===> The following configuration options are available for xmoto-0.4.2_1:
     ZOOM=on (default) "Enable zooming"
     SDL_GFX=off (default) "Use sdl_gfx rendering instead of OpenGL (broken)"
===> Use 'make config' to modify these settings

Master Sites:
http://download.tuxfamily.org/xmoto/xmoto/0.4.2/
http://www.amdmi3.ru/distfiles/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 34

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
19 Jun 2008 18:28:24
Original commit files touched by this commit  0.4.2_1
amdmi3 search for other commits by this committer
Update my email address in 132 ports.

Approved by:    miwi (mentor)
06 Jun 2008 14:31:51
Original commit files touched by this commit  0.4.2_1
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
19 Apr 2008 18:56:05
Original commit files touched by this commit  0.4.2
  Sanity Test Failure
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
07 Apr 2008 04:26:09
Original commit files touched by this commit  0.4.2
mnag search for other commits by this committer
- Use pkg-config to determinate if sqlite3 are compiled with threads
- Add USE_GNOME=pkgconfig

Reported by:    pav
29 Mar 2008 23:25:10
Original commit files touched by this commit  0.4.2
miwi search for other commits by this committer
- Update to 0.4.2

PR:             122181
Submitted by:   Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
13 Mar 2008 14:28:35
Original commit files touched by this commit  0.4.1_1
miwi search for other commits by this committer
- Chase devel/sdl12 shlib version bump
17 Feb 2008 10:41:18
Original commit files touched by this commit  0.4.1
miwi search for other commits by this committer
- Update to 0.4.1

PR:             120740
Submitted by:   Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
05 Feb 2008 13:38:45
Original commit files touched by this commit  0.4.0
miwi search for other commits by this committer
- Update to 0.4.0

PR:             120067
Submitted by:   Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
27 Oct 2007 23:04:07
Original commit files touched by this commit  0.3.4
miwi search for other commits by this committer
- Update to 0.3.4

PR:             117532
Submitted by:   Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
09 Sep 2007 16:17:56
Original commit files touched by this commit  0.3.3
miwi search for other commits by this committer
- Fix pkg-plist

PR:             116228
Submitted by:   Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
Reported by:    pointyhat via pav
06 Sep 2007 23:20:34
Original commit files touched by this commit  0.3.3
miwi search for other commits by this committer
- Update to 3.3
* Now compiles fine WITHOUT_NLS
* Depend on sqlite via USE_SQLITE instead of LIB_DEPENDS (noted by sat)

PR:             116095
Submitted by:   Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
12 Aug 2007 12:14:43
Original commit files touched by this commit  0.3.2
rafan search for other commits by this committer
- Update to 0.3.2
- Update WWW
- Fix link when both lua 5.0 and 5.1 are installed

PR:             ports/115367
Submitted by:   Dmitry Marakasov <amdmi3 at amdmi3.ru> (maintainer)
28 Jul 2007 13:27:31
Original commit files touched by this commit  0.2.7_2
miwi search for other commits by this committer
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
23 Jul 2007 10:36:52
Original commit files touched by this commit  0.2.7_1
rafan search for other commits by this committer
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
19 May 2007 21:32:57
Original commit files touched by this commit  0.2.7_1
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}.
10 Apr 2007 07:08:47
Original commit files touched by this commit  0.2.7
lwhsu search for other commits by this committer
* Update to 0.2.7
* Mirror distfile (as it's no longer on SF)
* Add option to support new sdl_gfx renderer

PR:             111432
Submitted by:   Dmitry Marakasov <amdmi3 AT amdmi3.ru> (maintainer)
Approved by:    clsung (mentor)
06 Mar 2007 21:01:43
Original commit files touched by this commit  0.2.6
miwi search for other commits by this committer
- Update to 0.2.6

PR:             109952
Submitted by:   Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
02 Mar 2007 15:34:45
Original commit files touched by this commit  0.2.5
rafan search for other commits by this committer
- Update to 0.2.5

PR:             ports/109737
Submitted by:   Dmitry Marakasov <amdmi3 at amdmi3.ru> (maintainer)
27 Dec 2006 13:59:18
Original commit files touched by this commit  0.2.4
miwi search for other commits by this committer
- Update to 0.2.4

PR:             ports/107198
Submitted by:   Dmitry Marakasov <amdmi3@mail.ru> (maintainer)
21 Dec 2006 20:41:33
Original commit files touched by this commit  0.2.2_2
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>
13 Dec 2006 12:41:36
Original commit files touched by this commit  0.2.2_2
roam search for other commits by this committer
Update the ftp/curl port to 7.16.0.
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.

Thanks to everyone who took the time to look over the patch!

Discussed on:   -ports
06 Oct 2006 16:43:29
Original commit files touched by this commit  0.2.2_1
acm search for other commits by this committer
- Update devel/ode to 0.7
- Bump PORTREVISION of all ports that depend of devel/ode [1]

Approved by:    thierry, Dmitry Marakasov <amdmi3__at__mail.ru> (maintainers)
[1]
05 Oct 2006 06:40:47
Original commit files touched by this commit  0.2.2
rafan search for other commits by this committer
- Update to 0.2.2

PR:             ports/103981
Submitted by:   Dmitry Marakasov <amdmi3 at mail.ru> (maintainer)
22 Sep 2006 01:40:04
Original commit files touched by this commit  0.2.1
clsung search for other commits by this committer
- Update to 0.2.1
- X-Moto 0.2.1 2006-09-14
-------------------------------

* X-Moto is no more ALPHA !
* ppc computer can now read and write x86 replays (patch by Dave Vasilevsky)
* upload highscores from the game
* webrooms configuration
* Man pages (from debian package)
* desktop files and icon for kde/gnome (by SnowBear)
* -nowww option to force xmoto to not connect on the web
* -testTheme option to test your themes
* new functions for scripted levels
* grip parameter for blocks (to make ice blocks for example)
* auto-adaptation of the camera (depending on the gravity/wind)
* uglyer ugly mode (for slower computer ; press F1 to switch ugly mode)
* translations [french] (for unix only)
* collision between body and sprites
* level preview animation before playing (patch by Frederic Huard)
* Some minor improvements
* Several bugs fixed.

PR:             ports/103394
Submitted by:   maintainer (Dmitry Marakasov)
20 Sep 2006 12:21:59
Original commit files touched by this commit  0.2.0_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)
15 Sep 2006 09:17:11
Original commit files touched by this commit  0.2.0
linimon search for other commits by this committer
Modify these files to reflect bsd.lua.mk as tested on the cluster.

PR:             ports/101612
Submitted by:   alepulver
Hat:            portmgr
28 Jul 2006 16:10:38
Original commit files touched by this commit  0.2.0
ehaupt search for other commits by this committer
Update to 0.2.0

PR:             100979
Submitted by:   Dmitry Marakasov <amdmi3@mail.ru> (maintainer)
16 Jun 2006 13:40:25
Original commit files touched by this commit  0.1.16
ehaupt search for other commits by this committer
- Update to 0.1.16
- Move from lua 5.0 (lang/lua50) to lua 5.1 (lang/lua)

PR:             99000
Submitted by:   Dmitry Marakasov <amdmi3@mail.ru> (maintainer)
22 May 2006 15:31:42
Original commit files touched by this commit  0.1.14
ehaupt search for other commits by this committer
Update to 0.1.14

PR:             97509
Submitted by:   Dmitry Marakasov <amdmi3@mail.ru> (maintainer)
03 May 2006 14:25:08
Original commit files touched by this commit  0.1.12
pav search for other commits by this committer
- Switch lua dependency to lang/lua50
10 Apr 2006 14:52:33
Original commit files touched by this commit  0.1.12
ehaupt search for other commits by this committer
Update to 0.1.12

PR:             95555
Submitted by:   Dmitry Marakasov <amdmi3@mail.ru> (maintainer)
07 Feb 2006 13:21:18
Original commit files touched by this commit  0.1.11
sem search for other commits by this committer
- Update to 0.1.11
- Remove USE_REINPLACE
- Use USE_DOS2UNIX

PR:             ports/92927
Submitted by:   maintainer
04 Dec 2005 01:20:10
Original commit files touched by this commit  0.1.10
ehaupt search for other commits by this committer
- Update to 0.1.10
- Remove ONLY_FOR_ARCHS
- Add SHA256

PR:             89899
Submitted by:   Dmitry Marakasov <amdmi3@mail.ru>
16 Oct 2005 10:21:59
Original commit files touched by this commit  0.1.6
ehaupt search for other commits by this committer
Add xmoto, a challenging 2D motocross platform game.

PR:             87143
Submitted by:   Dmitry Marakasov <amdmi3@mail.ru>
Approved by:    novel (mentor) (implicit)

Number of commits found: 34

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
py-pylonsJul 04
freetype2Jul 03
fetchmailJul 01
squid*Jun 28
squid24*Jun 28
squid30*Jun 28
apache22Jun 24
php5-posix*Jun 22
firefox*Jun 21
firefox-devel*Jun 21
firefox10*Jun 21
firefox15*Jun 21
linux-firefox*Jun 21
linux-firefox-devel*Jun 21
linux-mozilla*Jun 21

10 vulnerabilities affecting 29 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
Traffic

Calculated hourly:
Port count 18752
Broken 146
Deprecated 98
Ignore 429
Forbidden 5
Restricted 361
No CDROM 126
Vulnerable 52
Expired 13
Set to expire 77
Interactive 79
new 24 hours 6
new 48 hours11
new 7 days38
new fortnight73
new month182

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

Add tab to Netscape 6

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