Index: www/Makefile =================================================================== --- www/Makefile +++ www/Makefile @@ -1517,10 +1517,12 @@ SUBDIR += py-django-appmedia SUBDIR += py-django-assets SUBDIR += py-django-auth-ldap + SUBDIR += py-django-bootstrap-form SUBDIR += py-django-caching-app-plugins SUBDIR += py-django-classy-tags SUBDIR += py-django-cms SUBDIR += py-django-contrib-comments + SUBDIR += py-django-countries SUBDIR += py-django-crispy-forms SUBDIR += py-django-datetime-widget SUBDIR += py-django-debug-toolbar @@ -1529,6 +1531,7 @@ SUBDIR += py-django-evolution SUBDIR += py-django-extensions SUBDIR += py-django-filer + SUBDIR += py-django-formtools SUBDIR += py-django-haystack SUBDIR += py-django-json-rpc SUBDIR += py-django-keyedcache Index: www/py-django-bootstrap-form/Makefile =================================================================== --- /dev/null +++ www/py-django-bootstrap-form/Makefile @@ -0,0 +1,19 @@ +# Created by: Sofian Brabez +# $FreeBSD$ + +PORTNAME= django-bootstrap-form +PORTVERSION= 3.1 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alfred@FreeBSD.org +COMMENT= Bootstrap forms for django + +LICENSE= MIT + +USES= python +USE_PYTHON= distutils autoplist + +.include + Index: www/py-django-bootstrap-form/distinfo =================================================================== --- /dev/null +++ www/py-django-bootstrap-form/distinfo @@ -0,0 +1,2 @@ +SHA256 (django-bootstrap-form-3.1.tar.gz) = d86dc7a70cef093cb775cd5813b1f85d01fa64df0cde05a9915151dbc38eb0d1 +SIZE (django-bootstrap-form-3.1.tar.gz) = 3156 Index: www/py-django-bootstrap-form/pkg-descr =================================================================== --- /dev/null +++ www/py-django-bootstrap-form/pkg-descr @@ -0,0 +1,11 @@ +This module provides an object type which efficiently represents an array of +booleans. Bitarrays are sequence types and behave very much like usual lists. +Eight bits are represented by one byte in contiguous block of memory. The user +can select between two representations; little-endian and big-endian. Most of +the functionality is implemented in C. Methods for accessing the machine +representation are provided. This can be useful when bit level access to binary +files is required, such as portable bitmap image files (.pbm). Also, when +dealing with compressed data which uses variable bit length encoding, you may +find this module useful. + +WWW: http://pypi.python.org/pypi/bitarray Index: www/py-django-countries/Makefile =================================================================== --- /dev/null +++ www/py-django-countries/Makefile @@ -0,0 +1,19 @@ +# Created by: Alfred Perlstein +# $FreeBSD$ + +PORTNAME= django-countries +PORTVERSION= 3.3 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alfred@FreeBSD.org +COMMENT= provides country choices for use with django + +LICENSE= BSD2CLAUSE + +USES= python +USE_PYTHON= distutils autoplist + +.include + Index: www/py-django-countries/distinfo =================================================================== --- /dev/null +++ www/py-django-countries/distinfo @@ -0,0 +1,2 @@ +SHA256 (django-countries-3.3.tar.gz) = 11827070ebcf201d22ea531aa90e18146ca89580bd1897a132eb8afbc6b35b7d +SIZE (django-countries-3.3.tar.gz) = 245716 Index: www/py-django-countries/pkg-descr =================================================================== --- /dev/null +++ www/py-django-countries/pkg-descr @@ -0,0 +1,4 @@ +A Django application that provides country choices for use with +forms, flag icons static files, and a country field for models. + +WWW: https://pypi.python.org/pypi/django-countries Index: www/py-django-formtools/Makefile =================================================================== --- /dev/null +++ www/py-django-formtools/Makefile @@ -0,0 +1,19 @@ +# Created by: Sofian Brabez +# $FreeBSD$ + +PORTNAME= django-formtools +PORTVERSION= 1.0 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alfred@FreeBSD.org +COMMENT= Bootstrap forms for django + +LICENSE= MIT + +USES= python +USE_PYTHON= distutils autoplist + +.include + Index: www/py-django-formtools/distinfo =================================================================== --- /dev/null +++ www/py-django-formtools/distinfo @@ -0,0 +1,2 @@ +SHA256 (django-formtools-1.0.tar.gz) = 647a5855277dcf335902eeeeeba3056e439493e6b7de70b942c988a6d8d70e04 +SIZE (django-formtools-1.0.tar.gz) = 70505 Index: www/py-django-formtools/pkg-descr =================================================================== --- /dev/null +++ www/py-django-formtools/pkg-descr @@ -0,0 +1,8 @@ +Django's "formtools" is a set of high-level abstractions for Django +forms. Currently for form previews and multi-step forms. + +This code used to live in Django proper -- in django.contrib.formtools +-- but was separated into a standalone package in Django 1.8 to +keep the framework's core clean. + +WWW: https://github.com/django/django-formtools