Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Mar 2012 09:51:06 GMT
From:      Grzegorz Blach <magik@roorback.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/166314: textproc/pystache: New port
Message-ID:  <201203220951.q2M9p6uo067414@red.freebsd.org>
Resent-Message-ID: <201203221000.q2MA0VqU089238@freefall.freebsd.org>

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

>Number:         166314
>Category:       ports
>Synopsis:       textproc/pystache: New port
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 22 10:00:30 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Grzegorz Blach
>Release:        9.0 i386
>Organization:
>Environment:
FreeBSD ghost 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:15:25 UTC 2012     root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
Pystache is a Python implementation of Mustache.
Inspired by ctemplate and et, Mustache is a framework-agnostic
way to render logic-free views.


https://github.com/defunkt/pystache


Port on redports.org:
http://redports.org/browser/magik/textproc/pystache

>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:
#
#	pystache
#	pystache/Makefile
#	pystache/pkg-descr
#	pystache/distinfo
#
echo c - pystache
mkdir -p pystache > /dev/null 2>&1
echo x - pystache/Makefile
sed 's/^X//' >pystache/Makefile << 'af59826b358f68925d9bb94aa0709a56'
X# New ports collection makefile for:	pystache
X# Date created:		19 March 2012
X# Whom:	      		Grzegorz Blach <magik@roorback.net>
X#
X# $FreeBSD$
X
XPORTNAME=	pystache
XPORTVERSION=	0.4.0
XCATEGORIES=	textproc www python
XMASTER_SITES=	CHEESESHOP
X
XMAINTAINER=	magik@roorback.net
XCOMMENT=	Logic-less templates for Python
X
XUSE_PYTHON=	yes
XUSE_PYDISTUTILS=	easy_install
X
XPLIST_FILES=	%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
X
X.include <bsd.port.mk>
af59826b358f68925d9bb94aa0709a56
echo x - pystache/pkg-descr
sed 's/^X//' >pystache/pkg-descr << '3be5746cd12b390a6a28cf4db0d0a630'
XPystache is a Python implementation of Mustache.
XInspired by ctemplate and et, Mustache is a framework-agnostic
Xway to render logic-free views.
X
XWWW: https://github.com/defunkt/pystache
3be5746cd12b390a6a28cf4db0d0a630
echo x - pystache/distinfo
sed 's/^X//' >pystache/distinfo << 'dc61b37528bbaa7286469b1104bf84c2'
XSHA256 (pystache-0.4.0.tar.gz) = afdcf222583193f1dcca17b1e6801a864b05c1e772abff90c88f41f4f77b3ae9
XSIZE (pystache-0.4.0.tar.gz) = 6360
dc61b37528bbaa7286469b1104bf84c2
exit



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



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