aboutsummaryrefslogtreecommitdiff
path: root/www/webglimpse
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2000-05-06 01:55:07 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2000-05-06 01:55:07 +0000
commite354699639768a55e8c704e35180b0b2823e98da (patch)
tree639c9274486b3b47e4440426dd5e8a52889c88af /www/webglimpse
parent00dd8623835d1bc1e20fc0d9f4abfb8993648ffa (diff)
downloadports-e354699639768a55e8c704e35180b0b2823e98da.tar.gz
ports-e354699639768a55e8c704e35180b0b2823e98da.zip
Notes
Diffstat (limited to 'www/webglimpse')
-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 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 "<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 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/