On Sun, Aug 13, 2017 at 02:33:19PM -0700, Ayaka Koshibe wrote:
> 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.
> 
> OK?
Have you run portcheck? Trailing whitespace and .swp file laying around.
You're also missing "c" as WANTLIB.

I'd also put the porting bits from README into DESCR so users know
beforehand.

`make test' says "Ran 0 tests in 0.000s"; that's not intentional, is it?

What about mn.1 and mnexec.1? They're not showing up in PLIST and trying
to build them with `make m{n,exec}.1' complains about config.mk missing.

Reply via email to