FreshPorts -- The Place For Ports Mon, 6 Oct 2008 2:05 PM GMT
There is a PORTS FREEZE in effect!

A ports freeze means that commits will be few and far between and only by approval.

Port details
abuse_sdl 0.7.0_5 games on this many watch lists=2 search for ports that depend on this port
An SDL port of the Abuse game engine

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 search for ports maintained by this maintainer
Port Added: 11 May 2002 22:57:53


Abuse-SDL is a port of Abuse by Crack Dot Com to Linux using the Simple
DirectMedia Layer library. This allows Abuse to run at screen depths
greater than 8bpp as well as fullscreen.

Abuse-SDL has the following extra features over the original Abuse:

 - Run at any screen depth from 8bpp to 32bpp.
 - Run fullscreen or in a window.
 - Lock the mouse to the window.
 - Mousewheel support for changing weapons.
 - Stereo sound.

Note that this port does not install any data files.

WWW: http://www.labyrinth.net.au/~trandor/abuse/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/sdl12, devel/gmake
Required Libraries: devel/sdl12, graphics/libGL

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


Configuration Options
     No options to configure

Master Sites:
http://www.labyrinth.net.au/~trandor/abuse/files/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 20

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
21 Aug 2008 07:18:49
Original commit files touched by this commit  0.7.0_5
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 Apr 2008 18:56:05
Original commit files touched by this commit  0.7.0_5
  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)
13 Mar 2008 14:28:35
Original commit files touched by this commit  0.7.0_5
miwi search for other commits by this committer
- Chase devel/sdl12 shlib version bump
19 May 2007 21:32:57
Original commit files touched by this commit  0.7.0_4
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}.
20 Sep 2006 12:21:59
Original commit files touched by this commit  0.7.0_3
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)
08 May 2006 00:46:33
Original commit files touched by this commit  0.7.0_2
edwin search for other commits by this committer
Remove USE_REINPLACE for categories starting with a G
24 Nov 2005 19:28:01
Original commit files touched by this commit  0.7.0_2
pav search for other commits by this committer
- Add SHA256
12 Apr 2005 04:26:57
Original commit files touched by this commit  0.7.0_2
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
11 Apr 2005 09:04:41
Original commit files touched by this commit  0.7.0_2
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
20 Feb 2005 20:37:12
Original commit files touched by this commit  0.7.0_2
fjoe search for other commits by this committer
USE_MESA -> USE_GL.
16 Mar 2004 04:23:56
Original commit files touched by this commit  0.7.0_2
edwin search for other commits by this committer
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5
08 Mar 2004 01:01:31
Original commit files touched by this commit  0.7.0_1
edwin search for other commits by this committer
Properly use SDL everywhere:
        USE_SDL=yes     -> USE_SDL=sdl  (good examles everywhere)
        WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...)

See
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html
for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL.

PR:             follow-ups of ports/55494, ports/61877
Submitted by:   Edwin Groothuis <edwin@mavetju.org>
04 Feb 2004 05:21:48
Original commit files touched by this commit  0.7.0_1
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
29 Jan 2004 07:24:56
Original commit files touched by this commit  0.7.0
trevor search for other commits by this committer
SIZEify.
07 Aug 2003 08:49:50
Original commit files touched by this commit  0.7.0
krion search for other commits by this committer
Update to 0.7.0

PR:             55241
Submitted by:   Ports Fury
20 Jul 2003 21:26:03
Original commit files touched by this commit  0.6.1
des search for other commits by this committer
I no longer have time to maintain these ports.
07 Mar 2003 06:03:01
Original commit files touched by this commit  0.6.1
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
02 Jan 2003 15:06:10
Original commit files touched by this commit  0.6.1
sobomax search for other commits by this committer
Update version number of SDL shared library.
14 Sep 2002 23:10:47
Original commit files touched by this commit  0.6.1
kris search for other commits by this committer
Correct pkg-plist

Submitted by:   bento
11 May 2002 22:57:40
Original commit files touched by this commit  0.6.1
des search for other commits by this committer
An SDL port of the Abuse game engine

Number of commits found: 20

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
bitlbee*Oct 03
gallery*Oct 03
gallery2*Oct 03
horde-base*Oct 03
phpmyadmin*Oct 03
proftpd*Oct 03
proftpd-devel*Oct 03
proftpd-mysql*Oct 03
mplayer*Oct 02
mysql323-clientOct 01
mysql40-clientOct 01
mysql41-clientOct 01
mysql50-clientOct 01
mysql51-clientOct 01
mysql60-clientOct 01

19 vulnerabilities affecting 36 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 19262
Broken 157
Deprecated 79
Ignore 434
Forbidden 7
Restricted 281
No CDROM 132
Vulnerable 59
Expired 54
Set to expire 61
Interactive 78
new 24 hours 8
new 48 hours17
new 7 days34
new fortnight91
new month177

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 0.187 seconds.