diff options
author | ache <ache@FreeBSD.org> | 1998-11-02 16:18:09 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1998-11-02 16:18:09 +0800 |
commit | 960e074f0571ed15319a0dab16ec51166562e73b (patch) | |
tree | a9877669a170e341c6025a1f56e1bdfd97d4c8b0 | |
parent | e45c59333516ff817b4aa97a9ee950ee35158da7 (diff) | |
download | freebsd-ports-gnome-960e074f0571ed15319a0dab16ec51166562e73b.tar.gz freebsd-ports-gnome-960e074f0571ed15319a0dab16ec51166562e73b.tar.zst freebsd-ports-gnome-960e074f0571ed15319a0dab16ec51166562e73b.zip |
add html2txt sources too
-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 |