MASTER_SITE gone, switch to new one

Update WWW
Update for new glimpse
This commit is contained in:
Andrey A. Chernov 2000-05-06 01:55:07 +00:00
parent 00dd862383
commit e354699639
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28307
3 changed files with 23 additions and 2 deletions

View File

@ -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

View File

@ -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 "<br>now (after init): $hour:$min:$sec<br>\n";
- # print "<!-- Glimpse command: $cmd -->\n";
+ print "<!-- Glimpse command: $cmd -->\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) {

View File

@ -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/