Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Sep 2013 22:04:39 GMT
From:      Kozlov Sergey <kozlov.sergey.404@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/181899: New port: www/py-django-tables2 Table/data-grid framework for Django
Message-ID:  <201309062204.r86M4dkT016828@oldred.freebsd.org>
Resent-Message-ID: <201309062210.r86MA0GD070209@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         181899
>Category:       ports
>Synopsis:       New port: www/py-django-tables2 Table/data-grid framework for Django
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 06 22:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Kozlov Sergey
>Release:        9.1-RELEASE-p6
>Organization:
ARC
>Environment:
FreeBSD fbsd-sandbox 9.1-RELEASE-p6 FreeBSD 9.1-RELEASE-p6 #0: Wed Aug 21 20:40:52 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
New port: www/py-django-tables2

django-tables2 simplifies the task of turning sets of data into HTML tables.
It has native support for pagination and sorting. 
It does for HTML tables what django.forms does for HTML forms.


HTML docs build will be added later.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	py-django-tables2
#	py-django-tables2/pkg-descr
#	py-django-tables2/Makefile
#	py-django-tables2/distinfo
#
echo c - py-django-tables2
mkdir -p py-django-tables2 > /dev/null 2>&1
echo x - py-django-tables2/pkg-descr
sed 's/^X//' >py-django-tables2/pkg-descr << '920287c0dc16441c861769283816ea46'
Xdjango-tables2 simplifies the task of turning sets of data into HTML tables.
XIt has native support for pagination and sorting. 
XIt does for HTML tables what django.forms does for HTML forms.
X
XWWW: https://github.com/bradleyayers/django-tables2
920287c0dc16441c861769283816ea46
echo x - py-django-tables2/Makefile
sed 's/^X//' >py-django-tables2/Makefile << '08d1dcc53723accd22f75e7b3fca5598'
X# Created by: Kozlov Sergey <kozlov.sergey.404@gmail.com>
X# $FreeBSD$
X
XPORTNAME=	django-tables2
XPORTVERSION=	0.14.0
XCATEGORIES=	www python
XMASTER_SITES=	CHEESESHOP
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
X
XMAINTAINER=	kozlov.sergey.404@gmail.com
XCOMMENT=	Table/data-grid framework for Django
X
XLICENSE=	BSD
X
XRUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django>=1.2:${PORTSDIR}/www/py-django \
X		${PYTHON_PKGNAMEPREFIX}six>=0:${PORTSDIR}/devel/py-six
X
XUSE_PYTHON=	yes
XUSE_PYDISTUTILS=	easy_install
X
XPLIST_FILES=	%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
X
X.include <bsd.port.mk>
08d1dcc53723accd22f75e7b3fca5598
echo x - py-django-tables2/distinfo
sed 's/^X//' >py-django-tables2/distinfo << '512b9f411f81a11318654dfde63e6e82'
XSHA256 (django-tables2-0.14.0.tar.gz) = 3562bbb528f3fe41dd2a5dc0c5407987fcf247099a00d69d4904957f03f6dbd4
XSIZE (django-tables2-0.14.0.tar.gz) = 41695
512b9f411f81a11318654dfde63e6e82
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309062204.r86M4dkT016828>