[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#49210] [PATCH v4 08/16] gnu: Add perl-text-parsewords.
From: |
Raghav Gururajan |
Subject: |
[bug#49210] [PATCH v4 08/16] gnu: Add perl-text-parsewords. |
Date: |
Tue, 29 Jun 2021 23:35:30 -0400 |
* gnu/packages/perl.scm (perl-text-parsewords): New variable.
---
gnu/packages/perl.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index dd24b10180..97a7e14a69 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -10250,6 +10250,24 @@ template engine, for when you need speed rather than
complex features,
yet need more features than simple variable substitution.")
(license (package-license perl))))
+(define-public perl-text-parsewords
+ (package
+ (name "perl-text-parsewords")
+ (version "3.30")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://cpan/authors/id/C/CH/CHORNY/"
+ "Text-ParseWords-" version ".tar.gz"))
+ (sha256
+ (base32 "1s7mmznk4chdvfi2jl2h6gawfaqq24bdasy6b1z9jhyxg60j7q45"))))
+ (build-system perl-build-system)
+ (home-page "https://metacpan.org/dist/Text-ParseWords")
+ (synopsis "Parse text into an array of tokens or array of arrays")
+ (description "Text::ParseWords module is used to parse text into an array
of
+tokens or array of arrays.")
+ (license (package-license perl))))
+
(define-public perl-text-patch
(package
(name "perl-text-patch")
--
2.32.0
- [bug#49210] [PATCH v3 13/16] gnu: Add perl-encode., (continued)
- [bug#49210] [PATCH v4 01/16] gnu: Add perl-exporter., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v4 02/16] gnu: perl-glib: Propagate glib., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v4 03/16] gnu: perl-cairo: Propagate cairo., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v4 04/16] gnu: Add perl-cairo-gobject., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v4 05/16] gnu: Add perl-glib-object-introspection., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v4 06/16] gnu: Add perl-gtk3., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v4 07/16] gnu: Add perl-text-tabs+wrap., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v4 08/16] gnu: Add perl-text-parsewords.,
Raghav Gururajan <=
- [bug#49210] [PATCH v4 10/16] gnu: Add perl-test-portability-files., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v4 13/16] gnu: Add perl-encode., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v4 12/16] gnu: Add perl-storable., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v4 14/16] gnu: Add perl-mime-base64., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v4 15/16] gnu: Add pipe-viewer., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v4 09/16] gnu: Add perl-term-ansicolor., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v4 11/16] gnu: Add perl-xsloader., Raghav Gururajan, 2021/06/29
- [bug#49210] [PATCH v4 16/16] gnu: straw-viewer: Deprecate package., Raghav Gururajan, 2021/06/29