diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2004-11-20 04:16:26 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2004-11-20 04:16:26 +0000 |
commit | 78351c401cf463f0b7f80ca0a827c399c1c13f8c (patch) | |
tree | ce024405ef2dccfb9afc5e3ecfb5dc86c8ec3f8d /www/WebMagick | |
parent | cf4d5a724e41a7a2ea29cf02abd1e1b31cadeaf5 (diff) | |
download | ports-78351c401cf463f0b7f80ca0a827c399c1c13f8c.tar.gz ports-78351c401cf463f0b7f80ca0a827c399c1c13f8c.zip |
Notes
Diffstat (limited to 'www/WebMagick')
-rw-r--r-- | www/WebMagick/Makefile | 2 | ||||
-rw-r--r-- | www/WebMagick/files/patch-aa | 25 |
2 files changed, 22 insertions, 5 deletions
diff --git a/www/WebMagick/Makefile b/www/WebMagick/Makefile index 5873829bdc40..6f98bed5f027 100644 --- a/www/WebMagick/Makefile +++ b/www/WebMagick/Makefile @@ -7,7 +7,7 @@ PORTNAME= WebMagick PORTVERSION= 2.03p3 -PORTREVISION= 16 +PORTREVISION= 17 PORTEPOCH= 1 CATEGORIES= www graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} 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>"; } |