pkgsrc/emulators/gns3/Makefile

30 lines
1,015 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.8 2014/05/09 07:37:04 wiz Exp $
Update to version 0.8.3.1 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
2013-03-01 22:29:14 +01:00
DISTNAME= GNS3-0.8.3.1-src
PKGNAME= gns3-0.8.3.1
PKGREVISION= 2
CATEGORIES= emulators
Update to version 0.8.3.1 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
2013-03-01 22:29:14 +01:00
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/
2010-06-02 00:01:35 +02:00
COMMENT= Graphical network simulator
LICENSE= gnu-gpl-v2
DEPENDS+= dynamips>=0.2.8rc1:../../emulators/dynamips
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.8.3.1
EGG_NAME= ${DISTNAME:S/-src//}
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
Update to version 0.8.3.1 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
2013-03-01 22:29:14 +01:00
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/distutils.mk"
.include "../../x11/py-sip/buildlink3.mk"
.include "../../x11/py-qt4/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"