[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/21: gnu: Add perl-file-slurper.
From: |
Ben Woodcroft |
Subject: |
06/21: gnu: Add perl-file-slurper. |
Date: |
Mon, 8 Aug 2016 12:08:59 +0000 (UTC) |
benwoodcroft pushed a commit to branch master
in repository guix.
commit 8a525c3f08d33bdef1f67407b89288ab130a59a2
Author: Ben Woodcroft <address@hidden>
Date: Tue Jul 12 15:29:55 2016 +1000
gnu: Add perl-file-slurper.
* gnu/packages/perl.scm (perl-file-slurper): New variable.
---
gnu/packages/perl.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index ffb7c1f..7b91a06 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -2423,6 +2423,29 @@ files with a simple call. It also has a subroutine for
reading the list of
file names in a directory.")
(license (package-license perl))))
+(define-public perl-file-slurper
+ (package
+ (name "perl-file-slurper")
+ (version "0.008")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://cpan/authors/id/L/LE/LEONT/File-Slurper-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "0cyjspspms6zyjcqz9v18dbs574g085h2jzjh41xvsrc1qa8bxhh"))))
+ (build-system perl-build-system)
+ (propagated-inputs
+ `(("perl-perlio-utf8_strict" ,perl-perlio-utf8_strict)))
+ (home-page "http://search.cpan.org/dist/File-Slurper")
+ (synopsis "Simple, sane and efficient module to slurp a file")
+ (description "This module provides functions for fast and correct file
+slurping and spewing. All functions are optionally exported.")
+ (license (package-license perl))))
+
(define-public perl-file-slurp-tiny
(package
(name "perl-file-slurp-tiny")
- branch master updated (7d229e2 -> ceb62d5), Ben Woodcroft, 2016/08/08
- 03/21: gnu: Add perl-parse-yapp., Ben Woodcroft, 2016/08/08
- 04/21: gnu: Add perl-graph., Ben Woodcroft, 2016/08/08
- 07/21: gnu: Add perl-file-path., Ben Woodcroft, 2016/08/08
- 06/21: gnu: Add perl-file-slurper.,
Ben Woodcroft <=
- 02/21: gnu: Add perl-xml-writer., Ben Woodcroft, 2016/08/08
- 17/21: gnu: Add bppsuite., Ben Woodcroft, 2016/08/08
- 05/21: gnu: Add perl-graph-readwrite., Ben Woodcroft, 2016/08/08
- 12/21: gnu: Add mcl., Ben Woodcroft, 2016/08/08
- 15/21: gnu: Add bpp-phyl., Ben Woodcroft, 2016/08/08
- 20/21: gnu: Add raxml., Ben Woodcroft, 2016/08/08
- 21/21: gnu: Add roary., Ben Woodcroft, 2016/08/08
- 16/21: gnu: Add bpp-popgen., Ben Woodcroft, 2016/08/08
- 08/21: gnu: Add perl-file-grep., Ben Woodcroft, 2016/08/08
- 18/21: gnu: Add exonerate., Ben Woodcroft, 2016/08/08