GNU bug report logs - #38756
[PATCH] Add perl-net-bgp module.

Previous Next

Package: guix-patches;

Reported by: Stephen Scheck <sscheck <at> gmail.com>

Date: Thu, 26 Dec 2019 21:09:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 38756 in the body.
You can then email your comments to 38756 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#38756; Package guix-patches. (Thu, 26 Dec 2019 21:09:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Stephen Scheck <sscheck <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 26 Dec 2019 21:09:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Stephen Scheck <sscheck <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] Add perl-net-bgp module.
Date: Thu, 26 Dec 2019 14:53:46 -0600
[Message part 1 (text/plain, inline)]
---
 gnu/packages/perl.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index f732c0ed46..44b764618b 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -22,6 +22,7 @@
 ;;; Copyright © 2018, 2019 Pierre Neidhardt <mail <at> ambrevar.xyz>
 ;;; Copyright © 2018 Kei Kebreau <kkebreau <at> posteo.net>
 ;;; Copyright © 2019 Alex Griffin <a <at> ajgrf.com>
+;;; Copyright © 2019 Stephen J. Scheck <sscheck <at> cpan.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -6697,6 +6698,31 @@ cycle.  Functions called in the package itself will
still be bound by their
 name, but they won't show up as methods on your class or instances.")
     (license (package-license perl))))

+(define-public perl-net-bgp
+  (package
+    (name "perl-net-bgp")
+    (version "0.17")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (string-append
+               "mirror://cpan/authors/id/S/SS/SSCHECK/Net-BGP-" version
".tar.gz"))
+        (sha256 (base32
"0za8x9cn5n2hasb14p7dr537lggvrcsl23pgldxf5y03wmk6h35y"))))
+    (build-system perl-build-system)
+    (home-page "https://metacpan.org/release/Net-BGP")
+    (synopsis "Object-oriented API to the BGP protocol")
+    (description
+      "This module is an implementation of the BGP-4 inter-domain routing
protocol.
+It encapsulates all of the functionality needed to establish and maintain a
+BGP peering session and exchange routing update information with the peer.
+It aims to provide a simple API to the BGP protocol for the purposes of
+automation, logging, monitoring, testing, and similar tasks using the
+power and flexibility of perl.  The module does not implement the
+functionality of a RIB (Routing Information Base) nor does it modify the
+kernel routing table of the host system.  However, such operations could be
+implemented using the API provided by the module.")
+  (license perl-license)))
+
 (define-public perl-net-dns-native
   (package
     (name "perl-net-dns-native")
-- 
2.21.0 (Apple Git-122.2)
[Message part 2 (text/html, inline)]

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Mon, 30 Dec 2019 22:18:02 GMT) Full text and rfc822 format available.

Notification sent to Stephen Scheck <sscheck <at> gmail.com>:
bug acknowledged by developer. (Mon, 30 Dec 2019 22:18:02 GMT) Full text and rfc822 format available.

Message #10 received at 38756-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Stephen Scheck <sscheck <at> gmail.com>
Cc: 38756-done <at> debbugs.gnu.org
Subject: Re: [bug#38756] [PATCH] Add perl-net-bgp module.
Date: Mon, 30 Dec 2019 23:17:41 +0100
Hi,

Stephen Scheck <sscheck <at> gmail.com> skribis:

> +(define-public perl-net-bgp
> +  (package
> +    (name "perl-net-bgp")

Applied with a commit log that follows our conventions, thanks!

The patch had been mangled over email; I’d recommend sending it as an
attachment in the future to avoid such issues.

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 28 Jan 2020 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 82 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.