guix-patches
[Top][All Lists]
Advanced

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

[bug#67963] [PATCH v2 12/37] gnu: Add perl-dime-tools.


From: Felix Lechner
Subject: [bug#67963] [PATCH v2 12/37] gnu: Add perl-dime-tools.
Date: Tue, 16 Jan 2024 14:12:50 -0800

* gnu/packages/perl.scm (perl-dime-tools): New variable.

Change-Id: Ib4ae048fc3b7cd1c847d5ad05354d047fdfd5aed
---
 gnu/packages/perl.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 7307e7b0cc..ebf79ea105 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -4273,6 +4273,28 @@ (define-public perl-digest-sha1
     (home-page "https://metacpan.org/release/Digest-SHA1";)
     (license (package-license perl))))
 
+(define-public perl-dime-tools
+  (package
+    (name "perl-dime-tools")
+    (version "0.05")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://cpan/authors/id/N/NE/NEILB/DIME-Tools-"
+                           version ".tar.gz"))
+       (sha256
+        (base32 "0lfc0z5ap2jyjffqvmfv5p6j7hjcr3dr4v9jfvl0r0561lay54gl"))))
+    (build-system perl-build-system)
+    (propagated-inputs (list perl-data-uuid
+                             perl-io-stringy))
+    (home-page "https://metacpan.org/release/DIME-Tools";)
+    (synopsis "Parse and generate DIME messages")
+    (description "DIME-tools is a collection of DIME:: modules for
+parsing and generating DIME encoded messages (Direct Internet
+Message Encapsulation).  DIME-tools support single-record and
+chunked payloads for sending big attachments.")
+    (license license:gpl2)))
+
 (define-public perl-dist-checkconflicts
   (package
     (name "perl-dist-checkconflicts")
-- 
2.41.0






reply via email to

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