Attached is a new Python/Django package named easy-thumbnails. It's used by django-filer (which I will also submit shortly). From the web site: 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. Fix: N/A Patch attached with submission follows: How-To-Repeat: N/A
Responsible Changed From-To: freebsd-ports-bugs->freebsd-python freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-python->jgh I'll take it.
Responsible Changed From-To: jgh->freebsd-python back to python
In retrospect, since it depends on Django, this port should probably be renamed/re-categorized as "www/py-django-easy-thumbnails" to match the other Django extensions. The RUN_DEPENDS of www/py-django-filer (see PR ports/169249) will need to be updated to match. --=20 I FIGHT FOR THE USERS
Attached is a revised version of the port, now in the "www" category instead of "graphics". I will submit an updated version of the "www/py-django-filer" port to match. -- I FIGHT FOR THE USERS
Sorry, one more update of this port, to correct a typo in PKGNAMEPREFIX. Again, this should go in www, not graphics. Please see attached. -- I FIGHT FOR THE USERS
Responsible Changed From-To: freebsd-python->sunpoet I'll take it.
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 <xenophon+fbsdports@irtnog.org> 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) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added. Thanks!