Bug 169246 - New port graphics/py-easy-thumbnails
Summary: New port graphics/py-easy-thumbnails
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-19 23:10 UTC by xenophon+fbsdports
Modified: 2012-06-24 16:20 UTC (History)
0 users

See Also:


Attachments
file.shar (12.86 KB, text/plain)
2012-06-19 23:10 UTC, xenophon+fbsdports
no flags Details
py-django-easy-thumbnails.txt (12.99 KB, text/plain)
2012-06-21 19:57 UTC, xenophon+fbsdports
no flags Details
py-django-easy-thumbnails.txt (12.99 KB, text/plain)
2012-06-22 04:16 UTC, xenophon+fbsdports
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description xenophon+fbsdports 2012-06-19 23:10:07 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-06-19 23:10:52 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Jason Helfman freebsd_committer freebsd_triage 2012-06-20 03:23:08 UTC
Responsible Changed
From-To: freebsd-python->jgh

I'll take it.
Comment 3 Jason Helfman freebsd_committer freebsd_triage 2012-06-20 05:10:18 UTC
Responsible Changed
From-To: jgh->freebsd-python

back to python
Comment 4 xenophon+fbsdports 2012-06-21 04:55:17 UTC
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
Comment 5 xenophon+fbsdports 2012-06-21 19:57:17 UTC
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

Comment 6 xenophon+fbsdports 2012-06-22 04:16:11 UTC
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
Comment 7 Po-Chuan Hsieh freebsd_committer freebsd_triage 2012-06-24 08:47:56 UTC
Responsible Changed
From-To: freebsd-python->sunpoet

I'll take it.
Comment 8 dfilter service freebsd_committer freebsd_triage 2012-06-24 16:19:49 UTC
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"
Comment 9 Po-Chuan Hsieh freebsd_committer freebsd_triage 2012-06-24 16:19:57 UTC
State Changed
From-To: open->closed

New port added. Thanks!