14 Commits

Author SHA1 Message Date
kmos
2795ba2341 Bump the REVISION on all ports that use the python2 version of
py-setuptools.

Also change the lang/python module to use the new
devel/py2-setuptools for python2 ports

ok sthen@
2021-05-21 19:50:21 +00:00
sthen
3cbe1c2f30 Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
sthen
48b0b9660c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:48:23 +00:00
akoshibe
08ce78ea01 Remove MODPY_DEFAULT_VERSION_2 to follow generally favored convention.
Brought to my attention by danj - thanks.

OK solene@ jca@ sthen@
2018-09-07 13:08:43 +00:00
akoshibe
09654bfe5e Make myself upstream, and provide assets. This allows the patches to be
deleted along with the GH_* variables. Also explicitly set
MODPY_DEFAULT_VERSION_2 as suggested by kn@ since this does not run with
Python 3.

OK kn@ phessler@
2018-09-06 14:12:04 +00:00
schwarze
d7c24c3272 Trivially fix the mn(1) manual page by using the correct path
to the input file when autogenerating, and bump.
Obvious bug reported by Leonid Bobrov <mazocomp at disroot dot org> on ports@.
2018-05-09 14:56:19 +00:00
kn
2006bece21 Enable SEPARATE_BUILD, simplify do-install.
OK akoshibe, jca
2018-04-17 19:39:33 +00:00
akoshibe
2f1fba23ab Various bug fixes:
- Repeated output for 'dpctl' CLI command
- Iperf ignoring interrupt from CLI
- DPID value not passed to switch(4) nodes for assignment
- switch(4) nodes with control channels created later in startup won't have
  their channels forwarded to a remote controller
- ping tests waiting forever when controller is explicitly disabled
- local forwarding controller not correctly tracked for teardown
- trying to log to extraneous file for switchd(8) node
- wrong method used for getting bridge(4) node info
- manpage for mn not generated properly

OK jca@ phessler@
OK for earlier version of diffs jasper@ sthen@
2018-04-10 07:55:10 +00:00
akoshibe
5fbd0f0701 Remove unused install scripts and reference to bash. Install missing switchd(8)
configuration file.

OK phessler@
2017-12-07 06:33:40 +00:00
akoshibe
099661ec5e Move examples to /usr/local/share/examples.
Fix for bug introduced in last revision

OK phessler@
2017-09-16 06:03:05 +00:00
akoshibe
b9789144ea Turn PID tracking on by default, and stop using 'pkill -f' to interrupt
processes. Also remove some debug prints.

OK phessler@
2017-09-09 21:18:30 +00:00
akoshibe
cc78164fde removes the unneeded install notes and Linux and FreeBSD
-related files. Also do a bit of Makefile cleanup.

OK sthen@ phessler@
2017-09-02 23:10:52 +00:00
jasper
4cc263215c tidy pre-install
ok akoshibe@
2017-09-01 17:08:48 +00:00
akoshibe
783f7e4069 Mininet creates a realistic virtual network, running real kernel, switch
and application code, on a single machine (VM, cloud or native), in
seconds, with a single command

Because you can easily interact with your network using the Mininet CLI
(and API), customize it, share it with others, or deploy it on real
hardware, Mininet is useful for development, teaching, and research.

This port is not connected to the build yet.

OK sthen@ jasper@ phessler@
2017-08-21 18:47:12 +00:00