aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-01-10 17:16:54 +0800
committermiwi <miwi@FreeBSD.org>2007-01-10 17:16:54 +0800
commitaff3f82b349622b67a622a31613b82831a8d01d4 (patch)
tree951d2f74fffb92bdd44a4181f01b16f7705af1b8 /net
parentc4ffde9cd6740989d83ccffa0e78b4de30c8f554 (diff)
downloadfreebsd-ports-gnome-aff3f82b349622b67a622a31613b82831a8d01d4.tar.gz
freebsd-ports-gnome-aff3f82b349622b67a622a31613b82831a8d01d4.tar.zst
freebsd-ports-gnome-aff3f82b349622b67a622a31613b82831a8d01d4.zip
Paris traceroute is a new version of the well-known network diagnosis
and measurement tool. It addresses problems caused by load balancers with the initial implementation of traceroute. WWW: http://paris-traceroute.net/ PR: ports/107731 Submitted by: dikshie at sfc.wide.ad.jp
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/paris-traceroute/Makefile28
-rw-r--r--net/paris-traceroute/distinfo3
-rw-r--r--net/paris-traceroute/pkg-descr5
4 files changed, 37 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index dc94202d43c8..4342f9b4298d 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -550,6 +550,7 @@
SUBDIR += p5-XPC
SUBDIR += p5-perl-ldap
SUBDIR += panoptis
+ SUBDIR += paris-traceroute
SUBDIR += passlogd
SUBDIR += pathchar
SUBDIR += pathneck
diff --git a/net/paris-traceroute/Makefile b/net/paris-traceroute/Makefile
new file mode 100644
index 000000000000..bd0f5fc9ca6c
--- /dev/null
+++ b/net/paris-traceroute/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: ssmping
+# Date created: 10 January 2007
+# Whom: dikshie@sfc.wide.ad.jp
+#
+# $FreeBSD$
+#
+
+PORTNAME= paris-traceroute
+PORTVERSION= 0.91
+CATEGORIES= net
+MASTER_SITES= http://paris-traceroute.net/downloads/
+DISTNAME= ${PORTNAME}-${PORTVERSION}-dev
+
+MAINTAINER= dikshie@sfc.wide.ad.jp
+COMMENT= Paris traceroute is network diagnosis and measurement tools
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+
+PLIST_FILES= bin/paris-traceroute
+
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= Does not compile on 4.x
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/net/paris-traceroute/distinfo b/net/paris-traceroute/distinfo
new file mode 100644
index 000000000000..0e24407085d4
--- /dev/null
+++ b/net/paris-traceroute/distinfo
@@ -0,0 +1,3 @@
+MD5 (paris-traceroute-0.91-dev.tar.gz) = e64d48612ff58004ef3de8dc3a64e178
+SHA256 (paris-traceroute-0.91-dev.tar.gz) = 0ac9b2e313d3d380ce177f7d50e2192f07c2d64d6b6e3651f8db45589a774379
+SIZE (paris-traceroute-0.91-dev.tar.gz) = 632061
diff --git a/net/paris-traceroute/pkg-descr b/net/paris-traceroute/pkg-descr
new file mode 100644
index 000000000000..8fb8bff84df7
--- /dev/null
+++ b/net/paris-traceroute/pkg-descr
@@ -0,0 +1,5 @@
+Paris traceroute is a new version of the well-known network diagnosis
+and measurement tool. It addresses problems caused by load balancers
+with the initial implementation of traceroute.
+
+WWW: http://paris-traceroute.net/