6d3e FreshPorts -- games/linux-steam
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
linux-steam 1.1 games on this many watch lists=0 search for ports that depend on this port
Is Interactive IS INTERACTIVE: yes
Half Life and Source dedicated server using steam
Maintained by: chris@easymac.org search for ports maintained by this maintainer
Port Added: 02 Jan 2004 14:10:29
Also Listed In: linux
License: not specified in port


HLDS Update Tool (more truthfully named Steam):

Steam allows you to download the game content necessary to run a 
Half-Life Dedicated Server or Source Dedicated Server.  The downloaded
content can also be updated to the newest revisions and patches
automatically with the use of Steam.

This port installs the Linux version of Steam, as no FreeBSD version
exists.

WWW: http://www.steampowered.com/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. emulators/linux_base-f10
Required To Run:
  1. emulators/linux_base-f10
  2. textproc/linux-f10-expat
  3. x11-fonts/linux-f10-fontconfig
  4. x11/linux-f10-xorg-libs
There are no ports dependent upon this port

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


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://storefront.steampowered.com/download/

Number of commits found: 15

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
03 Jul 2011 14:25:36
Original commit files touched by this commit  1.1
ohauer search for other commits by this committer
-remove MD5
12 Jan 2010 03:32:48
Original commit files touched by this commit  1.1
pgollucci search for other commits by this committer
- remove redundent sed command to adjust pkg-message

PR:             ports/142533
Submitted by:   Sevan Janiyan <venture37@geeklan.co.uk>
Approved by:    "Christopher J. Umina" <chris@easymac.org> (maintainer)
03 May 2009 22:47:01
Original commit files touched by this commit  1.1
wxs search for other commits by this committer
- Update to 1.1.
- Use the real MASTER_SITES.
- Assign maintainer to submitter.
- Whitespace cleanups.

PR:             ports/134096
Submitted by:   Christopher J. Umina <chris@easymac.org>
19 Mar 2009 17:28:51
Original commit files touched by this commit  1.0
bsam search for other commits by this committer
Welcome to the new linux ports infrastructure which allows using
both current (fc4) and future linux (f8) distributions at one
ports tree.

The patch contains full changes to ports/Mk files and all ports involved.
But only infrastructure is changed. The resulting packages are the same as
before. Hence no need to bump PORTREVISIONs.

The idea was taken from bsd.gnome.mk and others.

More than 130 ports are switched to follow a new linux infrastructure
introduced by changes to bsd.port.mk, bsd.linux-rpm.mk and a new
bsd.linux-apps.mk.

Thanks for all who was involved and helped me with this work.
And help from Alexander Leidinger was incredible.

Other changes are coming. Stay tuned!

PR:             ports/132510
Submitted by:   bsam (me)
Exp-run by:     portmgr (pav)
19 Apr 2008 17:56:05
Original commit files touched by this commit  1.0
  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)
24 Nov 2005 19:28:01
Original commit files touched by this commit  1.0
pav search for other commits by this committer
- Add SHA256
22 Oct 2005 15:11:23
Original commit files touched by this commit  1.0
netchild search for other commits by this committer
This port BUILD_DEPENDS on LINUX_BASE_PORT.

Noticed by:     spamme@ll.net
10 Oct 2005 02:25:24
Original commit files touched by this commit  1.0
linimon search for other commits by this committer
Reset bouncing maintainer addresses.

Source:         distfile survey
Hat:            portmgr
17 Jun 2005 22:59:29
Original commit files touched by this commit  1.0
netchild search for other commits by this committer
Mega-patch to cleanup the ports infrastructure regarding our linux bits:
  - USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD
    tools to strip binaries anymore, so it's not neccesary anymore to override
    STRIP and STRIP_CMD.
  - USE_LINUX_PREFIX implies NO_MTREE now.
  - In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries
    instead upon the native FreeBSD libraries.
  - The variable LINUX_BASE_PORT contains a string which is suitable as an
    item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the
    default (or overriden) linux base, ${LINUX_BASE_PORT} should be used
    instead of a hardcoded reference.
  - Change all ports to comply to the "new world order".
  - The Ports Collection now allows to override the default linux_base port.
    Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use
    ${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use
(Only the first 15 lines of the commit message are shown above View all of this commit message)
01 Mar 2005 21:51:49
Original commit files touched by this commit  1.0
trevor search for other commits by this committer
Respect the user's USE_LINUX setting.
31 Dec 2004 18:24:10
Original commit files touched by this commit  1.0
netchild search for other commits by this committer
Say hello to the linux mega patch, it consolidates our linux bits a
little bit and allows to proceed to a more recent linux_base from
a stable (read as: the major bugs should be ironed out or identified
and most linux ports build just fine) source.

It also allows to ship 4.11 with a working linuxolator (the EOLed
linux_base is marked forbidden because of a security hole).

This is a major update, please read UPDATING (and CHANGES if you
develop linux ports).

Changes:
 - change the default linux_base from v7 to v8
 - add a newer freetype to linux_base-8 for nicer fonts display [1]
 - don't let cpio use hardlinks in the linux_base-8 port to quiet some
(Only the first 15 lines of the commit message are shown above View all of this commit message)
25 Aug 2004 13:36:43
Original commit files touched by this commit  1.0
vs search for other commits by this committer
Update MASTER_SITE/MAINTAINER

PR:             ports/70927
Submitted by:   Hideki Machida (maintainer)
10 Apr 2004 11:31:15
Original commit files touched by this commit  1.0
pav search for other commits by this committer
- Allow user to redefine installation directory
- Update pkg-message

PR:             ports/64643
Submitted by:   Hideki Machida <hido@neojapangz.com> (maintainer)
31 Mar 2004 03:12:58
Original commit files touched by this commit  1.0
trevor search for other commits by this committer
SIZEify (maintainer timeout)
02 Jan 2004 14:08:38
Original commit files touched by this commit  1.0
pav search for other commits by this committer
Steam is Valve's new way of getting games into your hands ASAP. Games like
Half-Life, Counter-Strike, and Counter-Strike Condition Zero
are all being made available through Steam.

This is a dedicated server, Linux version.

PR:             ports/60660
Submitted by:   Hideki Machida <hido@neojapangz.com>

Number of commits found: 15

2833
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
apache-xml-security-cJun 18
linux-f10-flashplugin10*Jun 18
linux-f10-flashplugin11*Jun 18
tor-develJun 16
dbusJun 13
owncloudJun 11
php5Jun 07
php53Jun 07
phpmyadminJun 05
telepathy-gabbleJun 05
chromiumJun 04
chromiumJun 04
libdmxJun 04
libFSJun 04
libGLJun 04

10 vulnerabilities affecting 30 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 24570
Broken 189
Deprecated 457
Ignore 563
Forbidden 0
Restricted 288
No CDROM 110
Vulnerable 19
Expired 51
Set to expire 442
Interactive 33
new 24 hours 7
new 48 hours9
new 7 days29
new fortnight85
new month177

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

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0