summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2000-05-06 01:55:07 +0000
committerache <ache@FreeBSD.org>2000-05-06 01:55:07 +0000
commit9c82aa63b750f18eca65cbbcc81b992847754187 (patch)
tree8df61e2e07635a70b6c567a66db4e19293c1e648 /www
parentd680e699938906700f3d11bea99fcec5d6a1711b (diff)
downloadFreeBSD-ports-9c82aa63b750f18eca65cbbcc81b992847754187.zip
FreeBSD-ports-9c82aa63b750f18eca65cbbcc81b992847754187.tar.gz
MASTER_SITE gone, switch to new one
Update WWW Update for new glimpse
Diffstat (limited to 'www')
-rw-r--r--www/webglimpse/Makefile3
-rw-r--r--www/webglimpse/files/patch-ak20
-rw-r--r--www/webglimpse/pkg-descr2
3 files changed, 23 insertions, 2 deletions
diff --git a/www/webglimpse/Makefile b/www/webglimpse/Makefile
index 5d7ef62..84afeab 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 a651708..87addfe 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 "<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) {
diff --git a/www/webglimpse/pkg-descr b/www/webglimpse/pkg-descr
index 6a187c4..1f6c852 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/
OpenPOWER on IntegriCloud