Port details |
- xscavenger Lode Runner clone for X11
- 1.4.5_1 games
=2 1.4.5_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: unknown
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- People watching this port, also watch:: zip, pcre, python
- License: GPLv2
- Description:
- Scavenger is like Lode Runner. You've got to run around gathering
objects while avoiding enemies. You can dig down through some of the
blocks to get at buried objects. After you've collected everything,
ladders may appear. To finish the level you've got to exit through the
top of the screen. If an enemy falls into a dug brick, he is stunned for
a while. If the brick fills in with him in it, he is killed, and he will
reappear at the top of the screen.
This version has a level editor for designing your own levels, and a
graphics editor for drawing your own artwork.
WWW: http://www.linuxmotors.com/scavenger/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- xscavenger>0:games/xscavenger
- To install the port:
- cd /usr/ports/games/xscavenger/ && make install clean
- To add the package, run one of these commands:
- pkg install games/xscavenger
- pkg install xscavenger
- PKGNAME: xscavenger
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (xscavenger-1.4.5.tgz) = f719ffd4ed2abaed9f34b5d22bc392f3067b5c4b19bea2e9a02be07243a4d406
SIZE (xscavenger-1.4.5.tgz) = 192990
- 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:
-
- imake : devel/imake
- tradcpp : devel/tradcpp
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- Runtime dependencies:
-
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- Library dependencies:
-
- libasound.so : audio/alsa-lib
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for xscavenger-1.4.5_1:
ALSA=on: ALSA audio architecture support
===> Use 'make config' to modify these settings
- Options name:
- games_xscavenger
- USES:
- imake tar:tgz xorg
- 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 1.4.5_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
05 Nov 2019 22:16:15
1.4.5_1
|
zeising  |
Add USES=xorg USES=gl, ports categories g
Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
26 Jun 2017 22:49:53
1.4.5_1
|
jbeich  |
games/xscavenger: fix font mapping with Clang or GCC 7.*
Characters of user name and some menu couldn't display the correct
letters because of incorrect font mapping.
PR: 220106
Submitted by: Yasuhito FUTATSUKI
MFH: 2017Q2 |
01 Apr 2016 14:00:57
1.4.5
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
24 Dec 2015 09:01:18
1.4.5
|
miwi  |
- Fix build
Reported by: antoine |
22 Dec 2015 04:49:25
1.4.5
|
miwi  |
- Update to 1.4.5
- Update WWW
PR: 205208
Submitted by: Ports Fury
Approved by: mat (mentor)
Differential Revision: D4632 |
09 Nov 2015 12:59:04
1.4.4_2
|
antoine  |
Mark a few ports BROKEN: unfetchable |
24 Oct 2014 17:00:18
1.4.4_2
|
amdmi3  |
- Add LICENSE
- Drop @dirrm* from plist |
29 Jul 2014 19:11:53
1.4.4_2
|
adamw  |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
16 Nov 2013 00:47:27
1.4.4_2
|
danilo  |
- Add stage support |
20 Sep 2013 17:36:36
1.4.4_2
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
28 Jun 2013 11:51:06
1.4.4_2
|
bapt  |
New USES imake to handle the dependency on imake.
This uses accept 'env' as an argument for ports that do use their own or a
different do-configure target.
Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it
to the called imake.
Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be
overwritten.
Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via
IMAKECPPFLAGS
Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned
from Makefile generated by a previous
imake also inherit the defined CppCmd CcCmd and CplusplusCmd.
Make imake use devel/tradcpp all the time, so that when buidling with clang we
do not depend on gcc's cpp.
Make imake respect CC and CXX
Make imake respect USE_GCC (if set imake will use gcc's cpp).
While here:
- Remove a couple of indefinite articles from comments
- Trim headers
- Fix a couple of ports to build with clang or use: USE_GCC=any
- Fix a now useless redefinition of the extraction chain
- Fix a typo in japanese/Wnn7-lib bundled imake template definitions
- Fix some XMKMF execution with no env specified
- Use options helper in x11/xautolock to simplify the port |
11 Jun 2013 15:43:23
1.4.4_2
|
bsam  |
. fix build with clang (CFLAGS+=-Wno-return-type);
. remove ~80 warnings (CFLAGS+=-Wno-pointer-sign);
. trim Makefile headers;
. remove the indefinite article from COMMENT;
. adopt WRKSRC_SUBDIR instead WRKSRC. |
24 Apr 2012 22:39:10
1.4.4_2
|
eadler  |
Correct website in pkg-descr
Submitted by: nemysis@gmx.ch |
03 Jul 2011 14:25:36
1.4.4_2
|
ohauer  |
-remove MD5 |
21 Dec 2009 02:19:12
1.4.4_2
|
dougb  |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
09 Jun 2009 15:33:28
1.4.4_2
|
amdmi3  |
Convert most of remaining ports that depend on xorg-libraries to
modular xorg.
- supply corresponding USE_XORG for all imake-using ports that need it
- USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG
- retire USE_X_PREFIX which is not really used anywhere after the
above change
- a few minor nits like whitespace and SF macro
Tested by: 2 tinderbox runs by pav
Approved by: portmgr (pav) |
19 May 2007 20:32:57
1.4.4_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
24 Nov 2005 19:28:01
1.4.4
|
pav  |
- Add SHA256 |
29 Jan 2004 07:24:56
1.4.4
|
trevor  |
SIZEify. |
05 Jan 2004 16:49:34
1.4.4
|
krion  |
- Update to version 1.4.4
PR: 60932
Submitted by: Ports Fury |
11 Aug 2003 15:05:18
1.4.2
|
eivind  |
Resign as maintainer |
07 Mar 2003 06:03:01
1.4.2
|
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
22 May 2001 20:58:57 
|
eivind  |
Update from 1.3.5 to 1.4.2. This features: * Graphics updates * New sound
system * Server system removal * Slowdown mode ... and probably some stuff
I have forgotten. |
09 Jan 2001 19:36:51 
|
sf  |
fix X manpage error with XFree86-4 |
08 Oct 2000 03:48:59 
|
asami  |
Convert category games to new layout. |