From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 6 22:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7FADAB48 for ; Fri, 6 Sep 2013 22:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 601E32CFA for ; Fri, 6 Sep 2013 22:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r86MA0tt070253 for ; Fri, 6 Sep 2013 22:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r86MA0GD070209; Fri, 6 Sep 2013 22:10:00 GMT (envelope-from gnats) Resent-Date: Fri, 6 Sep 2013 22:10:00 GMT Resent-Message-Id: <201309062210.r86MA0GD070209@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kozlov Sergey Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 01DCE966 for ; Fri, 6 Sep 2013 22:04:40 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CA1B12CC6 for ; Fri, 6 Sep 2013 22:04:39 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r86M4dZ4016832 for ; Fri, 6 Sep 2013 22:04:39 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r86M4dkT016828; Fri, 6 Sep 2013 22:04:39 GMT (envelope-from nobody) Message-Id: <201309062204.r86M4dkT016828@oldred.freebsd.org> Date: Fri, 6 Sep 2013 22:04:39 GMT From: Kozlov Sergey To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181899: New port: www/py-django-tables2 Table/data-grid framework for Django X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Sep 2013 22:10:00 -0000 >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 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 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: