pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
mtr: remove, imported to pkgsrc
Module Name: pkgsrc-wip
Committed By: Marcin Gondek <drixter%e-utp.net@localhost>
Pushed By: drixter
Date: Sun Jun 14 10:53:57 2026 +0200
Changeset: 46273a673a8a86cfc8525c99c13971c97be5a431
Modified Files:
Makefile
Removed Files:
mtr/COMMIT_MSG
mtr/DESCR
mtr/Makefile
mtr/PLIST
mtr/distinfo
mtr/options.mk
Log Message:
mtr: remove, imported to pkgsrc
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=46273a673a8a86cfc8525c99c13971c97be5a431
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
mtr/COMMIT_MSG | 11 -----------
mtr/DESCR | 6 ------
mtr/Makefile | 27 ---------------------------
mtr/PLIST | 7 -------
mtr/distinfo | 5 -----
mtr/options.mk | 19 -------------------
7 files changed, 76 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index c08e38bc94..f201b84c4c 100644
--- a/Makefile
+++ b/Makefile
@@ -2496,7 +2496,6 @@ SUBDIR+= mtdev
SUBDIR+= mtf
SUBDIR+= mtop
SUBDIR+= mtpfs
-SUBDIR+= mtr
SUBDIR+= mtr-graph
SUBDIR+= mtrack
SUBDIR+= mtrxmath
diff --git a/mtr/COMMIT_MSG b/mtr/COMMIT_MSG
deleted file mode 100644
index 5cf4299178..0000000000
--- a/mtr/COMMIT_MSG
+++ /dev/null
@@ -1,11 +0,0 @@
-net/mtr: Update to 0.96
-
-WHAT'S NEW?
-V0.96
-
-Merge branch 'traviscross:master' into master
-Change UDP and ICMP sockets binding to accept a source IP from the -a CLI option
-Adjust MIN_PORT to match other implementations
-Handle EHOSTDOWN and refine error handling better granularity
-[...]
-More in NEWS
diff --git a/mtr/DESCR b/mtr/DESCR
deleted file mode 100644
index b55838c572..0000000000
--- a/mtr/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-mtr combines the functionality of the "traceroute" and "ping" programs
-into a single network diagnostic tool. This is the curses-based version
-of the program.
-
-Authors: Matt Kimball <mkimball%xmission.com@localhost> is the primary author of mtr.
- Roger Wolff <R.E.Wolff%BitWizard.nl@localhost> is currently maintaining mtr.
diff --git a/mtr/Makefile b/mtr/Makefile
deleted file mode 100644
index f9df692c70..0000000000
--- a/mtr/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# $NetBSD: Makefile,v 1.132 2026/01/27 08:40:22 wiz Exp $
-
-DISTNAME= mtr-0.96
-CATEGORIES= net
-MASTER_SITES= https://www.bitwizard.nl/mtr/files/
-MASTER_SITES+= https://www.aydogan.net/distfiles/net/
-
-MAINTAINER= drixter%e-utp.net@localhost
-HOMEPAGE= https://www.bitwizard.nl/mtr/
-COMMENT= Traceroute and ping in a single graphical network diagnostic tool
-LICENSE= gnu-gpl-v2
-
-GNU_CONFIGURE= YES
-USE_TOOLS+= pkg-config
-INSTALLATION_DIRS= share/doc/mtr
-
-CPPFLAGS.SunOS+= -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1
-
-.include "options.mk"
-
-SPECIAL_PERMS= sbin/mtr-packet ${SETUID_ROOT_PERMS}
-
-post-install:
- ${INSTALL_DATA} ${WRKSRC}/SECURITY ${DESTDIR}${PREFIX}/share/doc/mtr
-
-.include "../../mk/curses.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/mtr/PLIST b/mtr/PLIST
deleted file mode 100644
index cf8f9fd3ca..0000000000
--- a/mtr/PLIST
+++ /dev/null
@@ -1,7 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2017/06/27 12:22:38 wiz Exp $
-man/man8/mtr-packet.8
-man/man8/mtr.8
-sbin/mtr
-sbin/mtr-packet
-share/bash-completion/completions/mtr
-share/doc/mtr/SECURITY
diff --git a/mtr/distinfo b/mtr/distinfo
deleted file mode 100644
index bf3dda2d97..0000000000
--- a/mtr/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.55 2022/01/16 22:46:12 wiz Exp $
-
-BLAKE2s (mtr-0.96.tar.gz) = 80528c544f9b99a3d74a51b687858d29984c7f65a0c6019b0e988947931595ea
-SHA512 (mtr-0.96.tar.gz) = 1a5643036acf572a8055527e1dc92529b61e65ee6cd6ad317f9e48db720852029387730bbba1009a494d78397fc95724311302af13b6e7cf33a7e00b8911f8ca
-Size (mtr-0.96.tar.gz) = 301374 bytes
diff --git a/mtr/options.mk b/mtr/options.mk
deleted file mode 100644
index 417768d6f6..0000000000
--- a/mtr/options.mk
+++ /dev/null
@@ -1,19 +0,0 @@
-# $NetBSD: options.mk,v 1.7 2019/11/03 11:45:42 rillig Exp $
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.mtr
-PKG_SUPPORTED_OPTIONS= gtk inet6
-PKG_SUGGESTED_OPTIONS= inet6
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mgtk)
-.include "../../x11/gtk2/buildlink3.mk"
-.else
-CONFIGURE_ARGS+= --without-gtk
-.endif
-
-.if !empty(PKG_OPTIONS:Minet6)
-CONFIGURE_ARGS+= --enable-ipv6
-.else
-CONFIGURE_ARGS+= --disable-ipv6
-.endif
Home |
Main Index |
Thread Index |
Old Index