diff options
author | linimon <linimon@FreeBSD.org> | 2005-10-12 00:37:40 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2005-10-12 00:37:40 +0800 |
commit | c3d93afc13b20f22319267c154dcde0fbda5b953 (patch) | |
tree | fe8b258e7c0aef7a42c791bc3b0f43dba556e878 /misc | |
parent | 1067cd3a8f2fe3c6ae276737abc1facad0f48959 (diff) | |
download | freebsd-ports-gnome-c3d93afc13b20f22319267c154dcde0fbda5b953.tar.gz freebsd-ports-gnome-c3d93afc13b20f22319267c154dcde0fbda5b953.tar.zst freebsd-ports-gnome-c3d93afc13b20f22319267c154dcde0fbda5b953.zip |
Mark as BROKEN: unfetchable.
Source: distfile survey
Diffstat (limited to 'misc')
-rw-r--r-- | misc/dog/Makefile | 6 | ||||
-rw-r--r-- | misc/dog/pkg-descr | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/misc/dog/Makefile b/misc/dog/Makefile index 534c010c4953..5d52443b8fbd 100644 --- a/misc/dog/Makefile +++ b/misc/dog/Makefile @@ -8,11 +8,15 @@ PORTNAME= dog PORTVERSION= 1.7 PORTREVISION= 1 CATEGORIES= misc -MASTER_SITES= http://jl.photodex.com/dog/ +MASTER_SITES= # disappeared MAINTAINER= rooneg@electricjellyfish.net COMMENT= Dog writes the contents of each given file, URL, or stdin +BROKEN= "mastersite disappeared" +DEPRECATED= ${BROKEN} +EXPIRATION_DATE= 2005-12-11 + USE_GMAKE= yes ALL_TARGET= dog USE_REINPLACE= yes diff --git a/misc/dog/pkg-descr b/misc/dog/pkg-descr index fef37dc6f8f9..a22722d2c5b6 100644 --- a/misc/dog/pkg-descr +++ b/misc/dog/pkg-descr @@ -5,5 +5,3 @@ input if none are given or when a file named '-' is given, to the standard output. It currently supports the file, http, and raw URL types. It is designed as a compatible, but enhanced, replacement of cat(1). - -WWW: http://jl.photodex.com/dog/ |