GNS3 0.8.3.1 * Vboxwrapper recompilation to run with VirtualBox 4.2 * Support for access to the GNS3 VirtualBox VM name from inside a VM: VBoxControl guestproperty get NameInGNS3 * Minor fixes GNS3 0.8.3 * Option to freely use the first VBox interface inside VMs (i.e. eth0 on Linux). * New base configuration (startup-config) for devices with NM-16ESW (named baseconfig_sw.txt). * Console and headless mode support for VirtualBox devices. * Embedded console/terminal server to access VirtualBox VM consoles using Telnet. * Support for drag & drop of topology files inside GNS3. * Double quote support for Qemu options and ASA kernel/initrd command lines. * Import & export for GNS3 configuration file (gns3.ini). * Global TCP port tracker to allocate ports and avoid conflicts (console + AUX ports for IOS routers and console ports for Qemu-like/VirtualBox devices are tracked) * Scripts for using consoles with VBox VMs (Windows only). * Backup nvram export when Dynamips has crashed. * Option (activated by default) to use the VirtualBox VM names to name VirtualBox devices in GNS3. * Complete IPv6 support (with correct functions). * Support for binding on specific addresses when loading a topology * Option to track opened node consoles in order to close them when the node gets deleted. GNS3 0.8.0 VirtualBox Edition Major Improvements: * VirtualBox support (v4.1 required) * Wireshark Live Traffic Capture * Basic IPv6 enablement * Basic Netbook enablement * Dynagen Console got a massive rewrite / cleanup * Russian translation got a major update Detailed changes see CHANGELOG
28 lines
941 B
Makefile
28 lines
941 B
Makefile
# $NetBSD: Makefile,v 1.5 2013/03/01 21:29:14 markd Exp $
|
|
|
|
DISTNAME= GNS3-0.8.3.1-src
|
|
PKGNAME= gns3-0.8.3.1
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gns-3/GNS3/0.8.3.1/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://gns3.org/
|
|
COMMENT= Graphical network simulator
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
DEPENDS+= dynamips>=0.2.8rc1:../../emulators/dynamips
|
|
|
|
PYDISTUTILSPKG= yes
|
|
PY_PATCHPLIST= yes
|
|
REPLACE_PYTHON+= src/GNS3/Dynagen/dynagen.py src/GNS3/Dynagen/confConsole.py
|
|
REPLACE_PYTHON+= src/GNS3/Dynagen/console.py src/GNS3/Dynagen/dynamips_lib.py
|
|
REPLACE_PYTHON+= src/GNS3/Dynagen/qemu_lib.py
|
|
REPLACE_PYTHON+= src/GNS3/Dynagen/dynagen_vbox_lib.py
|
|
REPLACE_PYTHON+= src/GNS3/Dynagen/portTracker_lib.py
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../x11/py-sip/buildlink3.mk"
|
|
.include "../../x11/py-qt4/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|