Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2002 10:48:33 -0700 (PDT)
From:      "Andrey A. Chernov" <ache@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/www/WebMagick Makefile ports/www/WebMagick/files patch-aa
Message-ID:  <200209051748.g85HmXoB060188@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
ache        2002/09/05 10:48:33 PDT

  Modified files:
    www/WebMagick        Makefile 
  Added files:
    www/WebMagick/files  patch-aa 
  Log:
  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).
  
  Revision  Changes    Path
  1.29      +1 -1      ports/www/WebMagick/Makefile
  1.26      +140 -0    ports/www/WebMagick/files/patch-aa (new)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209051748.g85HmXoB060188>