[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/12: gnu: Add perl-convert-binhex.
From: |
Christopher Baines |
Subject: |
05/12: gnu: Add perl-convert-binhex. |
Date: |
Tue, 12 Sep 2017 18:00:13 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 2d6125ed4d210e4612231683e696e69d9cc9cc40
Author: Christopher Baines <address@hidden>
Date: Mon Aug 28 20:53:22 2017 +0100
gnu: Add perl-convert-binhex.
* gnu/packages/perl.scm (perl-convert-binhex): New variable.
---
gnu/packages/perl.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 03ff7ab..90b9a6f 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -1311,6 +1311,34 @@ the context the subroutine would have seen if it were
the last statement in
the caller.")
(license (package-license perl))))
+(define-public perl-convert-binhex
+ (package
+ (name "perl-convert-binhex")
+ (version "1.125")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://cpan/authors/id/S/ST/STEPHEN/Convert-BinHex-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "15v3489k179cx0fz3lix79ssjid0nhhpf6c33swpxga6pss92dai"))))
+ (build-system perl-build-system)
+ (native-inputs
+ `(("perl-file-slurp" ,perl-file-slurp)
+ ("perl-test-most" ,perl-test-most)))
+ (home-page
+ "http://search.cpan.org/dist/Convert-BinHex")
+ (synopsis "Extract data from Macintosh BinHex files")
+ (description
+ "BinHex is a format for transporting files safely through electronic
+mail, as short-lined, 7-bit, semi-compressed data streams. Ths module
+provides a means of converting those data streams back into into binary
+data.")
+ (license perl-license)))
+
(define-public perl-cpan-meta-check
(package
(name "perl-cpan-meta-check")
- 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 <=
- 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, 2017/09/12
- 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