summaryrefslogtreecommitdiff
path: root/net/ntraceroute
diff options
context:
space:
mode:
authorBruce M Simpson <bms@FreeBSD.org>2004-06-25 00:26:55 +0000
committerBruce M Simpson <bms@FreeBSD.org>2004-06-25 00:26:55 +0000
commitf43a5af83d992ad4813936dc3a2017323cd1ffb2 (patch)
treed0fe7fa9f26d2703b7e6835e7415d3b81e583bb9 /net/ntraceroute
parentAdd WITH_OPTIMIZED_CFLAGS knob which will allow xvid to choose (diff)
New port: ntraceroute, the NANOG traceroute program. Has additional
features which make it differ from FreeBSD's shipping traceroute, e.g. MPLS label decoding, Path MTU discovery, spray mode etc.
Notes
Notes: svn path=/head/; revision=112181
Diffstat (limited to 'net/ntraceroute')
-rw-r--r--net/ntraceroute/Makefile34
-rw-r--r--net/ntraceroute/distinfo2
-rw-r--r--net/ntraceroute/pkg-descr8
-rw-r--r--net/ntraceroute/pkg-plist1
4 files changed, 45 insertions, 0 deletions
diff --git a/net/ntraceroute/Makefile b/net/ntraceroute/Makefile
new file mode 100644
index 000000000000..d91ccda1ab52
--- /dev/null
+++ b/net/ntraceroute/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: ntraceroute
+# Date created: 25 June 2004
+# Whom: Bruce M Simpson <bms@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= ntraceroute
+PORTVERSION= 6.3.9
+CATEGORIES= net
+MASTER_SITES= ftp://ftp.login.com/pub/software/traceroute/beta/
+DISTFILES= traceroute_639.c
+DIST_SUBDIR= ${PORTNAME}
+
+MAINTAINER= bms@FreeBSD.org
+COMMENT= Ubiquitous network routing analysis tool
+
+WRKSRC= ${WRKDIR}
+
+NOMAN= defined
+
+do-extract:
+ @${RM} -rf ${WRKDIR}
+ @${MKDIR} ${WRKDIR}
+
+do-build:
+ ${CC} -o ${WRKSRC}/${PORTNAME} -lm \
+ ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES}
+
+do-install:
+ ${INSTALL} ${COPY} ${STRIP} -o root -g wheel -m 04555 \
+ ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin
+
+.include <bsd.port.mk>
diff --git a/net/ntraceroute/distinfo b/net/ntraceroute/distinfo
new file mode 100644
index 000000000000..10d63fae2b10
--- /dev/null
+++ b/net/ntraceroute/distinfo
@@ -0,0 +1,2 @@
+MD5 (ntraceroute/traceroute_639.c) = 2205492caa992a627888c4997fe6c8b3
+SIZE (ntraceroute/traceroute_639.c) = 106345
diff --git a/net/ntraceroute/pkg-descr b/net/ntraceroute/pkg-descr
new file mode 100644
index 000000000000..e9c7bcea39c5
--- /dev/null
+++ b/net/ntraceroute/pkg-descr
@@ -0,0 +1,8 @@
+This is the NANOG traceroute program. This traceroute variant offers
+features such as MPLS label decode, Path MTU discovery, AS lookup,
+and spray mode. It is maintained by a collection of volunteers.
+
+WWW: ftp://ftp.login.com/pub/software/traceroute/
+
+Bruce
+bms@FreeBSD.org
diff --git a/net/ntraceroute/pkg-plist b/net/ntraceroute/pkg-plist
new file mode 100644
index 000000000000..32d3b2751513
--- /dev/null
+++ b/net/ntraceroute/pkg-plist
@@ -0,0 +1 @@
+sbin/ntraceroute