aboutsummaryrefslogtreecommitdiff
path: root/emulators/Makefile
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2015-07-26 19:19:36 +0000
committerKurt Jaeger <pi@FreeBSD.org>2015-07-26 19:19:36 +0000
commit7d8375d8b796a9fec3b651297c520e577cac8aa8 (patch)
tree4bff98cc06a22539ad2681c821f0e1d27997071e /emulators/Makefile
parent01b61e083334acac00fdadc2f9eb726e726b9b5c (diff)
downloadports-7d8375d8b796a9fec3b651297c520e577cac8aa8.tar.gz
ports-7d8375d8b796a9fec3b651297c520e577cac8aa8.zip
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
Notes
Notes: svn path=/head/; revision=392943
Diffstat (limited to 'emulators/Makefile')
-rw-r--r--emulators/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/Makefile b/emulators/Makefile
index 48917f75dda0..a6941016f0fe 100644
--- a/emulators/Makefile
+++ b/emulators/Makefile
@@ -112,6 +112,7 @@
SUBDIR += pipelight
SUBDIR += ppsspp
SUBDIR += ppsspp-devel
+ SUBDIR += py-gns3-converter
SUBDIR += q4wine
SUBDIR += qemu
SUBDIR += qemu-devel