From d038a73ebd432fae3ce355b84443038f88cb7199 Mon Sep 17 00:00:00 2001 From: zuntum Date: Wed, 31 Oct 2001 22:52:58 +0000 Subject: Move pkg/ files into package's toplevel directory --- textproc/p5-Text-Template/DESCR | 23 +++++++++++++++++++++++ textproc/p5-Text-Template/PLIST | 1 + textproc/p5-Text-Template/pkg/DESCR | 23 ----------------------- textproc/p5-Text-Template/pkg/PLIST | 1 - 4 files changed, 24 insertions(+), 24 deletions(-) create mode 100644 textproc/p5-Text-Template/DESCR create mode 100644 textproc/p5-Text-Template/PLIST delete mode 100644 textproc/p5-Text-Template/pkg/DESCR delete mode 100644 textproc/p5-Text-Template/pkg/PLIST (limited to 'textproc/p5-Text-Template') diff --git a/textproc/p5-Text-Template/DESCR b/textproc/p5-Text-Template/DESCR new file mode 100644 index 00000000000..87fb3eb56ec --- /dev/null +++ b/textproc/p5-Text-Template/DESCR @@ -0,0 +1,23 @@ + 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. diff --git a/textproc/p5-Text-Template/PLIST b/textproc/p5-Text-Template/PLIST new file mode 100644 index 00000000000..a1168eda5f8 --- /dev/null +++ b/textproc/p5-Text-Template/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:57:52 zuntum Exp $ diff --git a/textproc/p5-Text-Template/pkg/DESCR b/textproc/p5-Text-Template/pkg/DESCR deleted file mode 100644 index 87fb3eb56ec..00000000000 --- a/textproc/p5-Text-Template/pkg/DESCR +++ /dev/null @@ -1,23 +0,0 @@ - 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. diff --git a/textproc/p5-Text-Template/pkg/PLIST b/textproc/p5-Text-Template/pkg/PLIST deleted file mode 100644 index ff5f1da97d1..00000000000 --- a/textproc/p5-Text-Template/pkg/PLIST +++ /dev/null @@ -1 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/10/16 09:57:50 rh Exp $ -- cgit v1.2.3