diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2002-09-05 17:48:32 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2002-09-05 17:48:32 +0000 |
commit | 8bd04e05085b13e6e92d694df7cea4b2d236c325 (patch) | |
tree | 570f2a6b456afc2a40e0f9cfc86cab12f3bf7be3 /www/WebMagick/Makefile | |
parent | 2.0.1 was replaced with 2.0.1a with applying the patch which was (diff) |
1) Turn off opt_lowres if no javascript is active since it does nothing
for perl-generated pages (i.e. not implemented).
2) Properly store all lowres* options in %htmlOpts.
3) Don't even call createLowResolutionImage() if not opt_lowres - speedup
WebMagick twice.
4) Don't try to clean lowresdir and cachedir if they are not exists or
corresponding options are not turned on.
5) Don't try to create lowresdir and cachedir if corresponding options
are not turned on.
6) Read only first image from multi-image sequence such as animated GIFs
or MPEGs, lowres|cache image can't be created otherwise (they are not
exists after ->Write).
Notes
Notes:
svn path=/head/; revision=65693
Diffstat (limited to 'www/WebMagick/Makefile')
-rw-r--r-- | www/WebMagick/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/WebMagick/Makefile b/www/WebMagick/Makefile index 0dce9cb0bbee..0028edcb3a9b 100644 --- a/www/WebMagick/Makefile +++ b/www/WebMagick/Makefile @@ -7,7 +7,7 @@ PORTNAME= WebMagick PORTVERSION= 2.03p1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= webmagick |