diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1998-11-02 08:18:09 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1998-11-02 08:18:09 +0000 |
commit | 2d5ab504187ee0cbd858d889f972d21209b1c094 (patch) | |
tree | ca3509b15a2207184afe5aa1b9589c91d17ce5d5 /www/webglimpse | |
parent | 137f1976cbbf0f7c0153b29d4415c0396dbc1971 (diff) |
Notes
Diffstat (limited to 'www/webglimpse')
-rw-r--r-- | www/webglimpse/files/patch-ab | 16 | ||||
-rw-r--r-- | www/webglimpse/pkg-plist | 1 |
2 files changed, 13 insertions, 4 deletions
diff --git a/www/webglimpse/files/patch-ab b/www/webglimpse/files/patch-ab index 88a58506c804..5ae6765b52fa 100644 --- a/www/webglimpse/files/patch-ab +++ b/www/webglimpse/files/patch-ab @@ -1,5 +1,5 @@ --- wginstall.pl.orig Fri Sep 25 19:34:42 1998 -+++ wginstall.pl Mon Nov 2 09:11:33 1998 ++++ wginstall.pl Mon Nov 2 10:49:39 1998 @@ -31,7 +31,7 @@ @@ -189,7 +189,15 @@ # build local copy of httpget and html2txt -@@ -606,11 +607,11 @@ +@@ -491,6 +492,7 @@ + "OutputTool.pm", # New with v1.6b3 + "config.pl", + "httpget.c", ++ "html2txt.c", + "url_get"); + + @optlibfiles = ( "CustomOutputTool.pm", # New with v1.6b4 - only distributed w/commercial version +@@ -606,11 +608,11 @@ print "Webglimpse installation complete.\n\n"; @@ -206,7 +214,7 @@ print "\nSee http://glimpse.cs.arizona.edu/webglimpse for more\n"; -@@ -619,25 +620,25 @@ +@@ -619,25 +621,25 @@ print "You may configure an archive at any time with the command \n"; print "$WEBGLIMPSE_HOME/confarc\n\n"; @@ -244,7 +252,7 @@ 1; -@@ -703,8 +704,8 @@ +@@ -703,8 +705,8 @@ print TEMP "\$CGIBIN = \"$CGIBIN\";\n"; }elsif(/^\$gunzip *=/){ print TEMP "\$gunzip = \"$gunzip\";\n"; diff --git a/www/webglimpse/pkg-plist b/www/webglimpse/pkg-plist index cd7ab9b21278..ed04d3fb70f5 100644 --- a/www/webglimpse/pkg-plist +++ b/www/webglimpse/pkg-plist @@ -22,6 +22,7 @@ www/webglimpse/lib/URL.pl www/webglimpse/lib/config.pl www/webglimpse/lib/ftplib.pl www/webglimpse/lib/html2txt +www/webglimpse/lib/html2txt.c www/webglimpse/lib/httpget www/webglimpse/lib/httpget.c www/webglimpse/lib/httpget.pl |