diff options
Diffstat (limited to '')
-rw-r--r-- | misc/histring/Makefile | 6 | ||||
-rw-r--r-- | misc/histring/distinfo | 1 | ||||
-rw-r--r-- | misc/histring/pkg-descr | 1 | ||||
-rw-r--r-- | net/tcpcat/Makefile | 2 | ||||
-rw-r--r-- | net/tcpcat/distinfo | 1 | ||||
-rw-r--r-- | net/tcpcat/pkg-descr | 2 |
6 files changed, 6 insertions, 7 deletions
diff --git a/misc/histring/Makefile b/misc/histring/Makefile index cfc23d3fe5c5..bf518c7ea2e8 100644 --- a/misc/histring/Makefile +++ b/misc/histring/Makefile @@ -8,11 +8,7 @@ PORTNAME= histring PORTVERSION= 1.1.0 CATEGORIES= misc -MASTER_SITES= # disappeared - -BROKEN= "mastersite disappeared" -DEPRECATED= ${BROKEN} -EXPIRATION_DATE= 2005-12-11 +MASTER_SITES= http://ess4.engr.uvic.ca/proj/histring/ MAINTAINER= roam@FreeBSD.org COMMENT= A tool to highlight strings using the ANSI terminal escape sequences diff --git a/misc/histring/distinfo b/misc/histring/distinfo index 0e762faa2562..0c5dd2ee3a3b 100644 --- a/misc/histring/distinfo +++ b/misc/histring/distinfo @@ -1,2 +1,3 @@ MD5 (histring-1.1.0.tar.gz) = 6b2f21041bdf6eadbd86ddfaf7ef90e8 +SHA256 (histring-1.1.0.tar.gz) = 0a2cb0d7343e4ffb76f2ba004107964bd3193922f075d692a49cc3b4b1937d9f SIZE (histring-1.1.0.tar.gz) = 41274 diff --git a/misc/histring/pkg-descr b/misc/histring/pkg-descr index d2afc68e128d..ad1eca489296 100644 --- a/misc/histring/pkg-descr +++ b/misc/histring/pkg-descr @@ -9,3 +9,4 @@ output of grep and diff. I think that this programs functionality should be folded in to those programs but until then histring does the job nicely. Author: Angus Mackay <amackay@gusnet.cx> +WWW: http://ess4.engr.uvic.ca/proj/histring/ diff --git a/net/tcpcat/Makefile b/net/tcpcat/Makefile index c5688415f4bc..1c2ce9199bb9 100644 --- a/net/tcpcat/Makefile +++ b/net/tcpcat/Makefile @@ -8,7 +8,7 @@ PORTNAME= tcpcat PORTVERSION= 1.2.0 CATEGORIES= net -MASTER_SITES= http://www.gusnet.cx:8080/proj/tcpcat/ +MASTER_SITES= http://ess4.engr.uvic.ca/proj/tcpcat/ MAINTAINER= roam@FreeBSD.org COMMENT= A simple utility for sending/receiving data over a TCP or a Unix-domain socket diff --git a/net/tcpcat/distinfo b/net/tcpcat/distinfo index e8ff081cd7ef..2880a728d0df 100644 --- a/net/tcpcat/distinfo +++ b/net/tcpcat/distinfo @@ -1,2 +1,3 @@ MD5 (tcpcat-1.2.0.tar.gz) = 26e9b431f577874645b95665df6fe3db +SHA256 (tcpcat-1.2.0.tar.gz) = c4302fc9c07adcb0c9257c0a1f320333791021dc43316ceada36457d8a3f36c7 SIZE (tcpcat-1.2.0.tar.gz) = 52865 diff --git a/net/tcpcat/pkg-descr b/net/tcpcat/pkg-descr index 707fbf2d15cd..f9a82e9cb089 100644 --- a/net/tcpcat/pkg-descr +++ b/net/tcpcat/pkg-descr @@ -14,4 +14,4 @@ when invoded with --listen, --input, and --output, this mode is quite useful for network program debugging as well. Author: Angus Mackay <amackay@gusnet.cx> -WWW: http://www.gusnet.cx:8080/proj/tcpcat/ +WWW: http://ess4.engr.uvic.ca/proj/tcpcat |