From nobody@FreeBSD.org  Fri Aug 19 11:20:02 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id F2DBE106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 19 Aug 2011 11:20:02 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id C32BA8FC0C
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 19 Aug 2011 11:20:02 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p7JBK1M6052785
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 19 Aug 2011 11:20:01 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p7JBK1Zh052784;
	Fri, 19 Aug 2011 11:20:01 GMT
	(envelope-from nobody)
Message-Id: <201108191120.p7JBK1Zh052784@red.freebsd.org>
Date: Fri, 19 Aug 2011 11:20:01 GMT
From: Valery Komarov <komarov@valerka.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [new] devel/php5-blitz Templating engin
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         159907
>Category:       ports
>Synopsis:       [new] devel/php5-blitz Templating engin
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 19 11:20:10 UTC 2011
>Closed-Date:    Fri Aug 26 05:05:00 UTC 2011
>Last-Modified:  Fri Aug 26 05:10:09 UTC 2011
>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:
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Fri Aug 26 05:04:57 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=159907 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/159907: commit references a PR
Date: Fri, 26 Aug 2011 05:05:32 +0000 (UTC)

 miwi        2011-08-26 05:05:18 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel                Makefile 
   Added files:
     devel/php5-blitz     Makefile distinfo pkg-descr 
   Log:
   Blitz is a PHP templating engine.
   
   Blitz is written in C and built as PHP-extension which makes it one of
   the fastest template engines.
   
   WWW: http://alexeyrybak.com/blitz/blitz_en.html
   
   PR:             ports/159907
   Submitted by:   Valery Komarov <komarov@valerka.net>
   
   Revision  Changes    Path
   1.4517    +1 -0      ports/devel/Makefile
   1.1       +21 -0     ports/devel/php5-blitz/Makefile (new)
   1.1       +2 -0      ports/devel/php5-blitz/distinfo (new)
   1.1       +6 -0      ports/devel/php5-blitz/pkg-descr (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
