Bug 199723

Summary: [new port] net/miruo: Pretty print TCP session monitor/analizer
Product: Ports & Packages Reporter: Koichiro Iwao <meta>
Component: Individual Port(s)Assignee: Jan Beich <jbeich>
Status: Closed FIXED    
Severity: Affects Only Me CC: meta, portmaster
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
shell archive
none
poudriere log none

Description Koichiro Iwao freebsd_committer freebsd_triage 2015-04-27 04:12:34 UTC
Network monitor/analizer wich can print packets on your terminal in neat.
Packet data can also be read from a file which is dumped by tcpdump.

WWW: https://github.com/KLab/miruo
Comment 1 Koichiro Iwao freebsd_committer freebsd_triage 2015-04-27 04:13:03 UTC
Created attachment 156024 [details]
shell archive
Comment 2 Koichiro Iwao freebsd_committer freebsd_triage 2015-04-27 04:13:32 UTC
Created attachment 156025 [details]
poudriere log
Comment 3 Chris Hutchinson 2015-04-27 04:44:00 UTC
Recognizing the the English language isn't everyone's first
language. May I respectfully suggest that you change the
category to: monitor/analyzer :)

--Chris
Comment 4 Koichiro Iwao freebsd_committer freebsd_triage 2015-04-27 05:14:04 UTC
Please feel free to correct my English and thanks.

Upstream GitHub page is written in Japanese but
README in English is also available here:
https://github.com/KLab/miruo/blob/master/README
Comment 5 commit-hook freebsd_committer freebsd_triage 2015-05-02 19:24:43 UTC
A commit references this bug:

Author: jbeich
Date: Sat May  2 19:23:59 UTC 2015
New revision: 385209
URL: https://svnweb.freebsd.org/changeset/ports/385209

Log:
  net/miruo: add new port

  Network monitor/analyzer which prints packets on terminal in neat style.
  Packet data can also be read from a file saved by tcpdump(1).

  WWW: https://github.com/KLab/miruo

  PR:		199723
  Submitted by:	Koichiro IWAO <meta+ports@vmeta.jp>

Changes:
  head/net/Makefile
  head/net/hanstunnel/Makefile
  head/net/hanstunnel/distinfo
  head/net/hanstunnel/files/patch-Makefile
  head/net/hanstunnel/files/patch-client.cpp
  head/net/hanstunnel/files/patch-echo.cpp
  head/net/hanstunnel/files/patch-main.cpp
  head/net/hanstunnel/files/patch-src_echo.cpp
  head/net/hanstunnel/files/patch-src_tun.cpp
  head/net/hanstunnel/files/patch-src_tun__dev__freebsd.c
  head/net/hanstunnel/files/patch-tun.cpp
  head/net/hanstunnel/files/patch-utility.cpp
  head/net/hanstunnel/files/pkg-message.in
  head/net/hanstunnel/pkg-descr
  head/net/hanstunnel/pkg-message
  head/net/miruo/
  head/net/miruo/Makefile
  head/net/miruo/distinfo
  head/net/miruo/pkg-descr
Comment 6 commit-hook freebsd_committer freebsd_triage 2015-05-02 19:33:45 UTC
A commit references this bug:

Author: jbeich
Date: Sat May  2 19:33:15 UTC 2015
New revision: 385211
URL: https://svnweb.freebsd.org/changeset/ports/385211

Log:
  Back out part of r385209 related to bug 195313

  Not bumping PORTEPOCH because I'll eventually land those changes, anyway.

  PR:		199723

Changes:
  head/net/hanstunnel/Makefile
  head/net/hanstunnel/distinfo
  head/net/hanstunnel/files/patch-Makefile
  head/net/hanstunnel/files/patch-client.cpp
  head/net/hanstunnel/files/patch-echo.cpp
  head/net/hanstunnel/files/patch-main.cpp
  head/net/hanstunnel/files/patch-src_echo.cpp
  head/net/hanstunnel/files/patch-src_tun.cpp
  head/net/hanstunnel/files/patch-src_tun__dev__freebsd.c
  head/net/hanstunnel/files/patch-tun.cpp
  head/net/hanstunnel/files/patch-utility.cpp
  head/net/hanstunnel/files/pkg-message.in
  head/net/hanstunnel/pkg-descr
  head/net/hanstunnel/pkg-message
Comment 7 Jan Beich freebsd_committer freebsd_triage 2015-05-02 19:35:41 UTC
Thanks. Committed with minor changes:
- Convert to USE_GITHUB
- Slightly reword pkg-descr (still non-native)
- Spelling fixes