The FreeBSD Ports Archive
FreeBSD net : cnet4>
A networking simulator
cnet is a networking simulator which enables experimentation with
various data-link layer, network layer, routing and transport layer
networking protocols. It has been specifically developed for, and
used in, undergraduate computer networking courses by thousands of
students since 1991.
http://www.csse.uwa.edu.au/cnet/
|
cnet history
v. 1.31
date: 2007/05/19 20:18:17; author: flz; state: Exp; lines: +1 -0
- 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: 2006/03/18 22:13:05; author: pav; state: Exp; lines: +6 -3
- Add MASTER_SITES
- Style
PR: ports/94656
Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
v. 1.29
date: 2006/03/10 17:35:29; author: erwin; state: Exp; lines: +1 -2
While the port compiles and installs/deinstalls OK, on systems with "modern" gcc
versions (like 5 and 6) the resulting binary is unusable.
Fix this by updating to the latest version.
PR: 94283
Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
Obtain from: Chris McDonald (author)
Reported by: "B .Wiggins"
Approved by: portmgr (self)
v. 1.28
date: 2005/12/14 08:37:11; author: az; state: Exp; lines: +2 -3
- Unbroke port (distfile was rerolled)
- Pathes was included in original distfiles.
- Bump PortRevision
- Pass maintainership to submitter.
PR: ports/90365
Submitted by: Ion-Mihai "IOnut" Tetcu
v. 1.27
date: 2005/11/16 04:32:31; author: kris; state: Exp; lines: +2 -0
BROKEN: Size mismatch
v. 1.26
date: 2005/07/20 23:58:25; author: kris; state: Exp; lines: +7 -1
BROKEN on amd64 and ia64: Does not compile
v. 1.25
date: 2005/06/12 11:04:18; author: lawrance; state: Exp; lines: +4 -8
- Update to 2.0.9 [1]
- portlint pkg-plist pacification
- add a couple patches to fix compile and crash problems,
both submitted to author
PR: ports/74298 [1]
Submitted by: Petr Holub [1]
v. 1.24
date: 2005/05/03 17:33:26; author: arved; state: Exp; lines: +2 -0
Mark IGNORE, the program does not seem to work on FreeBSD anymore
PR: 74298
v. 1.23
date: 2004/02/04 05:07:58; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.22
date: 2003/08/17 02:29:36; author: kris; state: Exp; lines: +5 -4
Switch to tcl/tk 8.4, add tcl84 virtual category and bump PORTREVISION.
v. 1.21
date: 2003/02/20 18:50:53; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.20
date: 2002/06/23 06:03:59; author: ijliao; state: Exp; lines: +3 -2
Replace ${PERL} with ${REINPLACE_CMD}
PR: 39668
Submitted by: Oliver Braun
v. 1.19
date: 2002/01/17 04:37:02; author: pat; state: Exp; lines: +1 -1
Update to 1.7.7
PR: 33895
Submitted by: Tilman Linneweh
v. 1.18
date: 2001/10/25 17:07:54; author: dinoex; state: Exp; lines: +2 -2
Update to 1.7.5
Old distfile is not longer on server
v. 1.17
date: 2001/08/28 05:35:35; author: petef; state: Exp; lines: +15 -19
- update to 1.7.4
- use tk83
PR: 30143
Submitted by: KATO Tsuguru
v. 1.16
date: 2001/03/08 17:15:58; author: sf; state: Exp; lines: +3 -3
update checksum. (modified html files)
%%PORTDOCS%%
PR: 25613
Submitted by: KATO Tsuguru
v. 1.15
date: 2001/01/14 12:13:44; author: kris; state: Exp; lines: +2 -2
Chase the checksum: some minor doc changes, and what seems to be
removal of old code. Bump PORTREVISION.
Submitted by: bento
v. 1.14
date: 2000/11/01 12:51:01; author: jeh; state: Exp; lines: +2 -1
- Update checksum (Isn't it a fellony in most contries to change a
distfile and not change the version number?)
PR: 22452
Submitted by: KATO Tsuguru
v. 1.13
date: 2000/08/03 09:25:52; author: asami; state: Exp; lines: +3 -3
(1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
XFREE86_VERSION defaults to 3 for now, but adventurous users can
override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB
will add a dependency to x11/XFree86; when it is set to 4, the
dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
hacks to avoid messing with XFree86 are turned off.
Since XFree86 version 4 includes some software that used to be
separate ports, when XFREE86_VERSION=3 the following variables are
provided:
USE_DGS LIB_DEPENDS on x11/dgs
USE_FREETYPE LIB_DEPENDS on print/freetype
USE_MESA LIB_DEPENDS on graphics/Mesa3
USE_XPM LIB_DEPENDS on graphics/xpm
When XFREE86_VERSION=4, these variables have no effect. The
LIB_DEPENDS in the tree for the above four ports have all been
converted to the USE_* counterparts. For your information, this
is the count of the number of ports:
USE_DGS 0
USE_FREETYPE 16
USE_MESA 36
USE_XPM 236
There is a new variable, XAWVER, which is set to 6 when
XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also
passed to PLIST_SUB so ports that build Xaw based shared libraries
can use this variable to substitute the shlib version number.
There is also a provision of using a separate mtree file for
XFREE86_VERSION=4, but that part is not enabled yet.
Reviewed by: the ports list
Tested by: make index (XFREE86_VERSION=3 only)
(2) Add hebrew to list of valid categories.
Submitted by: nbm
v. 1.12
date: 2000/07/22 07:22:56; author: will; state: Exp; lines: +11 -8
Update to 1.6.
PR: 20103
Submitted by: Ports Fury
v. 1.11
date: 2000/04/09 18:10:31; author: cpiazza; state: Exp; lines: +4 -4
Update with the new PORTNAME/PORTVERSION variables
v. 1.10
date: 2000/03/08 17:02:00; author: jedgar; state: Exp; lines: +27 -13
Update port to 1.5p2
PR: 17234
Submitted by: KATO Tsuguru
v. 1.9
date: 1999/08/30 14:22:20; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.8
date: 1999/05/04 23:18:24; author: steve; state: Exp; lines: +2 -2
LIB_DEPENDS on the new unified xview port.
v. 1.7
date: 1999/03/15 02:03:30; author: steve; state: Exp; lines: +5 -3
Update to version 1.4p4.
PR: 10205
Submitted by: Michael Haro
v. 1.6
date: 1998/11/29 22:27:20; author: asami; state: Exp; lines: +3 -2
Another missing xpm dependency.
v. 1.5
date: 1998/09/21 22:15:56; author: steve; state: Exp; lines: +2 -2
Remove regexp support for libxview not that it builds ELF too.
v. 1.4
date: 1998/08/07 23:56:42; author: asami; state: Exp; lines: +2 -2
Fix up dependencies for ports that moved into the x11-toolkits category.
v. 1.3
date: 1998/02/16 12:06:41; author: jkh; state: Exp; lines: +1 -2
Unbreak this port. Sorry, I didn't test the package rule before.
Me bad.
v. 1.2
date: 1998/02/16 10:54:05; author: asami; state: Exp; lines: +7 -6
Mark this port BROKEN, it doesn't package. While I'm here, fix a couple
of bogons (like DEPENDS -> LIB_DEPENDS) and portlint.
v. 1.1
date: 1998/02/08 20:02:49; author: jkh; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1998/02/08 20:02:49; author: jkh; state: Exp; lines: +0 -0
New port: cnet - a graphical network simulator.
=============================================================================
v. 1.31
date: 2007/05/19 20:18:17; author: flz; state: Exp; lines: +1 -0
- 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: 2006/03/18 22:13:05; author: pav; state: Exp; lines: +6 -3
- Add MASTER_SITES
- Style
PR: ports/94656
Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
v. 1.29
date: 2006/03/10 17:35:29; author: erwin; state: Exp; lines: +1 -2
While the port compiles and installs/deinstalls OK, on systems with "modern" gcc
versions (like 5 and 6) the resulting binary is unusable.
Fix this by updating to the latest version.
PR: 94283
Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
Obtain from: Chris McDonald (author)
Reported by: "B .Wiggins"
Approved by: portmgr (self)
v. 1.28
date: 2005/12/14 08:37:11; author: az; state: Exp; lines: +2 -3
- Unbroke port (distfile was rerolled)
- Pathes was included in original distfiles.
- Bump PortRevision
- Pass maintainership to submitter.
PR: ports/90365
Submitted by: Ion-Mihai "IOnut" Tetcu
v. 1.27
date: 2005/11/16 04:32:31; author: kris; state: Exp; lines: +2 -0
BROKEN: Size mismatch
v. 1.26
date: 2005/07/20 23:58:25; author: kris; state: Exp; lines: +7 -1
BROKEN on amd64 and ia64: Does not compile
v. 1.25
date: 2005/06/12 11:04:18; author: lawrance; state: Exp; lines: +4 -8
- Update to 2.0.9 [1]
- portlint pkg-plist pacification
- add a couple patches to fix compile and crash problems,
both submitted to author
PR: ports/74298 [1]
Submitted by: Petr Holub [1]
v. 1.24
date: 2005/05/03 17:33:26; author: arved; state: Exp; lines: +2 -0
Mark IGNORE, the program does not seem to work on FreeBSD anymore
PR: 74298
v. 1.23
date: 2004/02/04 05:07:58; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.22
date: 2003/08/17 02:29:36; author: kris; state: Exp; lines: +5 -4
Switch to tcl/tk 8.4, add tcl84 virtual category and bump PORTREVISION.
v. 1.21
date: 2003/02/20 18:50:53; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.20
date: 2002/06/23 06:03:59; author: ijliao; state: Exp; lines: +3 -2
Replace ${PERL} with ${REINPLACE_CMD}
PR: 39668
Submitted by: Oliver Braun
v. 1.19
date: 2002/01/17 04:37:02; author: pat; state: Exp; lines: +1 -1
Update to 1.7.7
PR: 33895
Submitted by: Tilman Linneweh
v. 1.18
date: 2001/10/25 17:07:54; author: dinoex; state: Exp; lines: +2 -2
Update to 1.7.5
Old distfile is not longer on server
v. 1.17
date: 2001/08/28 05:35:35; author: petef; state: Exp; lines: +15 -19
- update to 1.7.4
- use tk83
PR: 30143
Submitted by: KATO Tsuguru
v. 1.16
date: 2001/03/08 17:15:58; author: sf; state: Exp; lines: +3 -3
update checksum. (modified html files)
%%PORTDOCS%%
PR: 25613
Submitted by: KATO Tsuguru
v. 1.15
date: 2001/01/14 12:13:44; author: kris; state: Exp; lines: +2 -2
Chase the checksum: some minor doc changes, and what seems to be
removal of old code. Bump PORTREVISION.
Submitted by: bento
v. 1.14
date: 2000/11/01 12:51:01; author: jeh; state: Exp; lines: +2 -1
- Update checksum (Isn't it a fellony in most contries to change a
distfile and not change the version number?)
PR: 22452
Submitted by: KATO Tsuguru
v. 1.13
date: 2000/08/03 09:25:52; author: asami; state: Exp; lines: +3 -3
(1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
XFREE86_VERSION defaults to 3 for now, but adventurous users can
override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB
will add a dependency to x11/XFree86; when it is set to 4, the
dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
hacks to avoid messing with XFree86 are turned off.
Since XFree86 version 4 includes some software that used to be
separate ports, when XFREE86_VERSION=3 the following variables are
provided:
USE_DGS LIB_DEPENDS on x11/dgs
USE_FREETYPE LIB_DEPENDS on print/freetype
USE_MESA LIB_DEPENDS on graphics/Mesa3
USE_XPM LIB_DEPENDS on graphics/xpm
When XFREE86_VERSION=4, these variables have no effect. The
LIB_DEPENDS in the tree for the above four ports have all been
converted to the USE_* counterparts. For your information, this
is the count of the number of ports:
USE_DGS 0
USE_FREETYPE 16
USE_MESA 36
USE_XPM 236
There is a new variable, XAWVER, which is set to 6 when
XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also
passed to PLIST_SUB so ports that build Xaw based shared libraries
can use this variable to substitute the shlib version number.
There is also a provision of using a separate mtree file for
XFREE86_VERSION=4, but that part is not enabled yet.
Reviewed by: the ports list
Tested by: make index (XFREE86_VERSION=3 only)
(2) Add hebrew to list of valid categories.
Submitted by: nbm
v. 1.12
date: 2000/07/22 07:22:56; author: will; state: Exp; lines: +11 -8
Update to 1.6.
PR: 20103
Submitted by: Ports Fury
v. 1.11
date: 2000/04/09 18:10:31; author: cpiazza; state: Exp; lines: +4 -4
Update with the new PORTNAME/PORTVERSION variables
v. 1.10
date: 2000/03/08 17:02:00; author: jedgar; state: Exp; lines: +27 -13
Update port to 1.5p2
PR: 17234
Submitted by: KATO Tsuguru
v. 1.9
date: 1999/08/30 14:22:20; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.8
date: 1999/05/04 23:18:24; author: steve; state: Exp; lines: +2 -2
LIB_DEPENDS on the new unified xview port.
v. 1.7
date: 1999/03/15 02:03:30; author: steve; state: Exp; lines: +5 -3
Update to version 1.4p4.
PR: 10205
Submitted by: Michael Haro
v. 1.6
date: 1998/11/29 22:27:20; author: asami; state: Exp; lines: +3 -2
Another missing xpm dependency.
v. 1.5
date: 1998/09/21 22:15:56; author: steve; state: Exp; lines: +2 -2
Remove regexp support for libxview not that it builds ELF too.
v. 1.4
date: 1998/08/07 23:56:42; author: asami; state: Exp; lines: +2 -2
Fix up dependencies for ports that moved into the x11-toolkits category.
v. 1.3
date: 1998/02/16 12:06:41; author: jkh; state: Exp; lines: +1 -2
Unbreak this port. Sorry, I didn't test the package rule before.
Me bad.
v. 1.2
date: 1998/02/16 10:54:05; author: asami; state: Exp; lines: +7 -6
Mark this port BROKEN, it doesn't package. While I'm here, fix a couple
of bogons (like DEPENDS -> LIB_DEPENDS) and portlint.
v. 1.1
date: 1998/02/08 20:02:49; author: jkh; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1998/02/08 20:02:49; author: jkh; state: Exp; lines: +0 -0
New port: cnet - a graphical network simulator.
=============================================================================
v. 1.31
date: 2007/05/19 20:18:17; author: flz; state: Exp; lines: +1 -0
- 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: 2006/03/18 22:13:05; author: pav; state: Exp; lines: +6 -3
- Add MASTER_SITES
- Style
PR: ports/94656
Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
v. 1.29
date: 2006/03/10 17:35:29; author: erwin; state: Exp; lines: +1 -2
While the port compiles and installs/deinstalls OK, on systems with "modern" gcc
versions (like 5 and 6) the resulting binary is unusable.
Fix this by updating to the latest version.
PR: 94283
Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer)
Obtain from: Chris McDonald (author)
Reported by: "B .Wiggins"
Approved by: portmgr (self)
v. 1.28
date: 2005/12/14 08:37:11; author: az; state: Exp; lines: +2 -3
- Unbroke port (distfile was rerolled)
- Pathes was included in original distfiles.
- Bump PortRevision
- Pass maintainership to submitter.
PR: ports/90365
Submitted by: Ion-Mihai "IOnut" Tetcu
v. 1.27
date: 2005/11/16 04:32:31; author: kris; state: Exp; lines: +2 -0
BROKEN: Size mismatch
v. 1.26
date: 2005/07/20 23:58:25; author: kris; state: Exp; lines: +7 -1
BROKEN on amd64 and ia64: Does not compile
v. 1.25
date: 2005/06/12 11:04:18; author: lawrance; state: Exp; lines: +4 -8
- Update to 2.0.9 [1]
- portlint pkg-plist pacification
- add a couple patches to fix compile and crash problems,
both submitted to author
PR: ports/74298 [1]
Submitted by: Petr Holub [1]
v. 1.24
date: 2005/05/03 17:33:26; author: arved; state: Exp; lines: +2 -0
Mark IGNORE, the program does not seem to work on FreeBSD anymore
PR: 74298
v. 1.23
date: 2004/02/04 05:07:58; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.22
date: 2003/08/17 02:29:36; author: kris; state: Exp; lines: +5 -4
Switch to tcl/tk 8.4, add tcl84 virtual category and bump PORTREVISION.
v. 1.21
date: 2003/02/20 18:50:53; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.20
date: 2002/06/23 06:03:59; author: ijliao; state: Exp; lines: +3 -2
Replace ${PERL} with ${REINPLACE_CMD}
PR: 39668
Submitted by: Oliver Braun
v. 1.19
date: 2002/01/17 04:37:02; author: pat; state: Exp; lines: +1 -1
Update to 1.7.7
PR: 33895
Submitted by: Tilman Linneweh
v. 1.18
date: 2001/10/25 17:07:54; author: dinoex; state: Exp; lines: +2 -2
Update to 1.7.5
Old distfile is not longer on server
v. 1.17
date: 2001/08/28 05:35:35; author: petef; state: Exp; lines: +15 -19
- update to 1.7.4
- use tk83
PR: 30143
Submitted by: KATO Tsuguru
v. 1.16
date: 2001/03/08 17:15:58; author: sf; state: Exp; lines: +3 -3
update checksum. (modified html files)
%%PORTDOCS%%
PR: 25613
Submitted by: KATO Tsuguru
v. 1.15
date: 2001/01/14 12:13:44; author: kris; state: Exp; lines: +2 -2
Chase the checksum: some minor doc changes, and what seems to be
removal of old code. Bump PORTREVISION.
Submitted by: bento
v. 1.14
date: 2000/11/01 12:51:01; author: jeh; state: Exp; lines: +2 -1
- Update checksum (Isn't it a fellony in most contries to change a
distfile and not change the version number?)
PR: 22452
Submitted by: KATO Tsuguru
v. 1.13
date: 2000/08/03 09:25:52; author: asami; state: Exp; lines: +3 -3
(1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
XFREE86_VERSION defaults to 3 for now, but adventurous users can
override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB
will add a dependency to x11/XFree86; when it is set to 4, the
dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
hacks to avoid messing with XFree86 are turned off.
Since XFree86 version 4 includes some software that used to be
separate ports, when XFREE86_VERSION=3 the following variables are
provided:
USE_DGS LIB_DEPENDS on x11/dgs
USE_FREETYPE LIB_DEPENDS on print/freetype
USE_MESA LIB_DEPENDS on graphics/Mesa3
USE_XPM LIB_DEPENDS on graphics/xpm
When XFREE86_VERSION=4, these variables have no effect. The
LIB_DEPENDS in the tree for the above four ports have all been
converted to the USE_* counterparts. For your information, this
is the count of the number of ports:
USE_DGS 0
USE_FREETYPE 16
USE_MESA 36
USE_XPM 236
There is a new variable, XAWVER, which is set to 6 when
XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also
passed to PLIST_SUB so ports that build Xaw based shared libraries
can use this variable to substitute the shlib version number.
There is also a provision of using a separate mtree file for
XFREE86_VERSION=4, but that part is not enabled yet.
Reviewed by: the ports list
Tested by: make index (XFREE86_VERSION=3 only)
(2) Add hebrew to list of valid categories.
Submitted by: nbm
v. 1.12
date: 2000/07/22 07:22:56; author: will; state: Exp; lines: +11 -8
Update to 1.6.
PR: 20103
Submitted by: Ports Fury
v. 1.11
date: 2000/04/09 18:10:31; author: cpiazza; state: Exp; lines: +4 -4
Update with the new PORTNAME/PORTVERSION variables
v. 1.10
date: 2000/03/08 17:02:00; author: jedgar; state: Exp; lines: +27 -13
Update port to 1.5p2
PR: 17234
Submitted by: KATO Tsuguru
v. 1.9
date: 1999/08/30 14:22:20; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.8
date: 1999/05/04 23:18:24; author: steve; state: Exp; lines: +2 -2
LIB_DEPENDS on the new unified xview port.
v. 1.7
date: 1999/03/15 02:03:30; author: steve; state: Exp; lines: +5 -3
Update to version 1.4p4.
PR: 10205
Submitted by: Michael Haro
v. 1.6
date: 1998/11/29 22:27:20; author: asami; state: Exp; lines: +3 -2
Another missing xpm dependency.
v. 1.5
date: 1998/09/21 22:15:56; author: steve; state: Exp; lines: +2 -2
Remove regexp support for libxview not that it builds ELF too.
v. 1.4
date: 1998/08/07 23:56:42; author: asami; state: Exp; lines: +2 -2
Fix up dependencies for ports that moved into the x11-toolkits category.
v. 1.3
date: 1998/02/16 12:06:41; author: jkh; state: Exp; lines: +1 -2
Unbreak this port. Sorry, I didn't test the package rule before.
Me bad.
v. 1.2
date: 1998/02/16 10:54:05; author: asami; state: Exp; lines: +7 -6
Mark this port BROKEN, it doesn't package. While I'm here, fix a couple
of bogons (like DEPENDS -> LIB_DEPENDS) and portlint.
v. 1.1
date: 1998/02/08 20:02:49; author: jkh; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1998/02/08 20:02:49; author: jkh; state: Exp; lines: +0 -0
New port: cnet - a graphical network simulator.
=============================================================================
|
| |

|