pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Add py-junos-netconify, a package for Junos console/ bootstrap New-Out-Of-Box (NOOB) configuration automation, version 1.0.2.
Module Name: pkgsrc-wip
Committed By: Havard Eidnes <he%NetBSD.org@localhost>
Pushed By: he
Date: Mon Feb 22 18:24:35 2016 +0100
Changeset: 599e5071c962cef79fce85d3ecb1cfea9285201d
Added Files:
py-junos-netconify/DESCR
py-junos-netconify/Makefile
py-junos-netconify/PLIST
py-junos-netconify/distinfo
Log Message:
Add py-junos-netconify, a package for Junos console/bootstrap
New-Out-Of-Box (NOOB) configuration automation, version 1.0.2.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=599e5071c962cef79fce85d3ecb1cfea9285201d
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-junos-netconify/DESCR | 10 ++++++++++
py-junos-netconify/Makefile | 20 ++++++++++++++++++++
py-junos-netconify/PLIST | 31 +++++++++++++++++++++++++++++++
py-junos-netconify/distinfo | 6 ++++++
4 files changed, 67 insertions(+)
diffs:
diff --git a/py-junos-netconify/DESCR b/py-junos-netconify/DESCR
new file mode 100644
index 0000000..1e03982
--- /dev/null
+++ b/py-junos-netconify/DESCR
@@ -0,0 +1,10 @@
+Junos console/bootstrap New-Out-Of-Box (NOOB) configuration automation.
+
+There are times when you MUST console into a Junos device to perform
+the NOOB configuration. Generally this configuration is the bare
+minimum in takes to:
+
+ set the root password
+ set the host-name
+ set the management ipaddr
+ enable ssh and optionally NETCONF
diff --git a/py-junos-netconify/Makefile b/py-junos-netconify/Makefile
new file mode 100644
index 0000000..a62e411
--- /dev/null
+++ b/py-junos-netconify/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME= py-junos-netconify-1.0.2
+PKGNAME= ${DISTNAME:S/py-/${PYPKGPREFIX}-/}
+CATEGORIES= net
+MASTER_SITES= -https://github.com/Juniper/${PKGBASE}/archive/${PKGVERSION_NOREV}${EXTRACT_SUFX}
+EGG_NAME= ${DISTNAME:S/^py-//:S/-/_/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/Juniper/${PKGBASE}
+COMMENT= Junos console/bootstrap automation Python module
+LICENSE= apache-2.0
+
+USE_LANGUAGES= # none
+PLIST_SUBST+= PYVERSUFFIX=${PYVERSUFFIX}
+PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX}
+PYTHON_VERSIONS_ACCEPTED= 27 26
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-junos-netconify/PLIST b/py-junos-netconify/PLIST
new file mode 100644
index 0000000..433620b
--- /dev/null
+++ b/py-junos-netconify/PLIST
@@ -0,0 +1,31 @@
+@comment $NetBSD$
+bin/netconify
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/netconify/__init__.py
+${PYSITELIB}/netconify/__init__.pyc
+${PYSITELIB}/netconify/__init__.pyo
+${PYSITELIB}/netconify/cmdo.py
+${PYSITELIB}/netconify/cmdo.pyc
+${PYSITELIB}/netconify/cmdo.pyo
+${PYSITELIB}/netconify/constants.py
+${PYSITELIB}/netconify/constants.pyc
+${PYSITELIB}/netconify/constants.pyo
+${PYSITELIB}/netconify/facts.py
+${PYSITELIB}/netconify/facts.pyc
+${PYSITELIB}/netconify/facts.pyo
+${PYSITELIB}/netconify/tty.py
+${PYSITELIB}/netconify/tty.pyc
+${PYSITELIB}/netconify/tty.pyo
+${PYSITELIB}/netconify/tty_netconf.py
+${PYSITELIB}/netconify/tty_netconf.pyc
+${PYSITELIB}/netconify/tty_netconf.pyo
+${PYSITELIB}/netconify/tty_serial.py
+${PYSITELIB}/netconify/tty_serial.pyc
+${PYSITELIB}/netconify/tty_serial.pyo
+${PYSITELIB}/netconify/tty_telnet.py
+${PYSITELIB}/netconify/tty_telnet.pyc
+${PYSITELIB}/netconify/tty_telnet.pyo
diff --git a/py-junos-netconify/distinfo b/py-junos-netconify/distinfo
new file mode 100644
index 0000000..551dbdc
--- /dev/null
+++ b/py-junos-netconify/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (py-junos-netconify-1.0.2.tar.gz) = d1ceaf06a70af0401c488f6a282892b8b9794729
+RMD160 (py-junos-netconify-1.0.2.tar.gz) = 2b6b9f49145f826daa2031a6bba79514d684c780
+SHA512 (py-junos-netconify-1.0.2.tar.gz) = 17f43c0a25439ea466043acc424689208fec341bee4ef3196c8fa7fb40a9123dc38d9cfc7298bb7ee4cf372b7907942d99cbe5f0389ed211af512d0c35b415d8
+Size (py-junos-netconify-1.0.2.tar.gz) = 17337 bytes
Home |
Main Index |
Thread Index |
Old Index