The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD cad : mars

Maryland Routing Simulator

 The Maryland Routing Simulator (MaRS) is a discrete-event simulator
providing a flexible platform for the evaluation and comparison of
network routing algorithms.
 

ftp://ftp.cs.umd.edu/pub/sdag/MaRS/



mars history


v. 1.33
date: 2007/11/27 22:49:00;  author: miwi;  state: Exp;  lines: +16 -9
- Fix build with GCC 4.2
- Remove most warnings
- Add OPTIONS Knob
- Pass maintainership to submitter

PR:		118246
Submitted by:	Pietro Cerutti 
Approved by:	portmgr (pav)

v. 1.32 date: 2007/05/27 02:58:11; author: kris; state: Exp; lines: +4 -0 BROKEN with gcc 4.2
v. 1.31 date: 2007/05/19 20:00:34; author: flz; state: Exp; lines: +1 -1 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.30 date: 2005/11/24 00:22:12; author: pav; state: Exp; lines: +0 -1 - Make fetchable (at least at my place)
v. 1.29 date: 2003/12/09 19:09:41; author: oliver; state: Exp; lines: +1 -4 fix build on CURRENT bump PORTREVISION
v. 1.28 date: 2003/11/22 19:27:11; author: linimon; state: Exp; lines: +1 -1 Make BROKEN message more specific.
v. 1.27 date: 2003/10/29 03:40:13; author: linimon; state: Exp; lines: +6 -6 Move inclusion of bsd.port.pre.mk past definition of variables. Pet portlint.
v. 1.26 date: 2003/10/25 07:38:53; author: linimon; state: Exp; lines: +7 -1 Mark as broken on 5.x. The distfile dates from 1994 so it looks unlikely like it will run on 5.x anytime soon.
v. 1.25 date: 2003/02/20 16:52:44; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.24 date: 2002/12/21 22:42:44; author: edwin; state: Exp; lines: +1 -1 Make portlint happy regarding EXTRATC_ONLY
v. 1.23 date: 2002/12/21 22:34:48; author: edwin; state: Exp; lines: +1 -0 Make cad/mars fetchable again. Noticed by: portsurvey
v. 1.22 date: 2002/11/10 16:45:15; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.21 date: 2002/11/06 22:44:05; author: adamw; state: Exp; lines: +3 -1 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.20 date: 2001/07/09 20:28:25; author: obrien; state: Exp; lines: +2 -2 Return to ports.
v. 1.19 date: 2001/01/16 17:30:09; author: sobomax; state: Exp; lines: +2 -3 Massive style enforcement - use ^I instead of spaces for variables identation.
v. 1.18 date: 2000/11/07 23:27:56; author: asami; state: Exp; lines: +4 -6 Change motif to a normal dependency. REQUIRES_MOTIF is now called USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif. As before, it implies USE_XPM (and therefore USE_XLIB). Motif-dummy is removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3. Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always have USE_MOTIF. ftp/moxftp will define USE_MOTIF unless WANT_ATHENA_VERSION (new variable) is defined. I merged the X cases in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined. I will remove x11-toolkits/Motif-dummy (which has been repo copied to open-motif) in a few days.
v. 1.17 date: 2000/04/17 00:17:10; author: reg; state: Exp; lines: +2 -2 Standardize all user defined options to the booleans WITH_FOO and WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports
v. 1.16 date: 2000/04/08 23:20:04; author: mharo; state: Exp; lines: +4 -4 update with the new PORTNAME/PORTVERSION variables
v. 1.15 date: 2000/03/22 00:27:08; author: obrien; state: Exp; lines: +2 -1 Restore useless version required comments.
v. 1.14 date: 2000/03/20 02:36:44; author: obrien; state: Exp; lines: +1 -2 Remove the "version required" line.
v. 1.13 date: 2000/02/13 03:23:41; author: obrien; state: Exp; lines: +6 -6 Style nits in the ports I maintain.
v. 1.12 date: 1999/10/27 08:12:45; author: obrien; state: Exp; lines: +4 -4 Minor style change.
v. 1.11 date: 1999/08/28 02:41:46; author: mharo; state: Exp; lines: +2 -2 expr -> ${EXPR} mv -> ${MV} rm -> ${RM} tr -> ${TR}
v. 1.10 date: 1999/08/25 04:52:33; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.9 date: 1999/08/22 18:57:23; author: mharo; state: Exp; lines: +2 -2 chmod -> ${CHMOD} chown -> ${CHOWN}
v. 1.8 date: 1999/02/03 11:11:40; author: asami; state: Exp; lines: +2 -2 Adjust port Makefiles to new EXTRACT_* variable defaults. See log of bsd.port.mk rev. 1.304 for details on the change. The fix here is one of the following. (1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining EXTRACT_* commands. (2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously calling the "tar" command (i.e., arguments like "-xzf" are spelled out). (3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS}, add ${EXTRACT_AFTER_ARGS} to the command line as well. (4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS is set, define the other two too.
v. 1.7 date: 1998/11/28 00:44:31; author: asami; state: Exp; lines: +2 -1 Add USE_XLIB to some ports that require X. (Actually BUILD_DEPENDS on imake for ilu and mkdirhier for asl.)
v. 1.6 date: 1997/10/10 06:53:30; author: obrien; state: Exp; lines: +2 -2 Change my email address to @FreeBSD
v. 1.5 date: 1997/02/04 11:32:02; author: obrien; state: Exp; lines: +2 -2 fix Bogon.
v. 1.4 date: 1996/11/26 10:40:48; author: obrien; state: Exp; lines: +1 -3 Combine my do-install and post-install targets.. there was no need for two targets.
v. 1.3 date: 1996/11/26 06:46:40; author: asami; state: Exp; lines: +10 -9 Misc. cleanup. In particular, don't fetch the docfile in the install target.
v. 1.2 date: 1996/11/25 01:26:24; author: obrien; state: Exp; lines: +4 -2 Support Motif compilation.
v. 1.1 date: 1996/11/25 01:07:50; author: obrien; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1996/11/25 01:07:50; author: obrien; state: Exp; lines: +0 -0 The Maryland Routing Simulator (MaRS) is a discrete-event simulator providing a flexible platform for the evaluation and comparison of network routing algorithms. =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm