diff options
author | itohy <itohy> | 2000-02-16 00:28:03 +0000 |
---|---|---|
committer | itohy <itohy> | 2000-02-16 00:28:03 +0000 |
commit | f92419c0ad87f306cc2694d63e4cf6848680d7ec (patch) | |
tree | 70b641af8909c475de3a0627848f62ac19338a9f /www/wwwoffle | |
parent | a1cea88640369d9c26b041d7287773a80a0241df (diff) | |
download | pkgsrc-f92419c0ad87f306cc2694d63e4cf6848680d7ec.tar.gz |
Remove dependency on htdig.
WWWOFFLE is functional without ht://Dig (search function is not available
of course) and htdig pkg may be added/removed AFTER addition of wwwoffle pkg.
(Another reason is that ht://Dig is not so useful for Asian languages. :)
Add reference to www/htdig pkg.
Diffstat (limited to 'www/wwwoffle')
-rw-r--r-- | www/wwwoffle/Makefile | 4 | ||||
-rw-r--r-- | www/wwwoffle/pkg/DESCR | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/www/wwwoffle/Makefile b/www/wwwoffle/Makefile index 0554cc62913..dcefc51ee8f 100644 --- a/www/wwwoffle/Makefile +++ b/www/wwwoffle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2000/02/16 00:24:39 itohy Exp $ +# $NetBSD: Makefile,v 1.15 2000/02/16 00:28:03 itohy Exp $ DISTNAME= wwwoffle-2.5c CATEGORIES= www @@ -9,8 +9,6 @@ EXTRACT_SUFX= .tgz MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gedanken.demon.co.uk/wwwoffle/ -DEPENDS+= htdig>=3.1.3:../../www/htdig - USE_GMAKE= yes NO_CONFIGURE= yes diff --git a/www/wwwoffle/pkg/DESCR b/www/wwwoffle/pkg/DESCR index 4758f0e063c..a326b04350d 100644 --- a/www/wwwoffle/pkg/DESCR +++ b/www/wwwoffle/pkg/DESCR @@ -1,3 +1,6 @@ The wwwoffled program is a simple proxy server with special features for use with dial-up internet links. This means that it is possible to browse web pages and read them without having to remain connected. + +The cache created by wwwoffled is searchable with the addition of the +ht://Dig program. Consider using www/htdig package. |