Bug 103661 - [NEW PORT] devel/p5-Inline-TT: Provides inline support for template toolkit 2.x
Summary: [NEW PORT] devel/p5-Inline-TT: Provides inline support for template toolkit 2.x
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: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-26 04:40 UTC by gslin
Modified: 2006-09-28 02:51 UTC (History)
1 user (show)

See Also:


Attachments
p5-Inline-TT-0.07.shar (2.90 KB, text/plain)
2006-09-26 04:40 UTC, gslin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2006-09-26 04:40:18 UTC
Inline::TT provides Inline access to version 2.0 and higher of the
Template Toolkit. This allows you to house your templates inside the
source code file, while retaining the ability to cache compiled
templates on the disk (via Inline's caching mechanism).

The names of the blocks in the template are exported as functions.
Call these with a reference to a hash of values, which will be used
for interpolation in the templates. This hash reference is the same as
the second argument to the process method of any Template object. The
output from template toolkit will be returned to you as a single
string. Note that leading and trailing spaces are trimmed, further the
template toolkit options PRE_CHOMP and POST_CHOMP are set. Currently,
there is no way to change these behaviors.

WWW:	http://search.cpan.org/dist/Inline-TT/

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-09-26 04:40:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

clsung@ wants his PRs
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-09-28 01:51:46 UTC
clsung      2006-09-28 00:51:41 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-Inline-TT   Makefile distinfo pkg-descr pkg-plist 
  Log:
  Add p5-Inline-TT 0.07, provides inline support for template toolkit 2.x.
  
  PR:             ports/103661
  Submitted by:   Gea-Suan Lin <gslin at gslin.org>
  
  Revision  Changes    Path
  1.2456    +1 -0      ports/devel/Makefile
  1.1       +31 -0     ports/devel/p5-Inline-TT/Makefile (new)
  1.1       +3 -0      ports/devel/p5-Inline-TT/distinfo (new)
  1.1       +15 -0     ports/devel/p5-Inline-TT/pkg-descr (new)
  1.1       +6 -0      ports/devel/p5-Inline-TT/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"
Comment 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-09-28 02:51:45 UTC
State Changed
From-To: open->closed

New port added. Thank You.