From e354699639768a55e8c704e35180b0b2823e98da Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Sat, 6 May 2000 01:55:07 +0000 Subject: [PATCH] MASTER_SITE gone, switch to new one Update WWW Update for new glimpse --- www/webglimpse/Makefile | 3 ++- www/webglimpse/files/patch-ak | 20 +++++++++++++++++++- www/webglimpse/pkg-descr | 2 ++ 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/www/webglimpse/Makefile b/www/webglimpse/Makefile index 5d7ef62847a2..84afeab6d3f5 100644 --- a/www/webglimpse/Makefile +++ b/www/webglimpse/Makefile @@ -1,4 +1,5 @@ # New ports collection makefile for: WebGlimpse +# http://webglimpse.net/ # Date created: 2 Nov 1998 # Whom: ache # @@ -8,7 +9,7 @@ PORTNAME= webglimpse PORTVERSION= 1.6 CATEGORIES= www textproc -MASTER_SITES= ftp://ftp.cs.arizona.edu/glimpse/ +MASTER_SITES= ftp://ftp.deva.net/pub/sources/ir/glimpse/ DISTNAME= ${PKGNAME}.src MAINTAINER= ache@freebsd.org diff --git a/www/webglimpse/files/patch-ak b/www/webglimpse/files/patch-ak index a65170883640..87addfe10725 100644 --- a/www/webglimpse/files/patch-ak +++ b/www/webglimpse/files/patch-ak @@ -1,5 +1,5 @@ --- cgi-bin/webglimpse.orig Mon Jul 27 22:59:49 1998 -+++ cgi-bin/webglimpse Wed Nov 17 16:51:58 1999 ++++ cgi-bin/webglimpse Sat May 6 02:24:03 2000 @@ -39,6 +39,9 @@ # **** **** **** **** CONFIGURABLE VARIABLES **** **** **** **** # We need some of these to find our libraries, so wrap them in a BEGIN block @@ -102,6 +102,24 @@ # Fool perl -T into accepting $cmd for execution. (as per Peter Bigot) --GB 10/17/97 # We assume that we have sufficiently checked the parameters to be safe at this point. +@@ -399,7 +425,7 @@ + # print "
now (after init): $hour:$min:$sec
\n"; + + +- # print "\n"; ++ print "\n"; + # Save pid of the pipe command so we can do cleanup later. + if (!($gpid = open(GOUT, $cmd ))) { + &err_noglimpse($cmd); +@@ -409,7 +435,7 @@ + + # check the return code + $rc = $? >> 8; +- if($rc!=0){ ++ if($rc>1){ + # it's an error! + &err_badglimpse(@glines); + } @@ -510,12 +536,12 @@ $charcount = 0; if ($fcount>=$maxfiles) { diff --git a/www/webglimpse/pkg-descr b/www/webglimpse/pkg-descr index 6a187c41b881..1f6c85256111 100644 --- a/www/webglimpse/pkg-descr +++ b/www/webglimpse/pkg-descr @@ -8,3 +8,5 @@ for the search to efficiently cover remote pages linked from your pages. (WebGlimpse will collect such remote pages to your disk and index them.) Installation, customization (e.g., deciding which pages to collect and which ones to index), and maintenance are easy. + +WWW: http://webglimpse.net/