guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

33/82: gnu: Add Digest-MD5-File.


From: Eric Bavier
Subject: 33/82: gnu: Add Digest-MD5-File.
Date: Mon, 20 Apr 2015 01:02:36 +0000

bavier pushed a commit to branch master
in repository guix.

commit 0a24e9b8878066b124733f787174f1c6dd40616d
Author: Eric Bavier <address@hidden>
Date:   Mon Apr 6 16:58:22 2015 -0500

    gnu: Add Digest-MD5-File.
    
    * gnu/packages/web.scm (perl-digest-md5-file): New variable.
---
 gnu/packages/web.scm |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 991ec69..3a55fa6 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1345,6 +1345,27 @@ inputs, in a manner reminiscent of how PHP does.")
 formats used by the HTTP protocol.")
     (license (package-license perl))))
 
+(define-public perl-digest-md5-file
+  (package
+    (name "perl-digest-md5-file")
+    (version "0.08")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://cpan/authors/id/D/DM/DMUEY/"
+                           "Digest-MD5-File-" version ".tar.gz"))
+       (sha256
+        (base32
+         "060jzf45dlwysw5wsm7av1wvpl06xgk415kwwpvv89r6wda3md5d"))))
+    (build-system perl-build-system)
+    (propagated-inputs
+     `(("perl-libwww" ,perl-libwww)))
+    (home-page "http://search.cpan.org/dist/Digest-MD5-File";)
+    (synopsis "MD5 sums for files and urls")
+    (description "Digest::MD5::File is a Perl extension for getting MD5 sums
+for files and urls.")
+    (license (package-license perl))))
+
 (define-public perl-encode-locale
   (package
     (name "perl-encode-locale")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]