GNU bug report logs - #69212
[PATCH RFC 0/4] Add AutoTeX.

Previous Next

Package: guix-patches;

Reported by: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Date: Sun, 18 Feb 2024 18:23:05 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: 69212 <at> debbugs.gnu.org
Subject: [bug#69212] [PATCH RFC 1/4] gnu: Add perl-text-pdf.
Date: Sat, 17 Feb 2024 23:48:56 +0100
* gnu/packages/perl.scm (perl-text-pdf): New variable.
---
 gnu/packages/perl.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 5b32d6ecec..4539dc83b2 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -10929,6 +10929,24 @@ (define-public perl-text-patch
 by the standard @code{diff} utility.")
     (license license:gpl2+)))
 
+(define-public perl-text-pdf
+  (package
+    (name "perl-text-pdf")
+    (version "0.31")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://cpan/authors/id/B/BH/BHALLISSY/Text-PDF-"
+                           version ".tar.gz"))
+       (sha256
+        (base32 "0s5cimfr4wwzgv15k30x83ncg1257jwsvmbmb86lp02rw5g537yz"))))
+    (build-system perl-build-system)
+    (home-page "https://metacpan.org/release/Text-PDF")
+    (synopsis "PDF Manipulation and generation")
+    (description "This package provides tools for interacting with existing
+PDF files.")
+    (license license:perl-license)))
+
 (define-public perl-text-roman
   (package
     (name "perl-text-roman")
-- 
2.41.0





This bug report was last modified 1 year and 23 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.