From owner-cvs-ports@FreeBSD.ORG Sun Jun 24 15:19:38 2012 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 84B2E1065672; Sun, 24 Jun 2012 15:19:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 558758FC08; Sun, 24 Jun 2012 15:19:38 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q5OFJcP5086091; Sun, 24 Jun 2012 15:19:38 GMT (envelope-from sunpoet@repoman.freebsd.org) Received: (from sunpoet@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q5OFJcsg086090; Sun, 24 Jun 2012 15:19:38 GMT (envelope-from sunpoet) Message-Id: <201206241519.q5OFJcsg086090@repoman.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Jun 2012 15:19:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics Makefile ports/graphics/py-django-easy-thumbnails Makefile distinfo pkg-descr pkg-message pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jun 2012 15:19:38 -0000 sunpoet 2012-06-24 15:19:38 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/py-django-easy-thumbnails Makefile distinfo pkg-descr pkg-message pkg-plist Log: - Add py-django-easy-thumbnails 1.0.3 The primary function of easy-thumbnails is to dynamically create thumbnails based on a source image. So whenever a thumbnail does not exist or if the source was modified more recently than the existing thumbnail, a new thumbnail is generated (and saved). Thumbnail aliases can be defined, providing predefined thumbnail options. This also allows for generation of thumbnails when the source image is uploaded. WWW: http://pypi.python.org/pypi/easy-thumbnails/ WWW: https://github.com/SmileyChris/easy-thumbnails PR: ports/169246 Submitted by: Matthew X. Economou Revision Changes Path 1.1513 +1 -0 ports/graphics/Makefile 1.1 +27 -0 ports/graphics/py-django-easy-thumbnails/Makefile (new) 1.1 +2 -0 ports/graphics/py-django-easy-thumbnails/distinfo (new) 1.1 +9 -0 ports/graphics/py-django-easy-thumbnails/pkg-descr (new) 1.1 +8 -0 ports/graphics/py-django-easy-thumbnails/pkg-message (new) 1.1 +147 -0 ports/graphics/py-django-easy-thumbnails/pkg-plist (new)