Version: 2.35, Package name: ns-2.35 |
Maintained by: Stuart Cassoff |
Master sites: |
Description NS is a discrete event simulator targeted at networking research. NS provides substantial support for simulation of TCP, routing, and multicast protocols. A graphical front-end for ns can be found in the nam package. |
Filesize: 42868.332 KB |
Version History (View Complete History) |
|
2019-07-12 14:49:09 by Stuart Henderson | Files touched by this commit (854) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2018-04-25 13:44:04 by Christian Weisgerber | Files touched by this commit (7) |
Log message: char cannot hold the return value of getopt() |
2018-04-12 09:07:38 by Christian Weisgerber | Files touched by this commit (16) |
Log message: fix build with clang6 |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-23 03:26:30 by Marc Espie | Files touched by this commit (244) |
Log message: add pthread to COMPILER_LIBCXX. white lie, but it allows clang and gcc to be more similar bump accordingly. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-05-18 17:28:53 by Marc Espie | Files touched by this commit (36) |
Log message: fix build with clang, errors, plus a lot of warnings |
2017-04-10 05:46:37 by Stuart Henderson | Files touched by this commit (277) |
Log message: use LIBCXX |
2015-01-17 20:16:09 by Christian Weisgerber | Files touched by this commit (3349) |
Log message: Drop remaining MD5/RMD160/SHA1 checksums. |
2011-01-05 12:06:06 by Sebastian Reitenbach | Files touched by this commit (3) |
Log message: Update to new Tcl layout. While there, make use of the tcl/tk modules. OK landry@, stu@ |
2010-11-19 15:31:39 by Marc Espie | Files touched by this commit (372) |
Log message: new depends |
2010-11-11 09:27:55 by Marc Espie | Files touched by this commit (46) |
Log message: new WANTLIB |
2010-10-24 15:30:02 by Antoine Jacoutot | Files touched by this commit (44) |
Log message: Remove USE_X11. |
2010-10-18 12:37:00 by Marc Espie | Files touched by this commit (357) |
Log message: USE_GROFF=Yes |
2010-07-10 08:58:20 by Christian Weisgerber | Files touched by this commit (1) |
Log message: fix dependencies |
2010-04-15 08:11:02 by Antoine Jacoutot | Files touched by this commit (64) |
Log message: Consistency: remove the 1, 2 or even 3 empty blank lines. sthen@ agrees |
2009-08-10 00:33:44 by Matthias Kilian | Files touched by this commit (52) |
Log message: WANTLIB changes after xcb addition and bump. |
2007-11-17 13:39:03 by Steven Mestdagh | Files touched by this commit (28) |
Log message: fix WANTLIB |
2007-10-24 09:01:09 by Steven Mestdagh | Files touched by this commit (20) |
Log message: update to 2.31 |
2007-09-15 16:37:00 by Michael Erdely | Files touched by this commit (333) |
Log message: Remove surrounding quotes in COMMENT*/PERMIT_*/BROKEN/ERRORS Add $OpenBSD$ to p5-SNMP-Info/Makefile (ok kili@, simon@) |
2007-04-05 10:20:19 by Marc Espie | Files touched by this commit (912) |
Log message: base64 checksums. |
2006-11-20 16:17:12 by Steven Mestdagh | Files touched by this commit (2) |
Log message: pass X include/library locations explicitly to broken configure script, so it still works with the new config.x11.site. |
2006-11-13 05:51:15 by Steven Mestdagh | Files touched by this commit (40) |
Log message: USE_X11 |
2006-08-09 03:46:10 by Bernd Ahlers | Files touched by this commit (6) |
Log message: Install the devel/tclcl include files into a subdir. This fixes a conflict with net/openafs and moves includes with a too generic name (timer.h) out of the default include path. Adjust the two dependent ports (net/nam, net/ns) so they know about the new location. idea & okay espie@ |
2005-01-05 10:15:08 by Christian Weisgerber | Files touched by this commit (250) |
Log message: SIZE |
2004-12-15 17:31:27 by Aleksander Piotrowski | Files touched by this commit (179) |
Log message: Add WANTLIB markers |
2004-09-15 12:17:48 by Marc Espie | Files touched by this commit (262) |
Log message: new plists, kill a few INSTALL scripts. |
2004-02-24 19:35:18 by Christian Weisgerber | Files touched by this commit (52) |
Log message: The sparc64 compiler is gcc3 now; don't require the gcc3 module. |
2003-11-01 13:05:01 by Nikolay Sturm | Files touched by this commit (45) |
Log message: update to ns 2.26 note: this is not 64bit clean as this would require a minor rewrite of ns from Nicolas Baldi <openbsd@softhome.net> |
2002-12-22 17:37:52 by Peter Valchev | Files touched by this commit (86) |
Log message: Remove Angelos from maintainer per his request |
2002-10-27 18:38:47 by Christian Weisgerber | Files touched by this commit (72) |
Log message: No regression tests available. |
2002-10-27 17:47:05 by Christian Weisgerber | Files touched by this commit (1) |
Log message: Enable regression test suite. |
2002-09-29 08:32:45 by Christian Weisgerber | Files touched by this commit (10) |
Log message: Fix build with gcc3. |