summaryrefslogtreecommitdiff
path: root/www/WebMagick/files
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2004-11-20 04:16:26 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2004-11-20 04:16:26 +0000
commit78351c401cf463f0b7f80ca0a827c399c1c13f8c (patch)
treece024405ef2dccfb9afc5e3ecfb5dc86c8ec3f8d /www/WebMagick/files
parentpdns_recursor related issues fixed. (diff)
Update to latest variant from project CVS
Notes
Notes: svn path=/head/; revision=121983
Diffstat (limited to 'www/WebMagick/files')
-rw-r--r--www/WebMagick/files/patch-aa25
1 files changed, 21 insertions, 4 deletions
diff --git a/www/WebMagick/files/patch-aa b/www/WebMagick/files/patch-aa
index 63cb56fe5185..d30f556b6d49 100644
--- a/www/WebMagick/files/patch-aa
+++ b/www/WebMagick/files/patch-aa
@@ -2,15 +2,15 @@ Index: webmagick.in
===================================================================
RCS file: /cvsroot/webmagick/WebMagick/webmagick.in,v
retrieving revision 1.117
-retrieving revision 1.148
-diff -u -r1.117 -r1.148
+retrieving revision 1.149
+diff -u -r1.117 -r1.149
--- webmagick.in 23 Oct 2002 16:14:47 -0000 1.117
-+++ webmagick.in 16 Jun 2004 14:47:03 -0000 1.148
++++ webmagick.in 20 Nov 2004 04:11:43 -0000 1.149
@@ -1,6 +1,6 @@
#! @PERL@
#
-# $Id: webmagick.in,v 1.117 2002/10/23 16:14:47 clindell Exp $
-+# $Id: webmagick.in,v 1.148 2004/06/16 14:47:03 ache Exp $
++# $Id: webmagick.in,v 1.149 2004/11/20 04:11:43 ache Exp $
#
# You are looking at the main PERL script for WebMagick, a package to
# intelligently create HTML and JavaScript index files and imagemaps
@@ -1076,6 +1076,23 @@ diff -u -r1.117 -r1.148
}
print( PICHTML "$opt_pichtmlbottom\n") if ("$opt_pichtmlbottom" ne '');
+@@ -2570,14 +2742,14 @@
+
+ unless ($opt_tables)
+ {
+- print( INDEX " <AREA${target} HREF=\"",
++ print( INDEX " <AREA${target} ALT=\"${altlabel}\" HREF=\"",
+ escapeurl($pichtml), "\" SHAPE=RECT COORDS=", $imageThumbCoords[$pageNumber - 1][$imageNum],">\n" );
+ }
+ } else
+ {
+ unless ($opt_tables)
+ {
+- print( INDEX " <AREA HREF=\"", escapeurl($pic),
++ print( INDEX " <AREA ALT=\"${altlabel}\" HREF=\"", escapeurl($pic),
+ "\" SHAPE=RECT COORDS=", $imageThumbCoords[$pageNumber - 1][$imageNum],">\n" );
+ }
+ }
@@ -2590,7 +2762,7 @@
print INDEX "<TR ALIGN=CENTER VALIGN=TOP>";
}