FreshPorts -- The Place For Ports Fri, 5 Sep 2008 1:53 PM BST
Port details
atitd 1.0_4 games on this many watch lists=1 search for ports that depend on this port
NO CDROM NO CDROM: Redistribution not allowed
The Linux "A Tale in the Desert" (ATITD) client

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: 18 Jul 2003 14:50:54
Also Listed In: graphics linux


The Linux "A Tale in the Desert" (ATITD) client.
A Massively Multiplayer Online Roleplaying Game (MMORPG) by eGenesis.

A free 24 hour demo period is provided for new users to evaluate this game.

System Requirements:

	Required:
		Pentium III 700
		512 MB RAM
		32MB 3D Accelerator Graphics Card

	Recommended:
		Pentium 4 1 GHz
		768 MB RAM
		GeForce FX/Radeon 9600+

- NVIDIA users may have to reinstall the nvidia-driver port as installing
  this port may cause the linux_dri port to be installed.  Alternately move
  the /compat/linux/usr/X11R6/lib/libGL.so.* libraries out of the way.
- DRI users may experience problems whose solution may be a more up to date
  version of MesaGL (ports/graphics/mesagl).

WWW: http://www.atitd.com/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Run: x11/xhost, graphics/linux_dri, emulators/linux_base-fc4

To install the port: cd /usr/ports/games/atitd/ && make install clean

No package is available: Not packagable.


Configuration Options
     No options to configure

Master Sites:
http://game3.atitd.com/dl/files/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 16

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
19 Apr 2008 18:56:05
Original commit files touched by this commit  1.0_4
  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)
19 May 2007 21:32:57
Original commit files touched by this commit  1.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}.
02 Feb 2007 17:06:25
Original commit files touched by this commit  1.0_3
pav search for other commits by this committer
- Remove support for xfree86-3

PR:             ports/106666
Submitted by:   vd
With hat:       portmgr
09 Oct 2006 23:58:32
Original commit files touched by this commit  1.0_3
shaun search for other commits by this committer
- Update distfile location, and unbreak port.
- Replace self-checksum with ports distinfo.
- Update "System Requirements" list in pkg-descr.

PR:             ports/103829
Submitted by:   Kevin Brunelle <kruptos@mlinux.org>
03 Sep 2006 00:25:35
Original commit files touched by this commit  1.0_2
kris search for other commits by this committer
BROKEN: Unfetchable.  Deprecate and schedule for termination on 2006-12-01
09 Dec 2005 08:50:29
Original commit files touched by this commit  1.0_2
pav search for other commits by this committer
- Restore distinfo. It's removal had an interesting side effect of making
  `portsclean -D` deleting the distfile.

Reported by:    Gregg Cooper <bsdcrank@squbes.com>
26 Nov 2005 00:19:58
Original commit files touched by this commit  1.0_2
pav search for other commits by this committer
- This port use it's own checksum: target, and don't use distinfo
17 Jul 2005 10:59:51
Original commit files touched by this commit  1.0_2
netchild search for other commits by this committer
- USE_MESA is deprecated
- USE_X_PREFIX is set too late (after bsd.port.pre.mk), and therefore
  useless
- Respect WITH_NVIDIA_GL setting

Submitted by:   Ulrich Spoerlein <spoerlein@informatik.uni-wuerzburg.de>
17 Jun 2005 23:59:29
Original commit files touched by this commit  1.0_2
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_1
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_1
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)
05 Dec 2004 06:59:59
Original commit files touched by this commit  1.0
linimon search for other commits by this committer
With portmgr hat on, reset maintainership of ports whose committer has
been inactive for more than 6 months and who has not responded to email
about his status.
23 Jul 2004 20:10:32
Original commit files touched by this commit  1.0
anholt search for other commits by this committer
- Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
  and make XFREE86_VERSION map to it.  XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
  on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.

PR:             ports/68763
Approved by:    portmgr (marcus)
Approved by:    re (scottl)
06 Feb 2004 13:12:53
Original commit files touched by this commit  1.0
trevor search for other commits by this committer
Use PLIST_FILES (bento-tested, marcus-reviewed).
18 Jul 2003 14:54:30
Original commit files touched by this commit  1.0
mdodd search for other commits by this committer
Add NO_PACKAGE.
18 Jul 2003 14:49:36
Original commit files touched by this commit  1.0
mdodd search for other commits by this committer
The Linux client for "A Tale in the Desert".
This is a Massively Multiplayer Online Roleplaying Game (MMORPG) MMORPG.

The download and first 24 hours of trial gameplay are free.

http://www.atitd.com/ for more info.

Number of commits found: 16

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
linux-operaAug 25
operaAug 25
gnutlsAug 21
joomla15*Aug 20
bugzilla*Aug 19
bugzilla2*Aug 19
cdfAug 19
drupal5Aug 18
drupal6Aug 18
ruby18Aug 16
ruby18Aug 16
ruby18Aug 16
ruby18-nopthreadsAug 16
ruby18-nopthreadsAug 16
ruby18-nopthreadsAug 16

9 vulnerabilities affecting 12 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 19102
Broken 158
Deprecated 78
Ignore 423
Forbidden 6
Restricted 304
No CDROM 130
Vulnerable 50
Expired 11
Set to expire 60
Interactive 78
new 24 hours 4
new 48 hours11
new 7 days55
new fortnight82
new month252

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