1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

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>
This commit is contained in:
Martin Wilke 2011-08-26 05:05:18 +00:00
parent eb9c185461
commit 5cbf61b05f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280487
4 changed files with 30 additions and 0 deletions

View File

@ -2779,6 +2779,7 @@
SUBDIR += php4-sysvsem
SUBDIR += php4-sysvshm
SUBDIR += php4-tokenizer
SUBDIR += php5-blitz
SUBDIR += php5-geshi
SUBDIR += php5-gettext
SUBDIR += php5-ice

21
devel/php5-blitz/Makefile Normal file
View File

@ -0,0 +1,21 @@
# New ports collection makefile for: php5-blitz
# Date created: 2011-08-19
# Whom: Valery Komarov <komarov@valerka.net>
#
# $FreeBSD$
PORTNAME= blitz
PORTVERSION= 0.6.10
CATEGORIES= devel
MASTER_SITES= http://alexeyrybak.com/blitz/
PKGNAMEPREFIX= php5-
MAINTAINER= komarov@valerka.net
COMMENT= PHP templating engine
USE_PHP= yes
USE_PHP_BUILD= yes
USE_PHPEXT= yes
IGNORE_WITH_PHP=4
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (blitz-0.6.10.tar.gz) = 3121bf19a7274f18e21dcc5d720063c7487324f4f0f9272701a0acc6abc4988b
SIZE (blitz-0.6.10.tar.gz) = 124503

View File

@ -0,0 +1,6 @@
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