unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Liliana Marie Prikler <liliana.prikler@gmail.com>
To: 69212@debbugs.gnu.org
Subject: [bug#69212] [PATCH RFC 1/4] gnu: Add perl-text-pdf.
Date: Sat, 17 Feb 2024 23:48:56 +0100	[thread overview]
Message-ID: <596a07f4efb054f95e78af4bfcd65d8ac27f437b.1708211806.git.liliana.prikler@gmail.com> (raw)
In-Reply-To: <cover.1708211806.git.liliana.prikler@gmail.com>

* 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





  parent reply	other threads:[~2024-02-19 20:42 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-17 23:16 [bug#69212] [PATCH RFC 0/4] Add AutoTeX Liliana Marie Prikler
2024-02-17 22:45 ` [bug#69212] [PATCH RFC 3/4] gnu: Add perl-arxiv Liliana Marie Prikler
2024-02-17 22:46 ` [bug#69212] [PATCH RFC 2/4] gnu: Add perl-cam-pdf Liliana Marie Prikler
2024-02-17 22:48 ` Liliana Marie Prikler [this message]
2024-02-17 23:16 ` [bug#69212] [PATCH RFC 4/4] gnu: Add perl-tex-autotex Liliana Marie Prikler
2024-05-22  7:10   ` Nicolas Goaziou via Guix-patches via
2024-05-22 16:55     ` Liliana Marie Prikler
2024-05-23  9:56       ` Nicolas Goaziou via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=596a07f4efb054f95e78af4bfcd65d8ac27f437b.1708211806.git.liliana.prikler@gmail.com \
    --to=liliana.prikler@gmail.com \
    --cc=69212@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).