all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eric Dvorsak <eric@dvorsak.fr>
To: guix-devel@gnu.org
Subject: [PATCH 1/7] gnu: Add Pod-Simple.
Date: Mon, 17 Aug 2015 22:06:00 +0200	[thread overview]
Message-ID: <1439841966-12052-1-git-send-email-eric@dvorsak.fr> (raw)

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=y, Size: 1698 bytes --]

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

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index d2e38cc..8f9d599 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -3,6 +3,7 @@
 ;;; Copyright © 2013 Andreas Enge <andreas@enge.fr>
 ;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2015 Eric Bavier <bavier@member.fsf.org>
+;;; Copyright © 2015 Eric Dvorsak <eric@dvorsak.fr>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -3941,6 +3942,25 @@ directory specifications in a cross-platform manner.")
 for a given module is comprehensive.")
     (license (package-license perl))))
 
+(define-public perl-pod-simple
+  (package
+    (name "perl-pod-simple")
+    (version "3.30")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://cpan/authors/id/D/DW/DWHEELER/"
+                    "Pod-Simple-" version ".tar.gz"))
+              (sha256
+               (base32
+                "0yzy7mw2jriwcywmh38csjqrwxj207b2b7rlpvkdh1rq5828hary"))))
+    (build-system perl-build-system)
+    (home-page "http://search.cpan.org/dist/Pod-Simple/")
+    (synopsis "Parsing library for text in Pod format")
+    (description "Pod::Simple is a Perl library for parsing text in
+the Pod (plain old documentation) markup language that is typically
+used for writing documentation for Perl and for Perl modules.")
+    (license (package-license perl))))
+
 (define-public perl-posix-strftime-compiler
   (package
     (name "perl-posix-strftime-compiler")
-- 
2.4.3

             reply	other threads:[~2015-08-17 20:06 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-17 20:06 Eric Dvorsak [this message]
2015-08-17 20:06 ` [PATCH 2/7] gnu: Add libyajl Eric Dvorsak
2015-08-18  9:34   ` Ricardo Wurmus
2015-08-23 16:38   ` Eric Bavier
2015-08-17 20:06 ` [PATCH 3/7] gnu: Add libev Eric Dvorsak
2015-08-23 16:42   ` Eric Bavier
2015-08-17 20:06 ` [PATCH 4/7] gnu: Add xcb-util-cursor Eric Dvorsak
2015-08-23 16:43   ` Eric Bavier
2015-08-17 20:06 ` [PATCH 5/7] gnu: Add i3-wm Eric Dvorsak
2015-08-23 16:45   ` Eric Bavier
2015-08-17 20:06 ` [PATCH 6/7] gnu: Add libconfuse Eric Dvorsak
2015-08-23 16:46   ` Eric Bavier
2015-08-17 20:06 ` [PATCH 7/7] gnu: Add i3status Eric Dvorsak
2015-08-23 16:37 ` [PATCH 1/7] gnu: Add Pod-Simple Eric Bavier
  -- strict thread matches above, loose matches on Subject: below --
2015-08-17  3:05 Eric Dvorsak
2015-08-17  2:05 Eric Dvorsak
2015-08-16 23:17 ` Eric Bavier

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=1439841966-12052-1-git-send-email-eric@dvorsak.fr \
    --to=eric@dvorsak.fr \
    --cc=guix-devel@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 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.