From owner-cvs-all Thu Sep 5 10:48:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BBD237B400; Thu, 5 Sep 2002 10:48:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FDE843E6E; Thu, 5 Sep 2002 10:48:33 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g85HmXJU060189; Thu, 5 Sep 2002 10:48:33 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g85HmXoB060188; Thu, 5 Sep 2002 10:48:33 -0700 (PDT) Message-Id: <200209051748.g85HmXoB060188@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 5 Sep 2002 10:48:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/WebMagick Makefile ports/www/WebMagick/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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