aboutsummaryrefslogtreecommitdiff
path: root/net/miruo
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2015-05-02 19:23:55 +0000
committerJan Beich <jbeich@FreeBSD.org>2015-05-02 19:23:55 +0000
commit3b4fea4a6314407182612a02ab1add26e6bf9d44 (patch)
tree9d79fbf168ce284220c6ec0128669b11a3dd7b89 /net/miruo
parent68da98f94a45b1ee19f49bdfe0244af33a0dc4c6 (diff)
downloadports-3b4fea4a6314407182612a02ab1add26e6bf9d44.tar.gz
ports-3b4fea4a6314407182612a02ab1add26e6bf9d44.zip
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>
Notes
Notes: svn path=/head/; revision=385209
Diffstat (limited to 'net/miruo')
-rw-r--r--net/miruo/Makefile19
-rw-r--r--net/miruo/distinfo2
-rw-r--r--net/miruo/pkg-descr4
3 files changed, 25 insertions, 0 deletions
diff --git a/net/miruo/Makefile b/net/miruo/Makefile
new file mode 100644
index 000000000000..74bbef6cb024
--- /dev/null
+++ b/net/miruo/Makefile
@@ -0,0 +1,19 @@
+# Created by: Koichiro IWAO <meta+ports@vmeta.jp>
+# $FreeBSD$
+
+PORTNAME= miruo
+PORTVERSION= 0.9.5
+CATEGORIES= net
+
+MAINTAINER= meta+ports@vmeta.jp
+COMMENT= Pretty-print TCP session monitor/analyzer
+
+LICENSE= GPLv3
+
+USE_GITHUB= yes
+GH_ACCOUNT= KLab
+
+GNU_CONFIGURE= yes
+PLIST_FILES= sbin/miruo
+
+.include <bsd.port.mk>
diff --git a/net/miruo/distinfo b/net/miruo/distinfo
new file mode 100644
index 000000000000..d3f2db20577f
--- /dev/null
+++ b/net/miruo/distinfo
@@ -0,0 +1,2 @@
+SHA256 (KLab-miruo-0.9.5_GH0.tar.gz) = adb57d766dd91c1509c8239fc0c92c570fcb5e5900c2513807817424fc7eeffd
+SIZE (KLab-miruo-0.9.5_GH0.tar.gz) = 116387
diff --git a/net/miruo/pkg-descr b/net/miruo/pkg-descr
new file mode 100644
index 000000000000..a9404e44495c
--- /dev/null
+++ b/net/miruo/pkg-descr
@@ -0,0 +1,4 @@
+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