unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] Add perl-uri.
@ 2015-03-20 11:37 Ricardo Wurmus
  2015-03-20 13:26 ` Eric Bavier
  0 siblings, 1 reply; 3+ messages in thread
From: Ricardo Wurmus @ 2015-03-20 11:37 UTC (permalink / raw)
  To: guix-devel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-gnu-Add-perl-uri.patch --]
[-- Type: text/x-patch, Size: 1465 bytes --]

From b50b37a9abcf049b310b613eed29a121b7b8b3b9 Mon Sep 17 00:00:00 2001
From: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
Date: Fri, 20 Mar 2015 12:36:18 +0100
Subject: [PATCH] gnu: Add perl-uri.

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

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index e31dd7d..dff221e 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -3834,6 +3834,28 @@ that are designed to minimize common mistakes with eval blocks, and nothing
 else.")
     (license x11)))
 
+(define-public perl-uri
+  (package
+    (name "perl-uri")
+    (version "1.67")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://cpan.metacpan.org/authors/id/E/ET/ETHER/URI-"
+             version ".tar.gz"))
+       (sha256
+        (base32
+         "0ki7i830gs0cwwwjsyv3s6yy1l76ym8pfqp0lp7vw0j9bwyx923h"))))
+    (build-system perl-build-system)
+    (home-page "http://search.cpan.org/dist/URI")
+    (synopsis "Uniform Resource Identifiers (absolute and relative)")
+    (description
+     "The module implements the URI class.  Objects of this class represent
+Uniform Resource Identifier references as specified in RFC 2396 and updated by
+RFC 2732.")
+    (license (package-license perl))))
+
 (define-public perl-variable-magic
   (package
     (name "perl-variable-magic")
-- 
2.1.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] Add perl-uri.
  2015-03-20 11:37 [PATCH] Add perl-uri Ricardo Wurmus
@ 2015-03-20 13:26 ` Eric Bavier
  2015-03-20 13:52   ` Ricardo Wurmus
  0 siblings, 1 reply; 3+ messages in thread
From: Eric Bavier @ 2015-03-20 13:26 UTC (permalink / raw)
  To: Ricardo Wurmus; +Cc: guix-devel

On 2015-03-20 06:37, Ricardo Wurmus wrote:
> * gnu/packages/perl.scm (perl-uri): New variable.

This package has existed in the (gnu packages web) module for some time 
now.  I just recently updated the version to 1.67 as well.

-- 
`~Eric

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Add perl-uri.
  2015-03-20 13:26 ` Eric Bavier
@ 2015-03-20 13:52   ` Ricardo Wurmus
  0 siblings, 0 replies; 3+ messages in thread
From: Ricardo Wurmus @ 2015-03-20 13:52 UTC (permalink / raw)
  To: Eric Bavier; +Cc: guix-devel


Eric Bavier writes:

> On 2015-03-20 06:37, Ricardo Wurmus wrote:
>> * gnu/packages/perl.scm (perl-uri): New variable.
>
> This package has existed in the (gnu packages web) module for some time 
> now.  I just recently updated the version to 1.67 as well.

Ouch!  Thanks for pointing me to this module.  A quick grep didn't show
anything in (gnu packages perl) so I thought it didn't exist.  Well, all
the better :)

Thanks,
Ricardo

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-03-20 13:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-20 11:37 [PATCH] Add perl-uri Ricardo Wurmus
2015-03-20 13:26 ` Eric Bavier
2015-03-20 13:52   ` Ricardo Wurmus

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).