diff options
-rw-r--r-- | misc/histring/Makefile | 6 | ||||
-rw-r--r-- | misc/histring/pkg-descr | 1 |
2 files changed, 5 insertions, 2 deletions
diff --git a/misc/histring/Makefile b/misc/histring/Makefile index ac032458217d..cfc23d3fe5c5 100644 --- a/misc/histring/Makefile +++ b/misc/histring/Makefile @@ -8,7 +8,11 @@ PORTNAME= histring PORTVERSION= 1.1.0 CATEGORIES= misc -MASTER_SITES= http://www.gusnet.cx:8080/proj/histring/ +MASTER_SITES= # disappeared + +BROKEN= "mastersite disappeared" +DEPRECATED= ${BROKEN} +EXPIRATION_DATE= 2005-12-11 MAINTAINER= roam@FreeBSD.org COMMENT= A tool to highlight strings using the ANSI terminal escape sequences diff --git a/misc/histring/pkg-descr b/misc/histring/pkg-descr index 288b20063bec..d2afc68e128d 100644 --- a/misc/histring/pkg-descr +++ b/misc/histring/pkg-descr @@ -9,4 +9,3 @@ 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://www.gusnet.cx:8080/proj/histring/ |