[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/18: gnu: Add perl-socket-msghdr
From: |
guix-commits |
Subject: |
04/18: gnu: Add perl-socket-msghdr |
Date: |
Wed, 1 Jun 2022 17:29:17 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 8ba33143acdbd7df0a1f118332de4df08a1c7b5f
Author: Thiago Jung Bauermann <bauermann@kolabnow.com>
AuthorDate: Sun May 15 19:02:29 2022 -0300
gnu: Add perl-socket-msghdr
* gnu/packages/perl.scm (perl-socket-msghdr): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/perl.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index ba65cc6e6d..5fc4645244 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -11849,3 +11849,27 @@ regexp patterns in modules.")
(description "Data::SExpression parses Lisp S-Expressions into Perl data
structures.")
(license license:perl-license)))
+
+(define-public perl-socket-msghdr
+ (package
+ (name "perl-socket-msghdr")
+ (version "0.05")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://cpan/authors/id/F/FE/FELIPE/Socket-MsgHdr-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32 "0g3qa7xn0aqn417jfvnc0i3ksyqa7bnvws0wihldir6ywcaiql4n"))))
+ (build-system perl-build-system)
+ (home-page "https://metacpan.org/release/Socket-MsgHdr";)
+ (synopsis "Perform advanced operations via sendmsg and recvmsg")
+ (description "Socket::MsgHdr provides advanced socket messaging operations
+via sendmsg and recvmsg.
+
+It also allows manipulating ancillary data or so-called control
+information (cmsghdr). This ancillary data may be used for file descriptor
+passing, IPv6 operations, and a host of implemenation-specific extensions.")
+ (license license:perl-license)))
- branch master updated (572bc6d7bd -> 582b4bb4ce), guix-commits, 2022/06/01
- 01/18: shell: '--export-manifest -D x -D y' generates a valid manifest., guix-commits, 2022/06/01
- 08/18: gnu: libstrophe: Improve package definition., guix-commits, 2022/06/01
- 09/18: gnu: profanity: Update to 0.12.1., guix-commits, 2022/06/01
- 10/18: gnu: libmesode: Remove package., guix-commits, 2022/06/01
- 04/18: gnu: Add perl-socket-msghdr,
guix-commits <=
- 02/18: gnu: Add emacs-bfuture., guix-commits, 2022/06/01
- 03/18: gnu: public-inbox: Some packaging fixes, guix-commits, 2022/06/01
- 05/18: gnu: public-inbox: Update to 1.8.0., guix-commits, 2022/06/01
- 06/18: gnu: emacs-doom-themes: Include extension files., guix-commits, 2022/06/01
- 14/18: gnu: Add python-osmnx, guix-commits, 2022/06/01
- 15/18: gnu: Add freerct., guix-commits, 2022/06/01
- 07/18: gnu: libstrophe: Update to 0.12.0., guix-commits, 2022/06/01
- 13/18: gnu: python-rtree: Update to 1.0.0., guix-commits, 2022/06/01
- 17/18: gnu: smlnj: Use HTTPS home page., guix-commits, 2022/06/01
- 16/18: gnu: Add cdecl., guix-commits, 2022/06/01