diff options
author | ryoon <ryoon@pkgsrc.org> | 2015-05-16 03:08:11 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2015-05-16 03:08:11 +0000 |
commit | 48287557dc203f2b4523d14d8bb9c8ebc8db91a8 (patch) | |
tree | f9d68e76700d4256b898309c5dd3fb3c1f72cc3b /net | |
parent | 268107780283cb8a7353e92b7baa31f555aab68c (diff) | |
download | pkgsrc-48287557dc203f2b4523d14d8bb9c8ebc8db91a8.tar.gz |
Import miruo-0.9.6 as net/miruo.
Pretty-print TCP session monitor/analyzer from KLab Inc.
Diffstat (limited to 'net')
-rw-r--r-- | net/miruo/DESCR | 1 | ||||
-rw-r--r-- | net/miruo/Makefile | 24 | ||||
-rw-r--r-- | net/miruo/PLIST | 2 | ||||
-rw-r--r-- | net/miruo/distinfo | 5 |
4 files changed, 32 insertions, 0 deletions
diff --git a/net/miruo/DESCR b/net/miruo/DESCR new file mode 100644 index 00000000000..4b51d9c5119 --- /dev/null +++ b/net/miruo/DESCR @@ -0,0 +1 @@ +Pretty-print TCP session monitor/analyzer from KLab Inc. diff --git a/net/miruo/Makefile b/net/miruo/Makefile new file mode 100644 index 00000000000..5b35a79476d --- /dev/null +++ b/net/miruo/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1 2015/05/16 03:08:11 ryoon Exp $ + +DISTNAME= miruo-0.9.6 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_GITHUB:=KLab/} +GITHUB_PROJECT= miruo +GITHUB_TAG= v${PKGVERSION_NOREV} + +MAINTAINER= ryoon@NetBSD.org +HOMEPAGE= ${MASTER_SITE_GITHUB:=KLab/miruo/} +COMMENT= Pretty-print TCP session monitor/analyzer +LICENSE= gnu-gpl-v3 + +GNU_CONFIGURE= yes + +SUBST_CLASSES+= getopt +SUBST_STAGE.getopt= pre-configure +SUBST_MESSAGE.getopt= Fixing getopt_long_only +SUBST_FILES.getopt+= miruo.c +SUBST_SED.getopt+= -e 's,getopt_long_only,getopt_long,' + +.include "../../devel/libgetopt/buildlink3.mk" +.include "../../net/libpcap/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/miruo/PLIST b/net/miruo/PLIST new file mode 100644 index 00000000000..6c9117be440 --- /dev/null +++ b/net/miruo/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2015/05/16 03:08:11 ryoon Exp $ +sbin/miruo diff --git a/net/miruo/distinfo b/net/miruo/distinfo new file mode 100644 index 00000000000..d1a6f3db7d9 --- /dev/null +++ b/net/miruo/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/05/16 03:08:11 ryoon Exp $ + +SHA1 (miruo-0.9.6.tar.gz) = f93b472a47c65db5d1b8903df2189c1945e5b86e +RMD160 (miruo-0.9.6.tar.gz) = dc3a856b8bcf7ac8e04515c5a1da568531f8e438 +Size (miruo-0.9.6.tar.gz) = 118783 bytes |