diff options
author | bmah <bmah@FreeBSD.org> | 2014-01-22 07:47:07 +0800 |
---|---|---|
committer | bmah <bmah@FreeBSD.org> | 2014-01-22 07:47:07 +0800 |
commit | e8a9fefef8fcd79b3582fa40b9b51aa3d9af651e (patch) | |
tree | 8f102298b846d38e90756659484dbf201c2a6ce6 /net | |
parent | 44e4ea0f3940e7d06220b99883ec5b852134fa0b (diff) | |
download | freebsd-ports-gnome-e8a9fefef8fcd79b3582fa40b9b51aa3d9af651e.tar.gz freebsd-ports-gnome-e8a9fefef8fcd79b3582fa40b9b51aa3d9af651e.tar.zst freebsd-ports-gnome-e8a9fefef8fcd79b3582fa40b9b51aa3d9af651e.zip |
Schedule net/pchar for deletion.
I am the upstream author of this software. pchar was originally
developed in a time before store-and-forward switches were common on
LANs. Its algorithms assumed that there is only one packet queue per IP
hop. Almost every modern network violates this assumption; thus pchar
will return incorrect results in the vast majority of environments where
it could be used today. In addition, I have not supported this software
for over ten years. For these reasons I am scheduling this port for
removal.
Approved by: mat (mentor)
Diffstat (limited to 'net')
-rw-r--r-- | net/pchar/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/pchar/Makefile b/net/pchar/Makefile index 99ce03f1f18d..7ea78b17961e 100644 --- a/net/pchar/Makefile +++ b/net/pchar/Makefile @@ -11,6 +11,9 @@ MASTER_SITE_SUBDIR= bmah MAINTAINER= ports@FreeBSD.org COMMENT= Sandia Internet path characterization tool +DEPRECATED= Obsolete, abandoned +EXPIRATION_DATE=2014-05-01 + GNU_CONFIGURE= yes MAN8= pchar.8 |