diff options
author | bmah <bmah@FreeBSD.org> | 2001-02-06 17:47:14 +0000 |
---|---|---|
committer | bmah <bmah@FreeBSD.org> | 2001-02-06 17:47:14 +0000 |
commit | 87c841cbe2359d68ab0c77ccc2544a148cfdd44c (patch) | |
tree | e261e3322022485f9cb23b25edcb2f1d37052490 /net | |
parent | 8e4b6ad54d7c69bbde4aab6155d91ef2615e2aa9 (diff) | |
download | FreeBSD-ports-87c841cbe2359d68ab0c77ccc2544a148cfdd44c.zip FreeBSD-ports-87c841cbe2359d68ab0c77ccc2544a148cfdd44c.tar.gz |
Update net/pchar port.
pchar changes: Update to 1.3.1, adding new analysis algorithms and
network probe types, an option to set the outgoing interface of probe
packets, and a new "tiny traceroute" mode.
Port-related changes: patch-pchar.8 folded into distribution, thus
no longer required. Take over the port since I'm the developer of
the original software.
Approved by: obrien (original maintainer)
Diffstat (limited to 'net')
-rw-r--r-- | net/pchar/Makefile | 4 | ||||
-rw-r--r-- | net/pchar/distinfo | 2 | ||||
-rw-r--r-- | net/pchar/files/patch-pchar.8 | 21 |
3 files changed, 3 insertions, 24 deletions
diff --git a/net/pchar/Makefile b/net/pchar/Makefile index 40b646b..6b18062 100644 --- a/net/pchar/Makefile +++ b/net/pchar/Makefile @@ -7,11 +7,11 @@ # PORTNAME= pchar -PORTVERSION= 1.2 +PORTVERSION= 1.3.1 CATEGORIES= net ipv6 MASTER_SITES= http://www.employees.org/~bmah/Software/pchar/ -MAINTAINER= obrien@FreeBSD.org +MAINTAINER= bmah@FreeBSD.org GNU_CONFIGURE= yes MAN8= pchar.8 diff --git a/net/pchar/distinfo b/net/pchar/distinfo index 7c7f922..a66a9f2 100644 --- a/net/pchar/distinfo +++ b/net/pchar/distinfo @@ -1 +1 @@ -MD5 (pchar-1.2.tar.gz) = 501f2930fa9992fee8232dc86ecbdc2b +MD5 (pchar-1.3.1.tar.gz) = 6c10f925204f93491e0666a55d04d9f5 diff --git a/net/pchar/files/patch-pchar.8 b/net/pchar/files/patch-pchar.8 deleted file mode 100644 index 1fa3f12..0000000 --- a/net/pchar/files/patch-pchar.8 +++ /dev/null @@ -1,21 +0,0 @@ -Index: pchar.8 -=================================================================== -RCS file: /home/users/bmah/src/CVS/pc/pchar.8,v -retrieving revision 1.12 -retrieving revision 1.13 -diff -c -r1.12 -r1.13 -*** pchar.8 2000/05/10 20:54:06 1.12 ---- pchar.8 2000/06/15 16:44:41 1.13 -*************** -*** 1,5 **** - .\" Copyright and comments -! .TH pchar 1 "29 December 1998" - .SH PCHAR - pchar \- Perform network measurements along an Internet path - .SH SYNOPSIS ---- 1,5 ---- - .\" Copyright and comments -! .TH pchar 8 "29 December 1998" - .SH PCHAR - pchar \- Perform network measurements along an Internet path - .SH SYNOPSIS |