./textproc/p5-Text-Template, Perl5 library for generating form letters

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.61nb1, Package name: p5-Text-Template-1.61nb1, Maintainer: pkgsrc-users

This is a library for generating form letters, building HTML pages,
or filling in templates generally. A `template' is a piece of text
that has little Perl programs embedded in it here and there. When
you `fill in' a template, you evaluate the little programs and
replace them with their values. Here's an example of a template:

Dear {$title} {$lastname},

It has come to our attention that you are delinquent in your
{$monthname[$last_paid_month]} payment. Please remit
${sprintf("%.2f", $amount)} immediately, or your patellae may
be needlessly endangered.


The result of filling in this template is a string, which might look
something like this:

Dear Mr. Gates,

It has come to our attention that you are delinquent in your
February payment. Please remit
$392.12 immediately, or your patellae may
be needlessly endangered.


Required to run:
[lang/perl5]

Master sites: (Expand)

Filesize: 49.239 KB

Version history: (Expand)


CVS history: (Expand)


   2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483)
Log message:
*: recursive bump for perl 5.38
   2023-07-04 09:17:36 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 1.61

Upstream changes:
1.61  2022-04-28
  - Skip taint tests if perl was compiled with taint disabled.  (Thanks Neil \ 
Bowers) [GitHub PR #20]
   2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952)
Log message:
*: recursive bump for perl 5.36
   2021-10-30 10:55:08 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 1.60

Upstream changes:
1.60  2021-09-03
   - Fix another POD syntax error.
   2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161)
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
   2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162)
Log message:
textproc: Remove SHA1 hashes for distfiles
   2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575)
Log message:
*: recursive bump for perl 5.34
   2020-09-07 16:56:16 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
p5-Text-Template: update to 1.59.

1.59  2020-07-03
   - Fix syntax error in POD example code.