pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/miruo Import miruo-0.9.6 as net/miruo.
details: https://anonhg.NetBSD.org/pkgsrc/rev/6e711e72055c
branches: trunk
changeset: 651859:6e711e72055c
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Sat May 16 03:08:11 2015 +0000
description:
Import miruo-0.9.6 as net/miruo.
Pretty-print TCP session monitor/analyzer from KLab Inc.
diffstat:
net/miruo/DESCR | 1 +
net/miruo/Makefile | 24 ++++++++++++++++++++++++
net/miruo/PLIST | 2 ++
net/miruo/distinfo | 5 +++++
4 files changed, 32 insertions(+), 0 deletions(-)
diffs (48 lines):
diff -r 98388422c967 -r 6e711e72055c net/miruo/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/miruo/DESCR Sat May 16 03:08:11 2015 +0000
@@ -0,0 +1,1 @@
+Pretty-print TCP session monitor/analyzer from KLab Inc.
diff -r 98388422c967 -r 6e711e72055c net/miruo/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/miruo/Makefile Sat May 16 03:08:11 2015 +0000
@@ -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@localhost
+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 -r 98388422c967 -r 6e711e72055c net/miruo/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/miruo/PLIST Sat May 16 03:08:11 2015 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2015/05/16 03:08:11 ryoon Exp $
+sbin/miruo
diff -r 98388422c967 -r 6e711e72055c net/miruo/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/miruo/distinfo Sat May 16 03:08:11 2015 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index