Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Aug 2011 11:20:01 GMT
From:      Valery Komarov <komarov@valerka.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/159907: [new] devel/php5-blitz Templating engin
Message-ID:  <201108191120.p7JBK1Zh052784@red.freebsd.org>
Resent-Message-ID: <201108191120.p7JBKBJl000690@freefall.freebsd.org>

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

>Number:         159907
>Category:       ports
>Synopsis:       [new] devel/php5-blitz Templating engin
>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:   Fri Aug 19 11:20:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Valery Komarov
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
>Environment:
>Description:
Blitz is a templating engine with two main features:

Fast.  Blitz is written in C and built as PHP-extension which makes it one of the fastest template engines (you may see the benchmarks section below)

Clear. Blitz has quite simple and clear syntax and makes developer to build compact and easy-to-read-and-support code even for applications with very complex presentation logic

WWW: http://alexeyrybak.com/blitz/blitz_en.html
>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:
#
#	php5-blitz/
#	php5-blitz/Makefile
#	php5-blitz/distinfo
#	php5-blitz/pkg-descr
#
echo c - php5-blitz/
mkdir -p php5-blitz/ > /dev/null 2>&1
echo x - php5-blitz/Makefile
sed 's/^X//' >php5-blitz/Makefile << '972265677c0a7f542c669be7006834f0'
X# New ports collection makefile for:	php5-blitz
X# Date created:				2011-08-19
X# Whom:					Valery Komarov <komarov@valerka.net>
X#
X# $FreeBSD$
X
XPORTNAME=	blitz
XPORTVERSION=	0.6.10
XCATEGORIES=	devel
XPKGNAMEPREFIX=	php5-
XMASTER_SITES=	http://alexeyrybak.com/blitz/
X
XMAINTAINER=	komarov@valerka.net
XCOMMENT=	PHP templating engine
X
XUSE_PHP=	yes
XUSE_PHP_BUILD=	yes
XUSE_PHPEXT=	yes
XIGNORE_WITH_PHP=4
X
X.include <bsd.port.mk>
972265677c0a7f542c669be7006834f0
echo x - php5-blitz/distinfo
sed 's/^X//' >php5-blitz/distinfo << 'e5c933d96d284d686c9781bbda41b357'
XSHA256 (blitz-0.6.10.tar.gz) = 3121bf19a7274f18e21dcc5d720063c7487324f4f0f9272701a0acc6abc4988b
XSIZE (blitz-0.6.10.tar.gz) = 124503
e5c933d96d284d686c9781bbda41b357
echo x - php5-blitz/pkg-descr
sed 's/^X//' >php5-blitz/pkg-descr << '57bdb5681c36c060fa027dc43263bd88'
XBlitz is a PHP templating engine with two main features:
X
XFast.  Blitz is written in C and built as PHP-extension which makes it one of
X       the fastest template engines (you may see the benchmarks section below)
X
XClear. Blitz has quite simple and clear syntax and makes developer to build
X       compact and easy-to-read-and-support code even for applications with very
X       complex presentation logic
X
XWWW: http://alexeyrybak.com/blitz/blitz_en.html
57bdb5681c36c060fa027dc43263bd88
exit



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



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