[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/12: gnu: Add perl-html-scrubber.
From: |
Christopher Baines |
Subject: |
09/12: gnu: Add perl-html-scrubber. |
Date: |
Wed, 13 Sep 2017 13:20:05 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 4f0ee1b4dff4fa224b7178134410b8821f137d13
Author: Christopher Baines <address@hidden>
Date: Mon Aug 21 11:39:14 2017 +0100
gnu: Add perl-html-scrubber.
* gnu/packages/web.scm (perl-html-scrubber): New variable.
---
gnu/packages/web.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 377e366..5f255ab 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -2185,6 +2185,37 @@ composed of HTML::Element style components.")
<form> ... </form> instance.")
(license l:perl-license)))
+(define-public perl-html-scrubber
+ (package
+ (name "perl-html-scrubber")
+ (version "0.15")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://cpan/authors/id/N/NI/NIGELM/HTML-Scrubber-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "1m1f8gm2jry42zxja05dxp2ck7y66m7i8vc38nj6hccnwlby6cvi"))))
+ (build-system perl-build-system)
+ (native-inputs
+ `(("perl-module-build" ,perl-module-build)
+ ("perl-test-cpan-meta" ,perl-test-cpan-meta)
+ ("perl-test-eol" ,perl-test-eol)
+ ("perl-test-memory-cycle" ,perl-test-memory-cycle)
+ ("perl-test-notabs" ,perl-test-notabs)))
+ (inputs
+ `(("perl-html-parser" ,perl-html-parser)))
+ (home-page
+ "http://search.cpan.org/dist/HTML-Scrubber")
+ (synopsis
+ "Perl extension for scrubbing/sanitizing html")
+ (description
+ "@code{HTML::Scrubber} Perl extension for scrubbing/sanitizing HTML.")
+ (license l:perl-license)))
+
(define-public perl-html-lint
(package
(name "perl-html-lint")
- 02/12: gnu: Add perl-text-markdown-discount., (continued)
- 02/12: gnu: Add perl-text-markdown-discount., Christopher Baines, 2017/09/13
- 08/12: gnu: Add perl-test-eol., Christopher Baines, 2017/09/13
- 01/12: gnu: Add discount., Christopher Baines, 2017/09/13
- 07/12: gnu: Add perl-test-notabs., Christopher Baines, 2017/09/13
- 04/12: gnu: Add perl-test-cpan-meta., Christopher Baines, 2017/09/13
- 05/12: gnu: Add perl-devel-cycle., Christopher Baines, 2017/09/13
- 06/12: gnu: Add perl-test-memory-cycle., Christopher Baines, 2017/09/13
- 10/12: gnu: Add perl-yaml-libyaml., Christopher Baines, 2017/09/13
- 11/12: gnu: Add perl-cgi-session., Christopher Baines, 2017/09/13
- 03/12: gnu: Add perl-test-cpan-meta-json., Christopher Baines, 2017/09/13
- 09/12: gnu: Add perl-html-scrubber.,
Christopher Baines <=
- 12/12: gnu: Add ikiwiki., Christopher Baines, 2017/09/13