diff options
author | ache <ache@FreeBSD.org> | 1998-09-26 00:23:52 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1998-09-26 00:23:52 +0800 |
commit | 109b8167df07f43a0a07ad1c0d433a33e6425c5c (patch) | |
tree | c9145c8cda75189f76073557bc5f53f88aad4930 /www/WebMagick | |
parent | 5f5acff05174d5da35a4fba3ce98be1af7df49de (diff) | |
download | freebsd-ports-gnome-109b8167df07f43a0a07ad1c0d433a33e6425c5c.tar.gz freebsd-ports-gnome-109b8167df07f43a0a07ad1c0d433a33e6425c5c.tar.zst freebsd-ports-gnome-109b8167df07f43a0a07ad1c0d433a33e6425c5c.zip |
add help description for new options
Diffstat (limited to 'www/WebMagick')
-rw-r--r-- | www/WebMagick/files/patch-aa | 37 |
1 files changed, 35 insertions, 2 deletions
diff --git a/www/WebMagick/files/patch-aa b/www/WebMagick/files/patch-aa index 8786a2f6f667..c4cc250108f2 100644 --- a/www/WebMagick/files/patch-aa +++ b/www/WebMagick/files/patch-aa @@ -1,5 +1,5 @@ *** webmagick.in.orig Tue Mar 24 07:45:45 1998 ---- webmagick.in Thu Sep 24 08:31:07 1998 +--- webmagick.in Fri Sep 25 20:15:09 1998 *************** *** 127,135 **** --- 127,137 ---- @@ -526,6 +526,39 @@ if ( "${opt_htimage}" ne '' ) { print( IMAGEMAP "rect " *************** +*** 3258,3263 **** +--- 3343,3349 ---- + + Montage: + --forcegif Force imagemap to be in GIF format ++ --forcejpeg Force imagemap to be in JPEG format + --maxgif Maximum size of GIF imagemap before trying JPEG + --columns Montage columns + --rows Montage rows (max) +*************** +*** 3298,3308 **** +--- 3384,3403 ---- + --dircolorlink Link (unvisited) color (directory frame) + --dircolorvlink Link (visited) color (directory frame) + ++ --dirhtmlext Extension for directories frame + --javascript Enable JavaScript output + --header Page header (imagemap frame) ++ --htmlext Extension for imagemap frame ++ --footer Page footer (imagemap frame) + --readmevisible Show README.html on first page rather than just linking. + --title Page title + ++ --pichtml Generate separate pages for pictures ++ --pichtmlext Extension for pictures pages ++ --pichtmltarget Target for pictures pages ++ --pichtmltop Picture page header ++ --pichtmlbottom Picture page footer ++ + Frame Options: + --framemarginwidth Pixels allocated to frame margin in horizontal direction + --framemarginheight Pixels allocated to frame margin in vertical direction +*************** *** 3345,3364 **** $fileNames{'montageServerMap'} = "${sourceDirectory}/${opt_pageindexname}${pageNumber}.map"; @@ -547,7 +580,7 @@ } ---- 3430,3449 ---- +--- 3440,3459 ---- $fileNames{'montageServerMap'} = "${sourceDirectory}/${opt_pageindexname}${pageNumber}.map"; # Name for current HTML index page |