aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2011-08-26 13:05:18 +0800
committermiwi <miwi@FreeBSD.org>2011-08-26 13:05:18 +0800
commit385d64666cb29b277773386ba0469bb1cbbc1510 (patch)
treef1a5785589634fe06a3cb5c0095e568054aa35fd /devel
parent4158aef9d6f7f5ae768e43f267b3fa756bc55527 (diff)
downloadfreebsd-ports-gnome-385d64666cb29b277773386ba0469bb1cbbc1510.tar.gz
freebsd-ports-gnome-385d64666cb29b277773386ba0469bb1cbbc1510.tar.zst
freebsd-ports-gnome-385d64666cb29b277773386ba0469bb1cbbc1510.zip
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>
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/php5-blitz/Makefile21
-rw-r--r--devel/php5-blitz/distinfo2
-rw-r--r--devel/php5-blitz/pkg-descr6
4 files changed, 30 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 5e5d6ef09e01..723583d3aa5e 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -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
diff --git a/devel/php5-blitz/Makefile b/devel/php5-blitz/Makefile
new file mode 100644
index 000000000000..99994d8845a0
--- /dev/null
+++ b/devel/php5-blitz/Makefile
@@ -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>
diff --git a/devel/php5-blitz/distinfo b/devel/php5-blitz/distinfo
new file mode 100644
index 000000000000..7742314768f9
--- /dev/null
+++ b/devel/php5-blitz/distinfo
@@ -0,0 +1,2 @@
+SHA256 (blitz-0.6.10.tar.gz) = 3121bf19a7274f18e21dcc5d720063c7487324f4f0f9272701a0acc6abc4988b
+SIZE (blitz-0.6.10.tar.gz) = 124503
diff --git a/devel/php5-blitz/pkg-descr b/devel/php5-blitz/pkg-descr
new file mode 100644
index 000000000000..6fea87f111a9
--- /dev/null
+++ b/devel/php5-blitz/pkg-descr
@@ -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