[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#63894] [PATCH 54/55] gnu: Add perl-razor2-client-agent.
From: |
Antero Mejr |
Subject: |
[bug#63894] [PATCH 54/55] gnu: Add perl-razor2-client-agent. |
Date: |
Sun, 4 Jun 2023 17:42:48 +0000 |
* gnu/packages/perl-web.scm (perl-razor2-client-agent): New variable.
---
gnu/packages/perl-web.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/perl-web.scm b/gnu/packages/perl-web.scm
index 1054b04fe6..e558b556c9 100644
--- a/gnu/packages/perl-web.scm
+++ b/gnu/packages/perl-web.scm
@@ -416,3 +416,32 @@ (define-public perl-net-libidn
much inspired by Turbo Fredriksson's PHP-IDN.")
(license (list license:gpl1+ license:clarified-artistic))))
+(define-public perl-razor2-client-agent
+ ;; TODO: Package razor-agents and razor-agents-sdk
+ (package
+ (name "perl-razor2-client-agent")
+ (version "2.86")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://cpan/authors/id/T/TO/TODDR/Razor2-Client-Agent-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "0pw4jhxhm2naqkz0h3gjgdjnygf4019zmvp712vj8pmnxc12w1jy"))))
+ (build-system perl-build-system)
+ (propagated-inputs (list perl-digest-sha1 perl-uri))
+ (home-page "https://metacpan.org/release/Razor2-Client-Agent")
+ (synopsis "Collaborative, content-based spam filtering network agent.")
+ (description
+ "This package provides a client library for Vipul's Razor. Vipul's Razor
+is a distributed, collaborative, spam detection and filtering network.
+Through user contribution, Razor establishes a distributed and constantly
+updating catalogue of spam in propagation that is consulted by email clients
+to filter out known spam. Detection is done with statistical and randomized
+signatures that efficiently spot mutating spam content. User input is
+validated through reputation assignments based on consensus on report and
+revoke assertions which in turn is used for computing confidence values
+associated with individual signatures.")
+ (license license:perl-license)))
+
--
2.39.2
- [bug#63894] [PATCH 53/55] gnu: Add perl-net-libidn., (continued)
- [bug#63894] [PATCH 53/55] gnu: Add perl-net-libidn., Antero Mejr, 2023/06/04
- [bug#63894] [PATCH 43/55] gnu: Add perl-text-xslate., Antero Mejr, 2023/06/04
- [bug#63894] [PATCH 36/55] gnu: Add perl-text-iconv., Antero Mejr, 2023/06/04
- [bug#63894] [PATCH 46/55] gnu: Add perl-soap-lite., Antero Mejr, 2023/06/04
- [bug#63894] [PATCH 38/55] gnu: Add perl-text-reform., Antero Mejr, 2023/06/04
- [bug#63894] [PATCH 28/55] gnu: Add perl-meta-builder., Antero Mejr, 2023/06/04
- [bug#63894] [PATCH 41/55] gnu: Add perl-time-warp., Antero Mejr, 2023/06/04
- [bug#63894] [PATCH 09/55] gnu: Add perl-fennec-lite., Antero Mejr, 2023/06/04
- [bug#63894] [PATCH 19/55] gnu: Add perl-datetime-format-sqlite., Antero Mejr, 2023/06/04
- [bug#63894] [PATCH 22/55] gnu: Add perl-file-libmagic., Antero Mejr, 2023/06/04
- [bug#63894] [PATCH 54/55] gnu: Add perl-razor2-client-agent.,
Antero Mejr <=
- [bug#63894] [PATCH 30/55] gnu: Add perl-package-variant., Antero Mejr, 2023/06/04
- [bug#63894] [PATCH 33/55] gnu: perl-sub-quote: Update to 2.006008., Antero Mejr, 2023/06/04
- [bug#63894] [PATCH 25/55] gnu: Add perl-graphviz., Antero Mejr, 2023/06/04
- [bug#63894] [PATCH 10/55] gnu: Add perl-test-file-sharedir., Antero Mejr, 2023/06/04
- [bug#63894] [PATCH 15/55] gnu: Add perl-constant., Antero Mejr, 2023/06/04
- [bug#63894] [PATCH 44/55] gnu: Add perl-gravatar-url., Antero Mejr, 2023/06/04
- [bug#63894] [PATCH 55/55] gnu: Add spamassassin., Antero Mejr, 2023/06/04
- [bug#63894] [PATCH 34/55] gnu: perl-text-balanced: Update to 1.75., Antero Mejr, 2023/06/04
- [bug#63894] [PATCH 48/55] gnu: Add perl-geo-ip., Antero Mejr, 2023/06/04
- [bug#63894] [PATCH 35/55] gnu: Add perl-text-brew., Antero Mejr, 2023/06/04