Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 5166CA5802 for ; Sat, 12 Apr 2014 10:10:33 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B9EBD14A2D0; Sat, 12 Apr 2014 10:10:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DAD1414A2C9 for ; Sat, 12 Apr 2014 10:10:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Yesua3CXP5O2 for ; Sat, 12 Apr 2014 10:10:28 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 2003E14A2C6 for ; Sat, 12 Apr 2014 10:10:28 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 1AB1196; Sat, 12 Apr 2014 10:10:28 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 12 Apr 2014 10:10:28 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-django-easy-thumbnails To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20140412101028.1AB1196@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: adam Date: Sat Apr 12 10:10:28 UTC 2014 Modified Files: pkgsrc/www/py-django-easy-thumbnails: Makefile PLIST distinfo Added Files: pkgsrc/www/py-django-easy-thumbnails/patches: patch-easy_thumbnails_tests_mockoptim_fail.py Log Message: Changes 1.5: * Better support for multiple source generators. * Update method used to check for modification dates of source and thumbnail images. Thanks Ben Roberts. * Better thumbnail_high_resolution handling, including the ability to switch on and off explicitly with a ``HIGH_RESOLUTION`` thumbnail option. * Added configuration option to specify the infix used for high resolution image handling. * Optional postprocessor for image optimization. Thanks Jacob Rief! * More remote storages optimization * Thumbnail dimensions can now optionally be cached. Thanks David Novakovic. * New ``zoom`` option to generate a thumbnail of a source image with a percentage clipped off each side. * New ``background`` source processor that can add a border color to ensure scaled images fit within the exact dimensions given. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-django-easy-thumbnails/Makefile \ pkgsrc/www/py-django-easy-thumbnails/PLIST cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-django-easy-thumbnails/distinfo cvs rdiff -u -r0 -r1.1 \ pkgsrc/www/py-django-easy-thumbnails/patches/patch-easy_thumbnails_tests_mockoptim_fail.py Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.