Index: www/py-django-bootstrap-form/Makefile =================================================================== --- /dev/null +++ www/py-django-bootstrap-form/Makefile @@ -0,0 +1,24 @@ +# Created by: Alfred Perlstein +# $FreeBSD$ + +PORTNAME= django-bootstrap-form +PORTVERSION= 3.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alfred@FreeBSD.org +COMMENT= Bootstrap forms for django + +LICENSE= MIT + +USE_PYTHON= yes +USE_PYDISTUTILS=yes + +PYDISTUTILS_AUTOPLIST= yes + +NO_STAGE= yes +.include + +.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