Bug 144823 - [NEW PORT] textproc/p5-Template-Tiny: Template Toolkit reimplemented in as little code as possible
Summary: [NEW PORT] textproc/p5-Template-Tiny: Template Toolkit reimplemented in as li...
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-17 16:50 UTC by ports@c0decafe.net
Modified: 2010-03-20 19:00 UTC (History)
0 users

See Also:


Attachments
p5-Template-Tiny-0.11.shar (2.67 KB, text/plain)
2010-03-17 16:50 UTC, ports@c0decafe.net
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description ports@c0decafe.net 2010-03-17 16:50:01 UTC
Template::Tiny is a reimplementation of a partial subset of the Template
Toolkit in as few lines of code as possible.

It is intended for use in light-usage, low-memory, or low-cpu templating
situations, where you may need to upgrade to the full feature set in the
future, or if you want the familiarity of TT-style templates.

It is intended to have fully-compatible template and stash usage, with a
limited by similar Perl API.

Unlike Template Toolkit, Template::Tiny will process templates without a
compile phase (but despite this is still quicker, owing to heavy use of
the Perl regular expression engine.

WWW:	http://search.cpan.org/dist/Template-Tiny/

Generated with FreeBSD Port Tools 0.99
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2010-03-17 17:22:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2010-03-20 18:52:33 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-03-20 18:52:59 UTC
miwi        2010-03-20 18:52:44 UTC

  FreeBSD ports repository

  Modified files:
    textproc             Makefile 
  Added files:
    textproc/p5-Template-Tiny Makefile distinfo pkg-descr 
                              pkg-plist 
  Log:
  Template::Tiny is a reimplementation of a partial subset of the Template
  Toolkit in as few lines of code as possible.
  
  It is intended for use in light-usage, low-memory, or low-cpu templating
  situations, where you may need to upgrade to the full feature set in the
  future, or if you want the familiarity of TT-style templates.
  
  It is intended to have fully-compatible template and stash usage, with a
  limited by similar Perl API.
  
  Unlike Template Toolkit, Template::Tiny will process templates without a
  compile phase (but despite this is still quicker, owing to heavy use of
  the Perl regular expression engine.
  
  WWW:    http://search.cpan.org/dist/Template-Tiny/
  
  PR:             ports/144823
  Submitted by:   ports at c0decafe.net
  
  Revision  Changes    Path
  1.1424    +1 -0      ports/textproc/Makefile
  1.1       +25 -0     ports/textproc/p5-Template-Tiny/Makefile (new)
  1.1       +3 -0      ports/textproc/p5-Template-Tiny/distinfo (new)
  1.1       +15 -0     ports/textproc/p5-Template-Tiny/pkg-descr (new)
  1.1       +5 -0      ports/textproc/p5-Template-Tiny/pkg-plist (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"