diff options
author | ache <ache@FreeBSD.org> | 2001-08-10 04:46:02 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-08-10 04:46:02 +0000 |
commit | eecf8fe95c35c4dc39d50087f5daf7971d8f18e5 (patch) | |
tree | 98038d0542aa3b77b72dc0360232452eebebbf32 /www/WebMagick/files/patch-aa | |
parent | a66184c1d263c06598d0c7612a8cd6981990701e (diff) | |
download | FreeBSD-ports-eecf8fe95c35c4dc39d50087f5daf7971d8f18e5.zip FreeBSD-ports-eecf8fe95c35c4dc39d50087f5daf7971d8f18e5.tar.gz |
Upgrade to 2.01
Diffstat (limited to 'www/WebMagick/files/patch-aa')
-rw-r--r-- | www/WebMagick/files/patch-aa | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/www/WebMagick/files/patch-aa b/www/WebMagick/files/patch-aa deleted file mode 100644 index 1de0c79..0000000 --- a/www/WebMagick/files/patch-aa +++ /dev/null @@ -1,41 +0,0 @@ ---- webmagick.in.bak Sat Jul 14 01:35:08 2001 -+++ webmagick.in Thu Aug 9 06:51:38 2001 -@@ -2109,9 +2109,17 @@ - } - # --- prev link --- - if( $pageNumber == 1 ) { -- # Go to base index page if on first page -- $indexbar .= "<A HREF=\"${opt_indexname}\" TARGET=\"$opt_frame_name_top\"><IMG -- SRC=\"$iconImageUrls{'prev'}\" $iconImageSizes{'prev'} ALT=\"Prev\" BORDER=0></A>\n"; -+ my $indexname = get_rc_var('..', 'opt_indexname', $opt_indexname); -+ -+ if ( !$haveReadme && $indexname ne 'NOLINK' ) { -+ # Go to up index page if on first page -+ $indexbar .= "<A HREF=\"../${indexname}\" TARGET=\"$opt_frame_name_top\"><IMG -+ SRC=\"$iconImageUrls{'up'}\" $iconImageSizes{'up'} ALT=\"^\" BORDER=0></A>\n"; -+ } else { -+ # Go to base index page if on first page -+ $indexbar .= "<A HREF=\"${opt_indexname}\" TARGET=\"$opt_frame_name_top\"><IMG -+ SRC=\"$iconImageUrls{'prev'}\" $iconImageSizes{'prev'} ALT=\"Prev\" BORDER=0></A>\n"; -+ } - } else { - # Go to preceding page - $indexbar .= "<A HREF=\"$fileNames{'htmlPrevIndex'}\" TARGET=\"$frameTargets{'thumbview'}\"><IMG -@@ -2700,7 +2708,7 @@ - # available in PerlMagick 1.12 and beyond. If the - # feature is not supported then undefined values - # should be returned. -- ($base_columns, $base_rows) = $image->Get('base_columns', 'base_rows'); -+ ($base_columns, $base_rows) = $image->Get('base-columns', 'base-rows'); - if( defined($base_columns) && defined($base_rows) ) { - $width = $base_columns; - $height = $base_rows; -@@ -2971,8 +2979,6 @@ - if( ! $opt_forcejpeg ) { - print( STDERR "Writing $fileNames{'montageGIF'} ...\n" ) if $opt_debug; - $status = $image->Write( -- colors=>256, -- colorspace=>'YUV', - dither=>'True', - filename=>"GIF:$fileNames{'montageGIF'}", - interlace=>'Line' |