Bug 159908 - [new port] devel/php5-blitz-devel Templating engine
Summary: [new port] devel/php5-blitz-devel Templating engine
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-19 12:30 UTC by komarov
Modified: 2011-10-26 23:10 UTC (History)
0 users

See Also:


Attachments
file.shar (1.95 KB, text/plain)
2011-08-19 12:30 UTC, komarov
no flags Details
php5-blitz-devel.patch (690 bytes, patch)
2011-08-26 10:20 UTC, komarov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description komarov 2011-08-19 12:30:07 UTC
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

Fix: Patch attached with submission follows:
Comment 1 komarov 2011-08-26 10:20:55 UTC
FIX
Comment 2 Pawel Pekala freebsd_committer freebsd_triage 2011-10-26 22:10:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-10-26 22:56:11 UTC
pawel       2011-10-26 21:56:03 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/php5-blitz-devel Makefile distinfo pkg-descr 
  Log:
  Blitz is a PHP 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
  
  PR:             ports/159908
  Submitted by:   Valery Komarov <komarov@valerka.net>
  
  Revision  Changes    Path
  1.4628    +1 -0      ports/devel/Makefile
  1.1       +25 -0     ports/devel/php5-blitz-devel/Makefile (new)
  1.1       +2 -0      ports/devel/php5-blitz-devel/distinfo (new)
  1.1       +10 -0     ports/devel/php5-blitz-devel/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"
Comment 4 dfilter service freebsd_committer freebsd_triage 2011-10-26 23:02:04 UTC
pawel       2011-10-26 22:01:56 UTC

  FreeBSD doc repository (ports committer)

  Modified files:
    en_US.ISO8859-1/articles/contributors contrib.additional.sgml 
  Log:
  For devel/php5-blitz-devel
  
  PR:             ports/159908
  
  Revision  Changes    Path
  1.1030    +5 -0      doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml
_______________________________________________
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"
Comment 5 Pawel Pekala freebsd_committer freebsd_triage 2011-10-26 23:02:19 UTC
State Changed
From-To: open->closed

New port added. Thanks!