Bug 129402 - New port: www/Template-Provider-FromDATA - load templates from __DATA__ section
Summary: New port: www/Template-Provider-FromDATA - load templates from __DATA__ section
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: Philip M. Gollucci
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-03 22:30 UTC by hartzell
Modified: 2008-12-26 05:20 UTC (History)
0 users

See Also:


Attachments
file.shar (2.25 KB, text/plain)
2008-12-03 22:30 UTC, hartzell
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description hartzell 2008-12-03 22:30:01 UTC
New port of Template-Provider-FromDATA, a module that provides access to Template::Toolkit templates stored in the __DATA__ section.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-12-03 22:30:13 UTC
Class Changed
From-To: update->change-request

Fix category (new ports should be change-requests) (via the GNATS Auto 
Assign Tool)
Comment 2 Philip M. Gollucci freebsd_committer freebsd_triage 2008-12-26 02:58:43 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pgollucci

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-12-26 05:12:35 UTC
pgollucci    2008-12-26 05:12:27 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/p5-Template-Provider-FromDATA Makefile distinfo pkg-descr 
                                      pkg-plist 
  Log:
  Template::Provider::FromDATA - Load templates from your __DATA__ section
  
  This module allows you to store your templates inline with your code
  in the __DATA__ section. It will search any number of classes
  specified.
  
  WWW: http://search.cpan.org/~bricas/Template-Provider-FromDATA-0.08
  
  PR:                     ports/129402
  Submitted by:   George Hartzell <hartzell at alerce.com>
  Approved by:    araujo (mentor, implicit)
  
  Revision  Changes    Path
  1.2213    +1 -0      ports/www/Makefile
  1.1       +24 -0     ports/www/p5-Template-Provider-FromDATA/Makefile (new)
  1.1       +3 -0      ports/www/p5-Template-Provider-FromDATA/distinfo (new)
  1.1       +7 -0      ports/www/p5-Template-Provider-FromDATA/pkg-descr (new)
  1.1       +7 -0      ports/www/p5-Template-Provider-FromDATA/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 4 Philip M. Gollucci freebsd_committer freebsd_triage 2008-12-26 05:12:55 UTC
State Changed
From-To: open->closed

New port added. Thanks!