FreshPorts -- The Place For Ports notbug Sun, 27 May 2012 5:17 AM BST
Port details
acm 5.0_2 games on this many watch lists=4 search for ports that depend on this port
A flight simulator for X11

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: unknown
License: GPLv2


ACM is a LAN-oriented, multiplayer aerial combat simulation.  My main design
objective was to provide source code that could be easily compiled and
executed on a wide variety of platforms.  To that end, acm is written entirely
in C, exploiting the programming features of Unix, X11, and the BSD socket
interface.

Players engage in air to air combat against one another using heat seeking
missiles and cannons.

ACM is implemented as two programs.  The first, named "acm", is a small
program that, when invoked, starts a flight session on a given workstation.
The second component, named "acms", is a server process that manages the
multiplayer environment.  It also manages the flight simulation and
display management that is required.  Most players will prefer to run the
acms process on a back-end server system on their local area network.  Players
at client workstations can then invoke the acm program to begin play.

WWW: http://www.websimulations.com/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: x11/libX11, lang/perl5.8
Required To Run: x11/libX11
There are no ports dependent upon this port

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


Configuration Options
     No options to configure

Master Sites:
http://www.websimulations.com/download/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 24

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
14 Dec 2011 21:29:16
Original commit files touched by this commit  5.0_2
crees search for other commits by this committer
Add LICENSE data.

PR:             ports/149564 (based on)
Submitted by:   Ullrich Franke <uf@raindogs.org>
Approved by:    [no objections from maintainers in four weeks]
07 Dec 2011 11:39:25
Original commit files touched by this commit  5.0_2
se search for other commits by this committer
Fix a few compilation errors detected by clang.

Feature safe: yes
25 Jun 2011 07:48:30
Original commit files touched by this commit  5.0_2
miwi search for other commits by this committer
- Fix build with CLANG

PR:             158103
Submitted by:   Guido Falsi <mad@madpilot.net>
24 Mar 2009 13:22:22
Original commit files touched by this commit  5.0_2
arved search for other commits by this committer
make -j fix
18 Dec 2008 02:33:39
Original commit files touched by this commit  5.0_2
linimon search for other commits by this committer
Reset se@FreeBSD.org due to maintainer-timeouts and no response to email.

Hat:    portmgr
25 Mar 2008 22:44:48
Original commit files touched by this commit  5.0_2
miwi search for other commits by this committer
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:    portmgr (xorg cleanup)
23 Jul 2007 09:19:24
Original commit files touched by this commit  5.0_1
rafan search for other commits by this committer
- Patch configure so it actually accepts --mandir and --infodir. Otherwise,
  it will fail when we set them for GNU_CONFIGURE.

PR:             ports/111470
Approved by:    portmgr
Tested by:      pointyhat exp run
20 May 2007 12:13:23
Original commit files touched by this commit  5.0_1
se search for other commits by this committer
The move of X11 to /usr/local broke the compilation of acm if netpbm
is installed (pm.h from netpbm was used instead of the port's unrelated
local pm.h).

If this port does not compile with gcc-4, this is due to conflicting
declarations of the RPC server interface generated by rpcgen (statis
vs. non-static). This breakage must be fixed in rpcgen.

Approved by:    portmgr
19 May 2007 20:32:57
Original commit files touched by this commit  5.0_1
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}.
28 May 2006 13:00:00
Original commit files touched by this commit  5.0
se search for other commits by this committer
Fix master site (use HTTP instead of FTP).

PR:             ports/97649
Submitted by:   Martin Wilke <freebsd at unixfreunde dot de>
22 Jan 2006 11:18:58
Original commit files touched by this commit  5.0
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
02 Dec 2004 21:03:36
Original commit files touched by this commit  5.0
se search for other commits by this committer
Add build dependency on perl.

Submitted by:           lesi
22 Mar 2004 23:35:18
Original commit files touched by this commit  5.0
se search for other commits by this committer
Add SIZE data to distinfo files.

Submitted by:   trevor
06 Jul 2003 10:29:12
Original commit files touched by this commit  5.0
se search for other commits by this committer
Fix remotely exploitable buffer overflow (CVE-2002-0391).
01 Jun 2003 14:48:09
Original commit files touched by this commit  5.0
se search for other commits by this committer
Fix build on -STABLE: The previous work-around was only tested (and
worked only) on -CURRENT. This one is tested on both 4.8 and 5.1-RC.
18 May 2003 11:38:49
Original commit files touched by this commit  5.0
se search for other commits by this committer
Fix build on 5.1 (remove port's conflicting definition of float_t)
18 May 2003 10:05:40
Original commit files touched by this commit  5.0
kris search for other commits by this committer
BROKEN on 5.1: does not compile
07 Mar 2003 06:03:01
Original commit files touched by this commit  5.0
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.
30 Dec 2001 18:17:35
files touched by this commit
petef search for other commits by this committer
Chase libaudio shlib major (from the audio/nas update).    
24 Nov 2001 14:11:09
files touched by this commit
se search for other commits by this committer
Use stdlib.h instead of malloc.h, which is deprecated.    
23 Nov 2001 23:42:59
files touched by this commit
se search for other commits by this committer
Add URL of ACM web-site.    
14 Feb 2001 20:19:44
files touched by this commit
lioux search for other commits by this committer
typo clean up police: \s -> \t    
23 Nov 2000 11:56:11
files touched by this commit
sobomax search for other commits by this committer
Ditch out "Version required" from comments section.    
08 Oct 2000 03:48:59
files touched by this commit
asami search for other commits by this committer
Convert category games to new layout.  

Number of commits found: 24

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 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 23674
Broken 193
Deprecated 147
Ignore 736
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 4
new 48 hours19
new 7 days61
new fortnight185
new month255

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

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.138 seconds.