[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/12: gnu: Add perl-text-template.
From: |
Christopher Baines |
Subject: |
09/12: gnu: Add perl-text-template. |
Date: |
Tue, 12 Sep 2017 18:00:15 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 996364fb4ed6ce18e852341f3be73a2f72cf3a32
Author: Christopher Baines <address@hidden>
Date: Mon Aug 28 20:56:57 2017 +0100
gnu: Add perl-text-template.
* gnu/packages/perl.scm (perl-text-template): New variable.
---
gnu/packages/perl.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index aeebd23..4463d22 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -8013,6 +8013,32 @@ algorism to indicate multiplication by 1000.")
(description "Text::Table renders plaintext tables.")
(license x11)))
+(define-public perl-text-template
+ (package
+ (name "perl-text-template")
+ (version "1.47")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://cpan/authors/id/M/MS/MSCHOUT/Text-Template-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "1z781cgz7wbn80lf3kqr2ad0pg6g1wlnim0822h8liw28k3l5msh"))))
+ (build-system perl-build-system)
+ (home-page
+ "http://search.cpan.org/dist/Text-Template")
+ (synopsis
+ "Expand template text with embedded Perl")
+ (description
+ "This is a library for generating 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.")
+ (license perl-license)))
+
(define-public perl-text-unidecode
(package
(name "perl-text-unidecode")
- branch master updated (1fda01e -> c9ce8e1), Christopher Baines, 2017/09/12
- 01/12: gnu: Add perl-moox., Christopher Baines, 2017/09/12
- 06/12: gnu: Add perl-mailtools., Christopher Baines, 2017/09/12
- 05/12: gnu: Add perl-convert-binhex., Christopher Baines, 2017/09/12
- 04/12: gnu: Add perl-moox-late., Christopher Baines, 2017/09/12
- 02/12: gnu: Add perl-data-perl., Christopher Baines, 2017/09/12
- 08/12: gnu: Add perl-net-idn-encode., Christopher Baines, 2017/09/12
- 03/12: gnu: Add perl-moox-handlesvia., Christopher Baines, 2017/09/12
- 09/12: gnu: Add perl-text-template.,
Christopher Baines <=
- 11/12: gnu: Add libmd., Christopher Baines, 2017/09/12
- 12/12: gnu: Update signing-party., Christopher Baines, 2017/09/12
- 07/12: gnu: Add perl-mime-tools., Christopher Baines, 2017/09/12
- 10/12: gnu: Add perl-gnupg-interface., Christopher Baines, 2017/09/12