From unknown Tue Aug 19 10:08:55 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#52379] [PATCH] gnu: Add udpcast Resent-From: poptsov.artyom@gmail.com (Artyom V. Poptsov) Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 08 Dec 2021 21:30:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 52379 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 52379@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16389989794857 (code B ref -1); Wed, 08 Dec 2021 21:30:01 +0000 Received: (at submit) by debbugs.gnu.org; 8 Dec 2021 21:29:39 +0000 Received: from localhost ([127.0.0.1]:41759 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mv4VJ-0001G9-1i for submit@debbugs.gnu.org; Wed, 08 Dec 2021 16:29:39 -0500 Received: from lists.gnu.org ([209.51.188.17]:49406) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mv4VF-0001G0-Kf for submit@debbugs.gnu.org; Wed, 08 Dec 2021 16:29:32 -0500 Received: from eggs.gnu.org ([209.51.188.92]:40132) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mv4VF-0005aS-EY for guix-patches@gnu.org; Wed, 08 Dec 2021 16:29:29 -0500 Received: from [2a00:1450:4864:20::12b] (port=35373 helo=mail-lf1-x12b.google.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mv4VB-0001lt-Jj for guix-patches@gnu.org; Wed, 08 Dec 2021 16:29:29 -0500 Received: by mail-lf1-x12b.google.com with SMTP id u3so8238651lfl.2 for ; Wed, 08 Dec 2021 13:29:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:user-agent:mime-version; bh=FoPjgJsWeBfmZt7qTA0NgTcc4QBdVuBeGDR/h+8JTNg=; b=pmNfWFJtoJjaH+ch2Tl6X57Be/8/U1P8ATgDjqoB15LOAU40iGhgoX5k3/P0sXNd3D RNsM8QEbvLmk53AcgC3o4ZhrIPx9KOUYzWwxkLAg/3vfXGVfslmmmaaj+UdClFD5u0co p3P5v9GNWqCa/Bj9b9RYumWGkF9pLi0pECPGJeRqI6UpcmKFmS8Rz8/ch7doD+5LH2cy SSHFyAkHdMZXB2dPMrTJv3/NkI5dUwBpi+RCHWF/tRbKHNcUmX0i7RqQGuVvBHvfsu02 A0hx5RlVq3dGc9FEiKF4zZqPxKub2w3sWToaPsnGhthQVlUaarRpzsJH5VwIQtjdrQs+ h/Bw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:user-agent :mime-version; bh=FoPjgJsWeBfmZt7qTA0NgTcc4QBdVuBeGDR/h+8JTNg=; b=oew3EW3V1PnvC2pP5qlwNVGLB4TSgGLdup54Jp4Gl3VEoZvUYEjSFl3rAtk8lD8Ibd h3WdJ9HrpDVRT2m1w9yXq7ApN2+TR5tkLQTn7/eJOuxdbhZDABEeyhWb6Ys8DPeaKnAd VfSSl3GI319sM5ENkZDELvY1Kl4b3ikx/yJoWl8SjbvSPiWQhVkBXfXWk3UTC55tMFub js1ZR0c329t6RkQz/SMf5RsUVShXAtcVW5+BvhUQHIjU+AaVZOHzpLqNj5FdmoP1Y+nb oBFCTcO2OX2AfgCbZoy+jSdyuOf/KyUysP0TkRr4anhlfJi2OJg0IIbVqzv6WboMYoZq 9daw== X-Gm-Message-State: AOAM533C6U/Kx9c/xqtQF4/EgTAFTm/8jyvd5c8LRu+vlNiwCmcuz309 5NZ6MTy+JC9UjpHS8eUt6mDVeyQzVuk= X-Google-Smtp-Source: ABdhPJzS0N4sAD5iIsefxQq7o6JqALJF6FLbktT9YbsDPFnxyG/35BxRyrTq0cbqtghTzju0p6dIbA== X-Received: by 2002:a05:6512:3d09:: with SMTP id d9mr1932805lfv.481.1638998962938; Wed, 08 Dec 2021 13:29:22 -0800 (PST) Received: from elephant ([5.164.193.196]) by smtp.gmail.com with ESMTPSA id x6sm355310lff.125.2021.12.08.13.29.21 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 08 Dec 2021 13:29:22 -0800 (PST) From: poptsov.artyom@gmail.com (Artyom V. Poptsov) Date: Thu, 09 Dec 2021 00:29:18 +0300 Message-ID: <871r2m7pld.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Host-Lookup-Failed: Reverse DNS lookup failed for 2a00:1450:4864:20::12b (failed) Received-SPF: pass client-ip=2a00:1450:4864:20::12b; envelope-from=poptsov.artyom@gmail.com; helo=mail-lf1-x12b.google.com X-Spam_score_int: -12 X-Spam_score: -1.3 X-Spam_bar: - X-Spam_report: (-1.3 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, PDS_HP_HELO_NORDNS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RDNS_NONE=0.793, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain Hello Guixers, this patch adds udpcast. [1] Unfortunately the official site seems to be not very reliable. So I decided to use a mirror site to download the archive. [2] Thanks, - Artyom 1: https://www.udpcast.linux.lu/ 2: http://sources.buildroot.net/udpcast/ --=-=-= Content-Type: text/x-diff; charset=utf-8 Content-Disposition: attachment; filename=0001-gnu-Add-udpcast.patch Content-Transfer-Encoding: quoted-printable From=2015a0b78195c39efb337d161fac327d1e77f939db Mon Sep 17 00:00:00 2001 From: "Artyom V. Poptsov" Date: Tue, 7 Dec 2021 23:55:13 +0300 Subject: [PATCH] gnu: Add udpcast * gnu/packages/admin.scm (udpcast): New variable. =2D-- gnu/packages/admin.scm | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index e640149a51..43f124df9b 100644 =2D-- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -44,6 +44,7 @@ ;;; Copyright =C2=A9 2021 Brice Waegeneire ;;; Copyright =C2=A9 2021 Maxim Cournoyer ;;; Copyright =C2=A9 2021 Maxime Devos +;;; Copyright =C2=A9 2021 Artyom V. Poptsov ;;; ;;; This file is part of GNU Guix. ;;; @@ -116,6 +117,7 @@ #:use-module (gnu packages libusb) #:use-module (gnu packages linux) #:use-module (gnu packages lua) + #:use-module (gnu packages m4) #:use-module (gnu packages mail) #:use-module (gnu packages man) #:use-module (gnu packages mcrypt) @@ -4815,3 +4817,42 @@ FIFO and UNIX interprocess communication.") exit code reports successful or failed execution to @url{https://healthchecks.io,https://healthchecks.io} or your private inst= ance.") (license license:bsd-0))) + +(define-public udpcast + (package + (name "udpcast") + (version "20200328") + (source + (origin + (method url-fetch) + (uri (format #f + ;; XXX: Original server is at https://www.udpcast.linu= x.lu + ;; Unfortunately it's not very reliable: + ;; "https://www.udpcast.linux.lu/download/udpca= st-~a.tar.gz" + ;; Here's an alternative URL for downloading the = package: + ;; "https://fossies.org/linux/privat/udpcast-~a= .tar.gz" + ;; "http://sources.buildroot.net/udpcast/udpcas= t-~a.tar.gz" + "http://sources.buildroot.net/udpcast/udpcast-~a.tar.g= z" + version)) + (sha256 + (base32 "06pj86nbi9hx7abbb0z2c5ynhfq0rv89b7nmy0kq3xz2lsxfw6cw")))) + (build-system gnu-build-system) + (native-inputs + `(("autoconf" ,autoconf) + ("automake" ,automake) + ("m4" ,m4) + ("perl" ,perl))) + (arguments + `(#:tests? #f)) ; no test suite + (synopsis + "Multicast file transfer tool") + (description + "UDPcast is a file transfer tool that can send data simultaneously to +many destinations on a LAN. This can for instance be used to install enti= re +classrooms of PC's at once. The advantage of UDPcast over using other +methods (nfs, ftp, whatever) is that UDPcast uses UDP's multicast abilitie= s: +it won't take longer to install 15 machines than it would to install just = 2.") + (home-page "https://www.udpcast.linux.lu") + (license license:gpl2+))) + + =2D-=20 2.25.1 --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable =2D-=20 Artyom "avp" Poptsov Home page: https://memory-heap.org/~avp/ CADR Hackerspace co-founder: https://cadrspace.ru/ GPG: D0C2 EAC1 3310 822D 98DE B57C E9C5 A2D9 0898 A02F --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEE0MLqwTMQgi2Y3rV86cWi2QiYoC8FAmGxI64ACgkQ6cWi2QiY oC9ARAgAh5q0NP+9YBOf/zAAwR4rxj4I9Y8zs5JYYyHmTbeUIn/z/tdSNs7vcN4L H5OlB7nNpQHwYd1vxXkr84Oc0puiAtzAAnE3QB4yNv90Qdp5jPDwYFPI97QebefO /OLOzYrvJmdeDnFbViwMQXff4bwIOAcOV6q1+7I2oyJYqUWHBphO6/lCgTAEYFry zoF780BIUGpUj4duUrWnCPdhVYX20UDL15UlOTbXfZ60fdWi3uprHq7zx2TBGGL5 y+k1cBJm+D3migLeRF9Y6j3/Sg+0BEkQbjXRf19w0fLUpyeexIEPvfM6OR2M46AJ ISbmBPMkaLVl1uwOTQTAvShjuwgOdg== =fw6L -----END PGP SIGNATURE----- --==-=-=-- From unknown Tue Aug 19 10:08:55 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: poptsov.artyom@gmail.com (Artyom V. Poptsov) Subject: bug#52379: closed (Re: bug#52379: [PATCH] gnu: Add udpcast) Message-ID: References: <87tuf3ia1p.fsf@gnu.org> <871r2m7pld.fsf@gmail.com> X-Gnu-PR-Message: they-closed 52379 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 52379@debbugs.gnu.org Date: Mon, 20 Dec 2021 15:14:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1640013242-2677-1" This is a multi-part message in MIME format... ------------=_1640013242-2677-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #52379: [PATCH] gnu: Add udpcast which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 52379@debbugs.gnu.org. --=20 52379: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D52379 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1640013242-2677-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 52379-done) by debbugs.gnu.org; 20 Dec 2021 15:13:51 +0000 Received: from localhost ([127.0.0.1]:51021 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mzKMJ-0000gh-5J for submit@debbugs.gnu.org; Mon, 20 Dec 2021 10:13:51 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:41630) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mzKMF-0000gM-AG for 52379-done@debbugs.gnu.org; Mon, 20 Dec 2021 10:13:49 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id AA13E2A4; Mon, 20 Dec 2021 16:13:40 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iEBn--TQB2nE; Mon, 20 Dec 2021 16:13:39 +0100 (CET) Received: from ribbon (unknown [193.50.110.211]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 685841DF; Mon, 20 Dec 2021 16:13:39 +0100 (CET) From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: poptsov.artyom@gmail.com (Artyom V. Poptsov) Subject: Re: bug#52379: [PATCH] gnu: Add udpcast References: <871r2m7pld.fsf@gmail.com> Date: Mon, 20 Dec 2021 16:13:38 +0100 In-Reply-To: <871r2m7pld.fsf@gmail.com> (Artyom V. Poptsov's message of "Thu, 09 Dec 2021 00:29:18 +0300") Message-ID: <87tuf3ia1p.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spamd-Bar: / Authentication-Results: hera.aquilenet.fr; none X-Rspamd-Server: hera X-Rspamd-Queue-Id: AA13E2A4 X-Spamd-Result: default: False [0.46 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_HAS_DN(0.00)[]; FREEMAIL_ENVRCPT(0.00)[gmail.com]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TAGGED_RCPT(0.00)[]; MIME_GOOD(-0.10)[multipart/mixed,text/plain,text/x-patch]; TO_DN_NONE(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; FREEMAIL_TO(0.00)[gmail.com]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:+]; R_MIXED_CHARSET(0.56)[subject]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 52379-done Cc: 52379-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hello, poptsov.artyom@gmail.com (Artyom V. Poptsov) skribis: > From 15a0b78195c39efb337d161fac327d1e77f939db Mon Sep 17 00:00:00 2001 > From: "Artyom V. Poptsov" > Date: Tue, 7 Dec 2021 23:55:13 +0300 > Subject: [PATCH] gnu: Add udpcast > > * gnu/packages/admin.scm (udpcast): New variable. Applied with the changes below. Thanks! Ludo=E2=80=99. --=-=-= Content-Type: text/x-patch Content-Disposition: inline diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index f62f7bd808..ee11120ce0 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -4829,27 +4829,24 @@ (define-public udpcast (source (origin (method url-fetch) - (uri (format #f - ;; XXX: Original server is at https://www.udpcast.linux.lu - ;; Unfortunately it's not very reliable: - ;; "https://www.udpcast.linux.lu/download/udpcast-~a.tar.gz" - ;; Here's an alternative URL for downloading the package: - ;; "https://fossies.org/linux/privat/udpcast-~a.tar.gz" - ;; "http://sources.buildroot.net/udpcast/udpcast-~a.tar.gz" - "http://sources.buildroot.net/udpcast/udpcast-~a.tar.gz" - version)) + ;; XXX: Original server is at https://www.udpcast.linux.lu is not + ;; reliable. + (uri (list (string-append + "http://sources.buildroot.net/udpcast/udpcast-" + version ".tar.gz") + (string-append + "https://fossies.org/linux/privat/udpcast-" + version ".tar.gz") + (string-append + "https://www.udpcast.linux.lu/download/udpcast-" + version ".tar.gz"))) (sha256 (base32 "06pj86nbi9hx7abbb0z2c5ynhfq0rv89b7nmy0kq3xz2lsxfw6cw")))) (build-system gnu-build-system) (native-inputs - `(("autoconf" ,autoconf) - ("automake" ,automake) - ("m4" ,m4) - ("perl" ,perl))) - (arguments - `(#:tests? #f)) ; no test suite - (synopsis - "Multicast file transfer tool") + (list autoconf automake m4 perl)) + (arguments `(#:tests? #f)) ;no test suite + (synopsis "Multicast file transfer tool") (description "UDPcast is a file transfer tool that can send data simultaneously to many destinations on a LAN. This can for instance be used to install entire --=-=-=-- ------------=_1640013242-2677-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 8 Dec 2021 21:29:39 +0000 Received: from localhost ([127.0.0.1]:41759 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mv4VJ-0001G9-1i for submit@debbugs.gnu.org; Wed, 08 Dec 2021 16:29:39 -0500 Received: from lists.gnu.org ([209.51.188.17]:49406) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mv4VF-0001G0-Kf for submit@debbugs.gnu.org; Wed, 08 Dec 2021 16:29:32 -0500 Received: from eggs.gnu.org ([209.51.188.92]:40132) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mv4VF-0005aS-EY for guix-patches@gnu.org; Wed, 08 Dec 2021 16:29:29 -0500 Received: from [2a00:1450:4864:20::12b] (port=35373 helo=mail-lf1-x12b.google.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mv4VB-0001lt-Jj for guix-patches@gnu.org; Wed, 08 Dec 2021 16:29:29 -0500 Received: by mail-lf1-x12b.google.com with SMTP id u3so8238651lfl.2 for ; Wed, 08 Dec 2021 13:29:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:user-agent:mime-version; bh=FoPjgJsWeBfmZt7qTA0NgTcc4QBdVuBeGDR/h+8JTNg=; b=pmNfWFJtoJjaH+ch2Tl6X57Be/8/U1P8ATgDjqoB15LOAU40iGhgoX5k3/P0sXNd3D RNsM8QEbvLmk53AcgC3o4ZhrIPx9KOUYzWwxkLAg/3vfXGVfslmmmaaj+UdClFD5u0co p3P5v9GNWqCa/Bj9b9RYumWGkF9pLi0pECPGJeRqI6UpcmKFmS8Rz8/ch7doD+5LH2cy SSHFyAkHdMZXB2dPMrTJv3/NkI5dUwBpi+RCHWF/tRbKHNcUmX0i7RqQGuVvBHvfsu02 A0hx5RlVq3dGc9FEiKF4zZqPxKub2w3sWToaPsnGhthQVlUaarRpzsJH5VwIQtjdrQs+ h/Bw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:user-agent :mime-version; bh=FoPjgJsWeBfmZt7qTA0NgTcc4QBdVuBeGDR/h+8JTNg=; b=oew3EW3V1PnvC2pP5qlwNVGLB4TSgGLdup54Jp4Gl3VEoZvUYEjSFl3rAtk8lD8Ibd h3WdJ9HrpDVRT2m1w9yXq7ApN2+TR5tkLQTn7/eJOuxdbhZDABEeyhWb6Ys8DPeaKnAd VfSSl3GI319sM5ENkZDELvY1Kl4b3ikx/yJoWl8SjbvSPiWQhVkBXfXWk3UTC55tMFub js1ZR0c329t6RkQz/SMf5RsUVShXAtcVW5+BvhUQHIjU+AaVZOHzpLqNj5FdmoP1Y+nb oBFCTcO2OX2AfgCbZoy+jSdyuOf/KyUysP0TkRr4anhlfJi2OJg0IIbVqzv6WboMYoZq 9daw== X-Gm-Message-State: AOAM533C6U/Kx9c/xqtQF4/EgTAFTm/8jyvd5c8LRu+vlNiwCmcuz309 5NZ6MTy+JC9UjpHS8eUt6mDVeyQzVuk= X-Google-Smtp-Source: ABdhPJzS0N4sAD5iIsefxQq7o6JqALJF6FLbktT9YbsDPFnxyG/35BxRyrTq0cbqtghTzju0p6dIbA== X-Received: by 2002:a05:6512:3d09:: with SMTP id d9mr1932805lfv.481.1638998962938; Wed, 08 Dec 2021 13:29:22 -0800 (PST) Received: from elephant ([5.164.193.196]) by smtp.gmail.com with ESMTPSA id x6sm355310lff.125.2021.12.08.13.29.21 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 08 Dec 2021 13:29:22 -0800 (PST) From: poptsov.artyom@gmail.com (Artyom V. Poptsov) To: guix-patches@gnu.org Subject: [PATCH] gnu: Add udpcast Date: Thu, 09 Dec 2021 00:29:18 +0300 Message-ID: <871r2m7pld.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Host-Lookup-Failed: Reverse DNS lookup failed for 2a00:1450:4864:20::12b (failed) Received-SPF: pass client-ip=2a00:1450:4864:20::12b; envelope-from=poptsov.artyom@gmail.com; helo=mail-lf1-x12b.google.com X-Spam_score_int: -12 X-Spam_score: -1.3 X-Spam_bar: - X-Spam_report: (-1.3 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, PDS_HP_HELO_NORDNS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RDNS_NONE=0.793, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain Hello Guixers, this patch adds udpcast. [1] Unfortunately the official site seems to be not very reliable. So I decided to use a mirror site to download the archive. [2] Thanks, - Artyom 1: https://www.udpcast.linux.lu/ 2: http://sources.buildroot.net/udpcast/ --=-=-= Content-Type: text/x-diff; charset=utf-8 Content-Disposition: attachment; filename=0001-gnu-Add-udpcast.patch Content-Transfer-Encoding: quoted-printable From=2015a0b78195c39efb337d161fac327d1e77f939db Mon Sep 17 00:00:00 2001 From: "Artyom V. Poptsov" Date: Tue, 7 Dec 2021 23:55:13 +0300 Subject: [PATCH] gnu: Add udpcast * gnu/packages/admin.scm (udpcast): New variable. =2D-- gnu/packages/admin.scm | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index e640149a51..43f124df9b 100644 =2D-- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -44,6 +44,7 @@ ;;; Copyright =C2=A9 2021 Brice Waegeneire ;;; Copyright =C2=A9 2021 Maxim Cournoyer ;;; Copyright =C2=A9 2021 Maxime Devos +;;; Copyright =C2=A9 2021 Artyom V. Poptsov ;;; ;;; This file is part of GNU Guix. ;;; @@ -116,6 +117,7 @@ #:use-module (gnu packages libusb) #:use-module (gnu packages linux) #:use-module (gnu packages lua) + #:use-module (gnu packages m4) #:use-module (gnu packages mail) #:use-module (gnu packages man) #:use-module (gnu packages mcrypt) @@ -4815,3 +4817,42 @@ FIFO and UNIX interprocess communication.") exit code reports successful or failed execution to @url{https://healthchecks.io,https://healthchecks.io} or your private inst= ance.") (license license:bsd-0))) + +(define-public udpcast + (package + (name "udpcast") + (version "20200328") + (source + (origin + (method url-fetch) + (uri (format #f + ;; XXX: Original server is at https://www.udpcast.linu= x.lu + ;; Unfortunately it's not very reliable: + ;; "https://www.udpcast.linux.lu/download/udpca= st-~a.tar.gz" + ;; Here's an alternative URL for downloading the = package: + ;; "https://fossies.org/linux/privat/udpcast-~a= .tar.gz" + ;; "http://sources.buildroot.net/udpcast/udpcas= t-~a.tar.gz" + "http://sources.buildroot.net/udpcast/udpcast-~a.tar.g= z" + version)) + (sha256 + (base32 "06pj86nbi9hx7abbb0z2c5ynhfq0rv89b7nmy0kq3xz2lsxfw6cw")))) + (build-system gnu-build-system) + (native-inputs + `(("autoconf" ,autoconf) + ("automake" ,automake) + ("m4" ,m4) + ("perl" ,perl))) + (arguments + `(#:tests? #f)) ; no test suite + (synopsis + "Multicast file transfer tool") + (description + "UDPcast is a file transfer tool that can send data simultaneously to +many destinations on a LAN. This can for instance be used to install enti= re +classrooms of PC's at once. The advantage of UDPcast over using other +methods (nfs, ftp, whatever) is that UDPcast uses UDP's multicast abilitie= s: +it won't take longer to install 15 machines than it would to install just = 2.") + (home-page "https://www.udpcast.linux.lu") + (license license:gpl2+))) + + =2D-=20 2.25.1 --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable =2D-=20 Artyom "avp" Poptsov Home page: https://memory-heap.org/~avp/ CADR Hackerspace co-founder: https://cadrspace.ru/ GPG: D0C2 EAC1 3310 822D 98DE B57C E9C5 A2D9 0898 A02F --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEE0MLqwTMQgi2Y3rV86cWi2QiYoC8FAmGxI64ACgkQ6cWi2QiY oC9ARAgAh5q0NP+9YBOf/zAAwR4rxj4I9Y8zs5JYYyHmTbeUIn/z/tdSNs7vcN4L H5OlB7nNpQHwYd1vxXkr84Oc0puiAtzAAnE3QB4yNv90Qdp5jPDwYFPI97QebefO /OLOzYrvJmdeDnFbViwMQXff4bwIOAcOV6q1+7I2oyJYqUWHBphO6/lCgTAEYFry zoF780BIUGpUj4duUrWnCPdhVYX20UDL15UlOTbXfZ60fdWi3uprHq7zx2TBGGL5 y+k1cBJm+D3migLeRF9Y6j3/Sg+0BEkQbjXRf19w0fLUpyeexIEPvfM6OR2M46AJ ISbmBPMkaLVl1uwOTQTAvShjuwgOdg== =fw6L -----END PGP SIGNATURE----- --==-=-=-- ------------=_1640013242-2677-1--