Subject: CVS commit: pkgsrc/www/p5-Template-Generate
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 10/03/2003 14:26:40
Module Name:	pkgsrc
Committed By:	wiz
Date:		Fri Oct  3 14:26:40 UTC 2003

Update of /cvsroot/pkgsrc/www/p5-Template-Generate
In directory ivanova.netbsd.org:/tmp/cvs-serv29830

Log Message:
This module generates TT2 templates.  It can take data
structures and rendered documents together, and deduce
templates that could have performed the transformation.

It is a companion to Template and Template::Extract; their
relationship is shown below:

Template:           ($template + $data) ==> $document   # normal
Template::Extract:  ($document + $template) ==> $data   # tricky
Template::Generate: ($data + $document) ==> $template   # very tricky

This module is considered experimental.


Vendor Tag:	TNF
Release Tags:	pkgsrc-base
		
N pkgsrc/www/p5-Template-Generate/distinfo
N pkgsrc/www/p5-Template-Generate/PLIST
N pkgsrc/www/p5-Template-Generate/Makefile
N pkgsrc/www/p5-Template-Generate/DESCR

No conflicts created by this import