gns3-gui: add versiom 2.2.1
GNS3 network simulator. Graphical user interface package.
This commit is contained in:
parent
a9e8b92885
commit
1350f5a7a3
4 changed files with 1109 additions and 0 deletions
1
emulators/gns3-gui/DESCR
Normal file
1
emulators/gns3-gui/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
GNS3 network simulator. Graphical user interface package.
|
28
emulators/gns3-gui/Makefile
Normal file
28
emulators/gns3-gui/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
# $NetBSD: Makefile,v 1.1 2019/11/03 01:33:51 markd Exp $
|
||||
|
||||
DISTNAME= gns3-gui-2.2.1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=g/gns3-gui/}
|
||||
|
||||
MAINTAINER= markd@NetBSD.org
|
||||
HOMEPAGE= https://github.com/GNS3/gns3-gui
|
||||
COMMENT= GNS3 network simulator - Graphical user interface package
|
||||
LICENSE= gnu-gpl-v3
|
||||
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-distro>=1.3.0:../../devel/py-distro
|
||||
DEPENDS+= ${PYPKGPREFIX}-psutil>=2.2.1:../../sysutils/py-psutil
|
||||
DEPENDS+= ${PYPKGPREFIX}-jsonschema>=2.6.0:../../textproc/py-jsonschema
|
||||
DEPENDS+= ${PYPKGPREFIX}-raven>=5.23.0:../../www/py-raven
|
||||
DEPENDS+= ${PYPKGPREFIX}-qt5-[0-9]*:../../x11/py-qt5
|
||||
|
||||
# we have newer jsonschema and it seems fine
|
||||
SUBST_CLASSES+= inst
|
||||
SUBST_STAGE.inst= pre-configure
|
||||
SUBST_FILES.inst= requirements.txt
|
||||
SUBST_SED.inst= -e "s:jsonschema==2.6.0:jsonschema:"
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
1074
emulators/gns3-gui/PLIST
Normal file
1074
emulators/gns3-gui/PLIST
Normal file
File diff suppressed because it is too large
Load diff
6
emulators/gns3-gui/distinfo
Normal file
6
emulators/gns3-gui/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2019/11/03 01:33:51 markd Exp $
|
||||
|
||||
SHA1 (gns3-gui-2.2.1.tar.gz) = 1776a030a0f39d5c9fc984a2fc017548512f9373
|
||||
RMD160 (gns3-gui-2.2.1.tar.gz) = 61d864ada93c3dad2e1f7bddace098ad84624833
|
||||
SHA512 (gns3-gui-2.2.1.tar.gz) = 449abb8ace075fea3398d4bf0aec1504079b868dc49e8fe728771eac884dc713083af79888db3b68a30f44c68952ff26975283e2bf9d3798bffdef4a258d5180
|
||||
Size (gns3-gui-2.2.1.tar.gz) = 5077544 bytes
|
Loading…
Reference in a new issue