1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00

GNS3 Converter is designed to convert old ini-style GNS3 topologies

(<=0.8.7) to the newer version v1+ JSON format for use in GNS3 v1+

The converter will convert all IOS, Cloud and VirtualBox devices
to the new format. It will also convert all QEMU based devices (QEMU
VM, ASA, PIX, JUNOS & IDS). VPCS nodes will be converted to cloud
devices due to lack of information the 0.8.7 topology files.

For topologies containing snapshots, the snapshots will also be
converted to the new format automatically.

WWW: https://github.com/GNS3/gns3-converter
This commit is contained in:
Kurt Jaeger 2015-07-26 19:19:36 +00:00
parent 01b61e0833
commit 7d8375d8b7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=392943
4 changed files with 31 additions and 0 deletions

View File

@ -112,6 +112,7 @@
SUBDIR += pipelight
SUBDIR += ppsspp
SUBDIR += ppsspp-devel
SUBDIR += py-gns3-converter
SUBDIR += q4wine
SUBDIR += qemu
SUBDIR += qemu-devel

View File

@ -0,0 +1,16 @@
# $FreeBSD$
PORTNAME= gns3-converter
PORTVERSION= 1.2.3
CATEGORIES= emulators
MASTER_SITES= CHEESESHOP
MAINTAINER= pi@FreeBSD.org
COMMENT= Convert old GNS3 (<=0.8.7) topologies to newer versions
LICENSE= GPLv3
USES= python:3
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (gns3-converter-1.2.3.tar.gz) = 9257464a112aaca345b2eaec7001ea723f319f9792a8a313cacb94fe7e10a7e9
SIZE (gns3-converter-1.2.3.tar.gz) = 32962

View File

@ -0,0 +1,12 @@
GNS3 Converter is designed to convert old ini-style GNS3 topologies
(<=0.8.7) to the newer version v1+ JSON format for use in GNS3 v1+
The converter will convert all IOS, Cloud and VirtualBox devices
to the new format. It will also convert all QEMU based devices (QEMU
VM, ASA, PIX, JUNOS & IDS). VPCS nodes will be converted to cloud
devices due to lack of information the 0.8.7 topology files.
For topologies containing snapshots, the snapshots will also be
converted to the new format automatically.
WWW: https://github.com/GNS3/gns3-converter