guix-commits
[Top][All Lists]
Advanced

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

05/24: gnu: Add MIME-Types.


From: Eric Bavier
Subject: 05/24: gnu: Add MIME-Types.
Date: Fri, 20 Mar 2015 19:23:36 +0000

bavier pushed a commit to branch master
in repository guix.

commit 3044f7249c21f56ace8abed1f50cb37feeeb1808
Author: Eric Bavier <address@hidden>
Date:   Fri Mar 20 12:57:51 2015 -0500

    gnu: Add MIME-Types.
    
    * gnu/packages/web.scm (perl-mime-types): New variable.
---
 gnu/packages/web.scm |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 30fc21d..8611826 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1451,6 +1451,26 @@ media types is defined by the media.types file.  If the 
~/.media.types file
 exists it is used instead.")
     (home-page "http://search.cpan.org/~gaas/LWP-MediaTypes/";)))
 
+(define-public perl-mime-types
+  (package
+    (name "perl-mime-types")
+    (version "2.09")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://cpan/authors/id/M/MA/MARKOV/"
+                           "MIME-Types-" version ".tar.gz"))
+       (sha256
+        (base32
+         "0s7s2z9xc1nc2l59rk80iaa04r36k0y95231212kz5p3ln7szk1c"))))
+    (build-system perl-build-system)
+    (home-page "http://search.cpan.org/dist/MIME-Types";)
+    (synopsis "Definition of MIME types")
+    (description "This module provides a list of known mime-types, combined
+from various sources.  For instance, it contains all IANA types and the
+knowledge of Apache.")
+    (license (package-license perl))))
+
 (define-public perl-net-http
   (package
     (name "perl-net-http")



reply via email to

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