diff options
| author | Bruce A. Mah <bmah@FreeBSD.org> | 2014-01-21 23:47:07 +0000 |
|---|---|---|
| committer | Bruce A. Mah <bmah@FreeBSD.org> | 2014-01-21 23:47:07 +0000 |
| commit | 38aef4a2b036bf091eae22d03081321afbe65ed6 (patch) | |
| tree | 8f102298b846d38e90756659484dbf201c2a6ce6 /net | |
| parent | Fix properties on pkg-plist (diff) | |
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 |
