Index: head/www/py-django-crispy-forms/Makefile =================================================================== --- head/www/py-django-crispy-forms/Makefile (revision 462932) +++ head/www/py-django-crispy-forms/Makefile (revision 462933) @@ -1,20 +1,22 @@ # Created by: Johannes Meixner # $FreeBSD$ PORTNAME= django-crispy-forms -PORTVERSION= 1.6.1 +PORTVERSION= 1.7.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org -COMMENT= The best way to have Django DRY forms +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Best way to have Django DRY forms LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>0:www/py-django18@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=0:www/py-django111@${FLAVOR} +NO_ARCH= yes USES= python -USE_PYTHON= distutils autoplist concurrent +USE_PYTHON= autoplist concurrent distutils .include Index: head/www/py-django-crispy-forms/distinfo =================================================================== --- head/www/py-django-crispy-forms/distinfo (revision 462932) +++ head/www/py-django-crispy-forms/distinfo (revision 462933) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482914038 -SHA256 (django-crispy-forms-1.6.1.tar.gz) = c894f3a44e111ae6c6226c67741d96d120adb942de41dc8b2a991b87de7ff9c0 -SIZE (django-crispy-forms-1.6.1.tar.gz) = 51484 +TIMESTAMP = 1519504320 +SHA256 (django-crispy-forms-1.7.0.tar.gz) = b29a9a671194e3a482891f319f69da81e30ae81c075f6e37adb14a83ba2c409b +SIZE (django-crispy-forms-1.7.0.tar.gz) = 52898 Index: head/www/py-django-crispy-forms/pkg-descr =================================================================== --- head/www/py-django-crispy-forms/pkg-descr (revision 462932) +++ head/www/py-django-crispy-forms/pkg-descr (revision 462933) @@ -1,6 +1,15 @@ -The best way to have Django DRY forms. Build programmatic reusable layouts out -of components, having full control of the rendered HTML without writing HTML in +The best way to have Django DRY forms. Build programmatic reusable layouts out of +components, having full control of the rendered HTML without writing HTML in templates. All this without breaking the standard way of doing things in Django, so it plays nice with any other form application. -WWW: https://github.com/maraujop/django-crispy-forms +The application mainly provides: +- A filter named |crispy that will render elegant div based forms. Think of it + as the built-in methods: as_table, as_ul and as_p. You cannot tune up the + output, but it is easy to start using it. +- A tag named {% crispy %} that will render a form based on your configuration + and specific layout setup. This gives you amazing power without much hassle, + helping you save tons of time. + +WWW: https://pypi.python.org/pypi/django-crispy-forms +WWW: https://github.com/django-crispy-forms/django-crispy-forms