[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/30: gnu: Add perl-business-isbn.
From: |
Ricardo Wurmus |
Subject: |
05/30: gnu: Add perl-business-isbn. |
Date: |
Sun, 27 Nov 2016 08:50:09 +0000 (UTC) |
rekado pushed a commit to branch master
in repository guix.
commit 72f8646ef5b5edc587f1bfbe68c43cfd9162bdb1
Author: Ricardo Wurmus <address@hidden>
Date: Wed Nov 23 21:57:52 2016 +0100
gnu: Add perl-business-isbn.
* gnu/packages/perl.scm (perl-business-isbn): New variable.
---
gnu/packages/perl.scm | 25 ++++++++++++++++++++++++-
1 file changed, 24 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 733b865..157c715 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -34,7 +34,8 @@
#:use-module (guix packages)
#:use-module (guix download)
#:use-module (guix build-system gnu)
- #:use-module (guix build-system perl))
+ #:use-module (guix build-system perl)
+ #:use-module (gnu packages perl-web))
;;;
;;; Please: Try to add new module packages in alphabetic order.
@@ -427,6 +428,28 @@ These data are generated from the RangeMessage.xml file
provided by the ISBN
Agency.")
(license (package-license perl))))
+(define-public perl-business-isbn
+ (package
+ (name "perl-business-isbn")
+ (version "3.003")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://cpan/authors/id/B/BD/BDFOY/"
+ "Business-ISBN-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1i2bxzqkki257rqbswa4ryj1grmwa5s47wrxln2ff5mha1ry31gm"))))
+ (build-system perl-build-system)
+ (propagated-inputs
+ `(("perl-business-isbn-data" ,perl-business-isbn-data)
+ ("perl-mojolicious" ,perl-mojolicious)))
+ (home-page "http://search.cpan.org/dist/Business-ISBN")
+ (synopsis "Work with International Standard Book Numbers")
+ (description "This modules provides tools to deal with International
+Standard Book Numbers, including ISBN-10 and ISBN-13.")
+ (license artistic2.0)))
+
(define-public perl-cache-cache
(package
(name "perl-cache-cache")
- branch master updated (a82f0b3 -> 253cdd6), Ricardo Wurmus, 2016/11/27
- 04/30: gnu: Add perl-business-isbn-data., Ricardo Wurmus, 2016/11/27
- 03/30: gnu: Add perl-autovivification., Ricardo Wurmus, 2016/11/27
- 09/30: gnu: Add perl-data-compare., Ricardo Wurmus, 2016/11/27
- 05/30: gnu: Add perl-business-isbn.,
Ricardo Wurmus <=
- 18/30: gnu: Add perl-ipc-cmd., Ricardo Wurmus, 2016/11/27
- 10/30: gnu: Add perl-data-uniqid., Ricardo Wurmus, 2016/11/27
- 02/30: gnu: Add perl-mojolicious., Ricardo Wurmus, 2016/11/27
- 14/30: gnu: Add perl-encode-eucjpascii., Ricardo Wurmus, 2016/11/27
- 13/30: gnu: perl-encode-detect: Move to alphabetical position., Ricardo Wurmus, 2016/11/27
- 08/30: gnu: Add perl-business-ismn., Ricardo Wurmus, 2016/11/27
- 01/30: gnu: Add threaded variants of fftw and fftwf for Ardour and mod-host., Ricardo Wurmus, 2016/11/27
- 07/30: gnu: Add perl-tie-cycle., Ricardo Wurmus, 2016/11/27
- 11/30: gnu: Add perl-date-simple., Ricardo Wurmus, 2016/11/27
- 12/30: gnu: Add perl-datetime-calendar-julian., Ricardo Wurmus, 2016/11/27