aboutsummaryrefslogtreecommitdiff
path: root/www/py-django_compressor
Commit message (Collapse)AuthorAgeFilesLines
* - convert to optionsNGRuslan Makhmatkhanov2012-08-142-8/+9
| | | | | | | | | | | | | | while here: - make it depend on www/py-beautifulsoup32 instead, because it is the something that this code is looking for - do not bump PORTREVISION, because this dependency is not default - tab -> space in pkg-descr:WWW PR: 170190 Submitted by: Lung-Pin Chang <changlp at cs.nctu.edu dot tw> (maintainer) Notes: svn path=/head/; revision=302488
* Fix typos in COMMENTCarlo Strub2012-07-291-1/+1
| | | | | | | Approved by: portmgr@ (implicit) Notes: svn path=/head/; revision=301684
* - update to 1.1.2 [1]Ruslan Makhmatkhanov2012-04-133-132/+135
| | | | | | | | | | | | - add license (MIT) - add missing dependencies on devel/py-versiontools and www/py-django-appconf - strict to python <=2.7 PR: 166841 [1] Submitted by: Lung-Pin Chang <changlp at cs.nctu.edu dot tw> (maintainer) Notes: svn path=/head/; revision=294782
* Django Compressor combines and compresses linked andMartin Wilke2011-11-254-0/+197
inline Javascript or CSS in a Django templates into cacheable static files by using the compress template tag. WWW: https://github.com/jezdez/django_compressor PR: ports/159083 Submitted by: Lung-Pin Chang <changlp@cs.nctu.edu.tw> Feature safe: yes Notes: svn path=/head/; revision=286441