GNU bug report logs -
#63894
[PATCH] Add SpamAssassin, Debbugs dependencies
Previous Next
Reported by: Antero Mejr <antero <at> mailbox.org>
Date: Sun, 4 Jun 2023 17:37:01 UTC
Severity: normal
Tags: patch
Done: "Danny Milosavljevic" <dannym <at> scratchpost.org>
Bug is archived. No further changes may be made.
Full log
Message #158 received at 63894 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/perl-web.scm (perl-net-ip): New variable.
---
gnu/packages/perl-web.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/perl-web.scm b/gnu/packages/perl-web.scm
index 787464103d..86728d514f 100644
--- a/gnu/packages/perl-web.scm
+++ b/gnu/packages/perl-web.scm
@@ -294,3 +294,25 @@ (define-public perl-net-smtps
over-SSL/STARTTLS support. This module inherits most of all the methods from
@code{Net::SMTP}(2.X).")
(license license:perl-license)))
+
+(define-public perl-net-ip
+ (package
+ (name "perl-net-ip")
+ (version "1.26")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://cpan/authors/id/M/MA/MANU/Net-IP-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "0ffn2xqqbkfi7v303sp5dwgbv36jah3vg8r4nxhxfiv60vric3q4"))))
+ (build-system perl-build-system)
+ (home-page "https://metacpan.org/release/Net-IP")
+ (synopsis "Perl extension for manipulating IPv4/IPv6 addresses")
+ (description
+ "This module provides functions to deal with IPv4/IPv6 addresses. The
+module can be used as a class, allowing the user to instantiate IP objects,
+which can be single IP addresses, prefixes, or ranges of addresses. There is
+also a procedural way of accessing most of the functions. Most subroutines can
+take either IPv4 or IPv6 addresses transparently.")
+ (license license:perl-license)))
--
2.39.2
This bug report was last modified 147 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.