aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-07-08 02:35:36 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-07-08 02:35:36 +0000
commitcd6b80b49fde322a817551f5d6d8c17aed96a5c2 (patch)
tree0669b6c8ff2a086b8a604b6467305f2f70ccd12c
parent0c4e334528701c8f5af34c5be61d6b1eb26618a0 (diff)
downloadports-cd6b80b49fde322a817551f5d6d8c17aed96a5c2.tar.gz
ports-cd6b80b49fde322a817551f5d6d8c17aed96a5c2.zip
Notes
-rw-r--r--www/webglimpse/files/patch-Makefile (renamed from www/webglimpse/files/patch-ac)11
-rw-r--r--www/webglimpse/files/patch-addsearch (renamed from www/webglimpse/files/patch-ai)4
-rw-r--r--www/webglimpse/files/patch-ar19
-rw-r--r--www/webglimpse/files/patch-cgi-bin__mfs (renamed from www/webglimpse/files/patch-as)4
-rw-r--r--www/webglimpse/files/patch-cgi-bin__webglimpse (renamed from www/webglimpse/files/patch-ak)4
-rw-r--r--www/webglimpse/files/patch-cgi-bin__webglimpse-fullsearch (renamed from www/webglimpse/files/patch-ae)4
-rw-r--r--www/webglimpse/files/patch-confarc (renamed from www/webglimpse/files/patch-al)4
-rw-r--r--www/webglimpse/files/patch-dist__wgall.html (renamed from www/webglimpse/files/patch-am)4
-rw-r--r--www/webglimpse/files/patch-dist__wgfilter-index (renamed from www/webglimpse/files/patch-ao)4
-rw-r--r--www/webglimpse/files/patch-dist__wgindex.html (renamed from www/webglimpse/files/patch-an)4
-rw-r--r--www/webglimpse/files/patch-getfile (renamed from www/webglimpse/files/patch-ap)4
-rw-r--r--www/webglimpse/files/patch-lib__OutputTool.pm11
-rw-r--r--www/webglimpse/files/patch-lib__URL.pl (renamed from www/webglimpse/files/patch-ag)4
-rw-r--r--www/webglimpse/files/patch-lib__config.pl (renamed from www/webglimpse/files/patch-aj)4
-rw-r--r--www/webglimpse/files/patch-lib__siteconf.pl (renamed from www/webglimpse/files/patch-ah)4
-rw-r--r--www/webglimpse/files/patch-lib__wgserver.pl (renamed from www/webglimpse/files/patch-ad)4
-rw-r--r--www/webglimpse/files/patch-makecron (renamed from www/webglimpse/files/patch-aq)4
-rw-r--r--www/webglimpse/files/patch-makenh (renamed from www/webglimpse/files/patch-af)4
-rw-r--r--www/webglimpse/files/patch-wginstall (renamed from www/webglimpse/files/patch-aa)4
-rw-r--r--www/webglimpse/files/patch-wginstall.pl (renamed from www/webglimpse/files/patch-ab)13
20 files changed, 55 insertions, 63 deletions
diff --git a/www/webglimpse/files/patch-ac b/www/webglimpse/files/patch-Makefile
index f57516e476db..9324ddfef670 100644
--- a/www/webglimpse/files/patch-ac
+++ b/www/webglimpse/files/patch-Makefile
@@ -1,6 +1,6 @@
---- Makefile.orig Wed Oct 22 09:49:26 1997
-+++ Makefile Mon Nov 2 09:21:49 1998
-@@ -19,9 +19,13 @@
+--- ./Makefile.orig 1997-10-22 01:49:26.000000000 -0400
++++ ./Makefile 2009-07-07 22:30:26.506065951 -0400
+@@ -19,10 +19,14 @@
@@ -8,10 +8,11 @@
+#CC = gcc
OSFCC = cc
-+
+
+freebsd:
+ $(CC) ${CFLAGS} -s -o lib/httpget lib/httpget.c
+ $(CC) ${CFLAGS} -s -o lib/html2txt lib/html2txt.c
-
++
linux:
$(CC) -O -o lib/httpget lib/httpget.c
+ $(CC) -O -o lib/html2txt lib/html2txt.c
diff --git a/www/webglimpse/files/patch-ai b/www/webglimpse/files/patch-addsearch
index 45d1cf5f1aa0..2ba950dae1e6 100644
--- a/www/webglimpse/files/patch-ai
+++ b/www/webglimpse/files/patch-addsearch
@@ -1,5 +1,5 @@
---- addsearch.orig Thu Jul 2 03:02:53 1998
-+++ addsearch Tue Nov 3 11:36:24 1998
+--- ./addsearch.orig 1998-07-01 19:02:53.000000000 -0400
++++ ./addsearch 2009-07-07 22:30:26.558090161 -0400
@@ -121,12 +121,12 @@
# Initialize variables to avoid warnings
diff --git a/www/webglimpse/files/patch-ar b/www/webglimpse/files/patch-ar
deleted file mode 100644
index 5f7855063dc3..000000000000
--- a/www/webglimpse/files/patch-ar
+++ /dev/null
@@ -1,19 +0,0 @@
-*** lib/OutputTool.pm.bak Fri Jul 24 02:05:21 1998
---- lib/OutputTool.pm Tue Nov 3 13:14:37 1998
-***************
-*** 72,78 ****
-
- sub makeEndHits {
- my $self = shift;
-! return "<hr>";
- }
-
- sub makeLinkOutput {
---- 72,78 ----
-
- sub makeEndHits {
- my $self = shift;
-! return "</UL>";
- }
-
- sub makeLinkOutput {
diff --git a/www/webglimpse/files/patch-as b/www/webglimpse/files/patch-cgi-bin__mfs
index 6bde035ac5ff..3558e54d5f53 100644
--- a/www/webglimpse/files/patch-as
+++ b/www/webglimpse/files/patch-cgi-bin__mfs
@@ -1,5 +1,5 @@
---- cgi-bin/mfs.bak Wed Oct 22 09:49:43 1997
-+++ cgi-bin/mfs Wed Nov 17 16:21:17 1999
+--- ./cgi-bin/mfs.orig 1997-10-22 01:49:43.000000000 -0400
++++ ./cgi-bin/mfs 2009-07-07 22:30:26.586086457 -0400
@@ -15,7 +15,11 @@
$file = $ENV{'QUERY_STRING'};
diff --git a/www/webglimpse/files/patch-ak b/www/webglimpse/files/patch-cgi-bin__webglimpse
index 87addfe10725..00cec7fc7ca4 100644
--- a/www/webglimpse/files/patch-ak
+++ b/www/webglimpse/files/patch-cgi-bin__webglimpse
@@ -1,5 +1,5 @@
---- cgi-bin/webglimpse.orig Mon Jul 27 22:59:49 1998
-+++ cgi-bin/webglimpse Sat May 6 02:24:03 2000
+--- ./cgi-bin/webglimpse.orig 1998-07-27 14:59:49.000000000 -0400
++++ ./cgi-bin/webglimpse 2009-07-07 22:30:26.566085591 -0400
@@ -39,6 +39,9 @@
# **** **** **** **** CONFIGURABLE VARIABLES **** **** **** ****
# We need some of these to find our libraries, so wrap them in a BEGIN block
diff --git a/www/webglimpse/files/patch-ae b/www/webglimpse/files/patch-cgi-bin__webglimpse-fullsearch
index 6e37159143a6..3cf2636c8570 100644
--- a/www/webglimpse/files/patch-ae
+++ b/www/webglimpse/files/patch-cgi-bin__webglimpse-fullsearch
@@ -1,5 +1,5 @@
---- cgi-bin/webglimpse-fullsearch.orig Mon Jan 26 00:22:51 1998
-+++ cgi-bin/webglimpse-fullsearch Mon Nov 2 15:17:02 1998
+--- ./cgi-bin/webglimpse-fullsearch.orig 1998-01-25 16:22:51.000000000 -0500
++++ ./cgi-bin/webglimpse-fullsearch 2009-07-07 22:30:26.511066587 -0400
@@ -7,6 +7,9 @@
# returns full search box (with preference to the referring page)
#########################################################################
diff --git a/www/webglimpse/files/patch-al b/www/webglimpse/files/patch-confarc
index 49a3d4f9f2b4..c02f9ab582ba 100644
--- a/www/webglimpse/files/patch-al
+++ b/www/webglimpse/files/patch-confarc
@@ -1,5 +1,5 @@
---- confarc.orig Mon Jul 27 21:30:54 1998
-+++ confarc Wed Nov 4 07:35:46 1998
+--- ./confarc.orig 1998-07-27 13:30:54.000000000 -0400
++++ ./confarc 2009-07-07 22:30:26.569085972 -0400
@@ -75,6 +75,8 @@
elsif (/^-l/) { $nu_list = &get_option("-list"); }
elsif (/^-T/) { $nu_title = &get_option("-Title"); }
diff --git a/www/webglimpse/files/patch-am b/www/webglimpse/files/patch-dist__wgall.html
index c3ce4a01b095..c75adc9e402f 100644
--- a/www/webglimpse/files/patch-am
+++ b/www/webglimpse/files/patch-dist__wgall.html
@@ -1,5 +1,5 @@
---- dist/wgall.html.bak Sat May 16 01:51:08 1998
-+++ dist/wgall.html Mon Nov 2 16:05:33 1998
+--- ./dist/wgall.html.orig 1998-05-15 17:51:08.000000000 -0400
++++ ./dist/wgall.html 2009-07-07 22:30:26.571088461 -0400
@@ -32,18 +32,18 @@
</SELECT>
diff --git a/www/webglimpse/files/patch-ao b/www/webglimpse/files/patch-dist__wgfilter-index
index 73ba1c3ad8cf..d4051e336884 100644
--- a/www/webglimpse/files/patch-ao
+++ b/www/webglimpse/files/patch-dist__wgfilter-index
@@ -1,5 +1,5 @@
---- dist/wgfilter-index.orig Tue Jun 16 02:16:17 1998
-+++ dist/wgfilter-index Wed Nov 17 18:52:30 1999
+--- ./dist/wgfilter-index.orig 1998-06-15 18:16:17.000000000 -0400
++++ ./dist/wgfilter-index 2009-07-07 22:30:26.575086176 -0400
@@ -1,17 +1,65 @@
+Deny \.ico$
+Deny \.ICO$
diff --git a/www/webglimpse/files/patch-an b/www/webglimpse/files/patch-dist__wgindex.html
index 508d6345a80e..e8df6f7a7eba 100644
--- a/www/webglimpse/files/patch-an
+++ b/www/webglimpse/files/patch-dist__wgindex.html
@@ -1,5 +1,5 @@
---- dist/wgindex.html.bak Mon Jul 27 22:56:52 1998
-+++ dist/wgindex.html Mon Nov 2 16:05:33 1998
+--- ./dist/wgindex.html.orig 1998-07-27 14:56:52.000000000 -0400
++++ ./dist/wgindex.html 2009-07-07 22:30:26.573087877 -0400
@@ -27,18 +27,18 @@
<INPUT TYPE=submit VALUE=Submit>
<br>
diff --git a/www/webglimpse/files/patch-ap b/www/webglimpse/files/patch-getfile
index 73ebd0188f9f..d97b961945b0 100644
--- a/www/webglimpse/files/patch-ap
+++ b/www/webglimpse/files/patch-getfile
@@ -1,5 +1,5 @@
---- getfile.old Wed Nov 12 15:38:21 1997
-+++ getfile Mon Nov 2 17:00:00 1998
+--- ./getfile.orig 1997-11-12 07:38:21.000000000 -0500
++++ ./getfile 2009-07-07 22:30:26.578087395 -0400
@@ -22,7 +22,16 @@
require "config.pl";
#---------------------------------
diff --git a/www/webglimpse/files/patch-lib__OutputTool.pm b/www/webglimpse/files/patch-lib__OutputTool.pm
new file mode 100644
index 000000000000..9f7770f39744
--- /dev/null
+++ b/www/webglimpse/files/patch-lib__OutputTool.pm
@@ -0,0 +1,11 @@
+--- ./lib/OutputTool.pm.orig 1998-07-23 18:05:21.000000000 -0400
++++ ./lib/OutputTool.pm 2009-07-07 22:30:26.583086913 -0400
+@@ -72,7 +72,7 @@
+
+ sub makeEndHits {
+ my $self = shift;
+- return "<hr>";
++ return "</UL>";
+ }
+
+ sub makeLinkOutput {
diff --git a/www/webglimpse/files/patch-ag b/www/webglimpse/files/patch-lib__URL.pl
index 43028eaa47f5..5381a66add55 100644
--- a/www/webglimpse/files/patch-ag
+++ b/www/webglimpse/files/patch-lib__URL.pl
@@ -1,5 +1,5 @@
---- lib/URL.pl.orig Fri Jan 9 08:58:41 1998
-+++ lib/URL.pl Sun Jul 2 07:39:30 2000
+--- ./lib/URL.pl.orig 1998-01-09 00:58:41.000000000 -0500
++++ ./lib/URL.pl 2009-07-07 22:30:26.519067045 -0400
@@ -49,7 +49,10 @@
$host =~ tr/A-Z/a-z/;
$port = ($3 ne "" ? $3 : $ftp_port);
diff --git a/www/webglimpse/files/patch-aj b/www/webglimpse/files/patch-lib__config.pl
index a37478222eaf..b0a621f00e7a 100644
--- a/www/webglimpse/files/patch-aj
+++ b/www/webglimpse/files/patch-lib__config.pl
@@ -1,5 +1,5 @@
---- lib/config.pl.orig Tue Jul 28 03:19:55 1998
-+++ lib/config.pl Mon Nov 2 18:00:02 1998
+--- ./lib/config.pl.orig 1998-07-27 19:19:55.000000000 -0400
++++ ./lib/config.pl 2009-07-07 22:30:26.560085387 -0400
@@ -36,6 +36,8 @@
addboxes
vhost
diff --git a/www/webglimpse/files/patch-ah b/www/webglimpse/files/patch-lib__siteconf.pl
index fca3b6bcd124..8ed1769108f1 100644
--- a/www/webglimpse/files/patch-ah
+++ b/www/webglimpse/files/patch-lib__siteconf.pl
@@ -1,5 +1,5 @@
---- lib/siteconf.pl.orig Thu Jul 23 01:44:21 1998
-+++ lib/siteconf.pl Wed Nov 4 07:06:48 1998
+--- ./lib/siteconf.pl.orig 1998-07-22 17:44:21.000000000 -0400
++++ ./lib/siteconf.pl 2009-07-07 22:30:26.537073803 -0400
@@ -9,6 +9,7 @@
local($DirectoryIndex, $UserDir, $DocumentRoot, $Port, $Server, $ServerAddress);
diff --git a/www/webglimpse/files/patch-ad b/www/webglimpse/files/patch-lib__wgserver.pl
index a00e3abb6903..407b17caf921 100644
--- a/www/webglimpse/files/patch-ad
+++ b/www/webglimpse/files/patch-lib__wgserver.pl
@@ -1,5 +1,5 @@
---- lib/wgserver.pl.orig Mon Jun 29 20:45:06 1998
-+++ lib/wgserver.pl Mon Nov 2 08:26:21 1998
+--- ./lib/wgserver.pl.orig 1998-06-29 12:45:06.000000000 -0400
++++ ./lib/wgserver.pl 2009-07-07 22:30:26.508066485 -0400
@@ -114,6 +114,7 @@
$override = 0;
diff --git a/www/webglimpse/files/patch-aq b/www/webglimpse/files/patch-makecron
index ecd207b8848b..53d05a77b4d3 100644
--- a/www/webglimpse/files/patch-aq
+++ b/www/webglimpse/files/patch-makecron
@@ -1,5 +1,5 @@
---- makecron.orig Mon Jan 26 00:27:25 1998
-+++ makecron Tue Nov 3 11:43:57 1998
+--- ./makecron.orig 1998-01-25 16:27:25.000000000 -0500
++++ ./makecron 2009-07-07 22:30:26.581087218 -0400
@@ -37,6 +37,7 @@
# Get command-line options
$indexdir = $ARGV[0];
diff --git a/www/webglimpse/files/patch-af b/www/webglimpse/files/patch-makenh
index 6b58c144177a..b7084ea2f428 100644
--- a/www/webglimpse/files/patch-af
+++ b/www/webglimpse/files/patch-makenh
@@ -1,5 +1,5 @@
---- makenh.orig Tue Jul 28 03:21:30 1998
-+++ makenh Wed Nov 4 07:05:47 1998
+--- ./makenh.orig 1998-07-27 19:21:30.000000000 -0400
++++ ./makenh 2009-07-07 22:30:26.517066791 -0400
@@ -68,6 +68,7 @@
$SITE_RE = '[^:]+:\/\/([^\/]+)\/.*';
$NumLocalCollected = 0;
diff --git a/www/webglimpse/files/patch-aa b/www/webglimpse/files/patch-wginstall
index d36c3d130186..8642a062ac6c 100644
--- a/www/webglimpse/files/patch-aa
+++ b/www/webglimpse/files/patch-wginstall
@@ -1,5 +1,5 @@
---- wginstall.bak Fri Apr 24 03:41:34 1998
-+++ wginstall Mon Nov 2 07:18:17 1998
+--- ./wginstall.orig 1998-04-23 19:41:34.000000000 -0400
++++ ./wginstall 2009-07-07 22:30:26.501071182 -0400
@@ -3,7 +3,7 @@
# Ground-zero install script for webglimpse
# Tries to find location of perl and execute wginstall
diff --git a/www/webglimpse/files/patch-ab b/www/webglimpse/files/patch-wginstall.pl
index 5ae6765b52fa..2886dd6219a8 100644
--- a/www/webglimpse/files/patch-ab
+++ b/www/webglimpse/files/patch-wginstall.pl
@@ -1,5 +1,5 @@
---- wginstall.pl.orig Fri Sep 25 19:34:42 1998
-+++ wginstall.pl Mon Nov 2 10:49:39 1998
+--- ./wginstall.pl.orig 1998-09-25 11:34:42.000000000 -0400
++++ ./wginstall.pl 2009-07-07 22:30:26.504066256 -0400
@@ -31,7 +31,7 @@
@@ -164,14 +164,13 @@
-$CGIBIN_PWD =
- &prompt("Which directory should I copy the WebGlimpse cgi-bin scripts to?\nIf you choose a different\ndirectory than the default, make sure it exists.\n",
- "$CGIBIN_PWD");
--
--$CGIBIN =
-- &prompt("What is the script alias for $CGIBIN_PWD?",
-- $CGIBIN);
+#$CGIBIN_PWD =
+# &prompt("Which directory should I copy the WebGlimpse cgi-bin scripts to?\nIf you choose a different\ndirectory than the default, make sure it exists.\n",
+# "$CGIBIN_PWD");
-+
+
+-$CGIBIN =
+- &prompt("What is the script alias for $CGIBIN_PWD?",
+- $CGIBIN);
+#$CGIBIN =
+# &prompt("What is the script alias for $CGIBIN_PWD?",
+# $CGIBIN);