Port details |
- moon-buggy Drive a buggy across the moons surface
- 1.0.51_5 games =3 1.0.51_5Version 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: 2003-03-31 23:33:14
- Last Update: 2024-02-24 07:29:50
- Commit Hash: b7f5782
- People watching this port, also watch:: pfqueue, wget, nagios-certexp-plugin, imapsync, net-snmp
- License: GPLv2
- WWW:
- https://www.seehuhn.de/comp/moon-buggy
- Description:
- Moon-buggy is a simple character graphics game, where you drive
some kind of car across the moon's surface.
Unfortunately there are dangerous craters there.
Fortunately your car can jump over them!
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- moon-buggy>0:games/moon-buggy
- To install the port:
- cd /usr/ports/games/moon-buggy/ && make install clean
- To add the package, run one of these commands:
- pkg install games/moon-buggy
- pkg install moon-buggy
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: moon-buggy
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (moon-buggy-1.0.51.tar.gz) = 352dc16ccae4c66f1e87ab071e6a4ebeb94ff4e4f744ce1b12a769d02fe5d23f
SIZE (moon-buggy-1.0.51.tar.gz) = 263572
SHA256 (moon-buggy-sound-1.0.51.tar.gz) = 67d697df9092a98aa79e50eefb079d80f66c48974a68b36a82241161dbcc6e51
SIZE (moon-buggy-sound-1.0.51.tar.gz) = 15120
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- games_moon-buggy
- USES:
- ncurses
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.51_5 24 Feb 2024 07:29:50 |
Muhammad Moinur Rahman (bofh) |
games/moon-buggy: Moved man to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.0.51_4 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.0.51_4 20 Jul 2022 14:21:58 |
Tobias C. Berner (tcberner) |
games: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <benlutz@datacomm.ch>
* <janos.mohacsi@bsd.hu>
* Aaron Baugher
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron VonderHaar <avh4@usa.net>
* Aaron Zauner <az_mail@gmx.at>
* Adam Kranzel (adam@alameda.edu)
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
1.0.51_4 11 Nov 2021 18:05:38 |
Tilman Keskinoz (arved) |
Drop maintainership on most of my ports |
1.0.51_4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.51_4 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
1.0.51_3 04 Feb 2016 21:49:17 |
marino |
games/moon-buggy: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket |
1.0.51_3 19 Jul 2014 12:02:54 |
marino |
games/moonbuggy: Fix touching $HOME during build
It's not permissible for a port to touch $HOME during the build. The
moon-buggy game does this during install to pre-create the high scores
file $HOME/.mbscores.
Moon-buggy creates two versions of high scores: One in $HOME and the
other in /var/games/moon-buggy. This makes compliance tricky because
the high scores at /var/games needs to persist after the package is
uninstalled if the scores have changed.
To handle this, I moved scores creation to pkg-install script and also
created a "baseline" scores files so during pkg-deinstall it can be
determined if new high scores exist. The complimentary pkg-deinstall
script will compare the current high-score file with the baseline. If (Only the first 15 lines of the commit message are shown above ) |
1.0.51_2 24 Jun 2014 12:29:20 |
ak |
- Remove empty files and directories |
1.0.51_2 22 Jun 2014 14:01:22 |
arved |
Stageify.
Remove esound option which simplifies the port and nobody uses esound anyway. |
1.0.51_2 22 Sep 2013 18:05:05 |
bapt |
Fix NO_STAGE attribution |
1.0.51_2 20 Sep 2013 17:36:36 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
1.0.51_2 30 Apr 2013 20:00:28 |
bdrewery |
- Remove redundant :install target on LIB_DEPENDS and RUN_DEPENDS
This fixes the following warning when running 'run-depends-list':
"install" non-existent -- dependency list incomplete
With hat: portmgr |
1.0.51_2 03 Jul 2011 14:25:36 |
ohauer |
-remove MD5 |
1.0.51_2 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.0.51_2 16 Oct 2010 11:52:47 |
ade |
Punt autoconf267->autoconf268 |
1.0.51_2 15 Sep 2010 18:35:24 |
ade |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
1.0.51_1 30 May 2010 17:39:07 |
arved |
Add LICENSE and LICENSE_FILE to my ports. |
1.0.51_1 20 Aug 2008 00:57:32 |
ade |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
1.0.51_1 30 Sep 2007 04:47:37 |
linimon |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe |
1.0.51 06 Jul 2007 21:27:09 |
arved |
Update to 1.0.51
Grab maintainership |
1.0 14 Jun 2006 21:53:27 |
linimon |
Reset ralf@akk.org due to several months of inactivity, no response to email,
and some maintainer-timeouts.
Hat: portmgr |
1.0 22 Jan 2006 11:40:30 |
edwin |
SHA256ify (manually checked and updated)
Approved by: krion@ |
1.0 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
1.0 13 Jun 2005 11:32:32 |
barner |
- Add WITH_ESOUND option (enables game sound)
- The PR implemented the sound option as a new moon-buggy-esound port,
which I converted to the WITH_ESOUND option (that sets PKGNAMESUFFIX) [1]
Submitted by: Ralf Becker <ralf@akk.org> (maintainer)
Approved by: maintainer timeout (12 days) [1]
PR: ports/81667 |
1.0 30 May 2005 16:12:21 |
barner |
- Update to 1.0 [1]
- Changed to PLIST_FILES
- Use INFO macro (fix plist w.r.t. info/dir)
Submitted by: Ralf Becker <ralf@akk.org> (maintainer) [1]
PR: ports/81667 [1] |
0.5.1 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
0.5.1 14 Mar 2004 06:17:56 |
ade |
Whoa there, boy, that's a mighty big commit y'all have there...
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. |
0.5.1 05 Apr 2003 21:54:51 |
kris |
Don't remove the info/dir file |
0.5.1 31 Mar 2003 23:29:51 |
edwin |
New Port: moon-buggy
Port of the amazing game moon-buggy
PR: ports/46928
Submitted by: Ralf Becker <ralf@akk.org> |