all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: EuAndreh via Guix-patches via <guix-patches@gnu.org>
To: 58603@debbugs.gnu.org
Cc: EuAndreh <eu@euandre.org>
Subject: [bug#58603] [PATCH 2/8] gnu: Add perl-pod-spell.
Date: Mon, 17 Oct 2022 22:38:12 -0300	[thread overview]
Message-ID: <20221018013818.12165-2-eu@euandre.org> (raw)
In-Reply-To: <20221018013818.12165-1-eu@euandre.org>

* gnu/packages/perl.scm (perl-pod-spell): New variable.
---
 gnu/packages/perl.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index d9bda9a878..1146fecb6b 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -71,6 +71,7 @@ (define-module (gnu packages perl)
   #:use-module (gnu packages gtk)
   #:use-module (gnu packages hurd)
   #:use-module (gnu packages image)
+  #:use-module (gnu packages language)
   #:use-module (gnu packages less)
   #:use-module (gnu packages ncurses)
   #:use-module (gnu packages perl-check)
@@ -8709,6 +8710,34 @@ (define-public perl-pod-simple
 used for writing documentation for Perl and for Perl modules.")
     (license (package-license perl))))
 
+(define-public perl-pod-spell
+  (package
+    (name "perl-pod-spell")
+    (version "1.25")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "mirror://cpan/authors/id/H/HA/HAARG/Pod-Spell-" version
+                    ".tar.gz"))
+              (sha256
+               (base32
+                "18wzpfn39hpw6n8g9pwh964nid8skks79i5jdcm33gf9kf5qx3r0"))))
+    (build-system perl-build-system)
+    (native-inputs (list perl-file-sharedir-install))
+    (propagated-inputs (list perl-class-tiny perl-file-sharedir
+                             perl-lingua-en-inflect))
+    (home-page "https://metacpan.org/release/Pod-Spell")
+    (synopsis "Formatter for spellchecking Pod")
+    (description
+     "@code{Pod::Spell} is a Pod formatter whose output is good
+for spellchecking.
+
+@code{Pod::Spell} is rather like @code{Pod::Text}, except that it doesn't put
+much effort into actual formatting, and it suppresses things that look like Perl
+symbols or Perl jargon (so that your spellchecking program won't complain about
+mystery words like \"@code{$thing}\" or \"@code{Foo::Bar}\" or \"@code{hashref}\").")
+    (license license:artistic2.0)))
+
 (define-public perl-posix-strftime-compiler
   (package
     (name "perl-posix-strftime-compiler")
-- 
2.38.0





  reply	other threads:[~2022-10-18  1:39 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-18  1:32 [bug#58603] [PATCH 0/8] Add perlcritic EuAndreh via Guix-patches via
2022-10-18  1:38 ` [bug#58603] [PATCH 1/8] gnu: Add perl-config-tiny EuAndreh via Guix-patches via
2022-10-18  1:38   ` EuAndreh via Guix-patches via [this message]
2022-10-18  1:38   ` [bug#58603] [PATCH 3/8] gnu: Add perl-readonly-xs EuAndreh via Guix-patches via
2022-10-18  1:38   ` [bug#58603] [PATCH 4/8] gnu: Add perl-string-format EuAndreh via Guix-patches via
2022-10-18  1:38   ` [bug#58603] [PATCH 5/8] gnu: Add perl-ppix-regexp EuAndreh via Guix-patches via
2022-10-18  1:38   ` [bug#58603] [PATCH 6/8] gnu: Add perl-ppix-quotelike EuAndreh via Guix-patches via
2022-10-18  1:38   ` [bug#58603] [PATCH 7/8] gnu: Add perl-ppix-utilities EuAndreh via Guix-patches via
2022-10-18  1:38   ` [bug#58603] [PATCH 8/8] gnu: Add perl-critic EuAndreh via Guix-patches via
2022-10-18 10:24 ` bug#58603: [PATCH 0/8] Add perlcritic Christopher Baines

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

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

  git send-email \
    --in-reply-to=20221018013818.12165-2-eu@euandre.org \
    --to=guix-patches@gnu.org \
    --cc=58603@debbugs.gnu.org \
    --cc=eu@euandre.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.