From debbugs-submit-bounces@debbugs.gnu.org Fri May 12 13:34:32 2017 Received: (at submit) by debbugs.gnu.org; 12 May 2017 17:34:32 +0000 Received: from localhost ([127.0.0.1]:41203 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d9ESQ-000731-Ps for submit@debbugs.gnu.org; Fri, 12 May 2017 13:34:32 -0400 Received: from eggs.gnu.org ([208.118.235.92]:41666) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d9ESN-00072m-L1 for submit@debbugs.gnu.org; Fri, 12 May 2017 13:34:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d9ESH-0007he-Dh for submit@debbugs.gnu.org; Fri, 12 May 2017 13:34:18 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:50257) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d9ESH-0007hX-AM for submit@debbugs.gnu.org; Fri, 12 May 2017 13:34:17 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60858) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d9ESF-00083v-NZ for guix-patches@gnu.org; Fri, 12 May 2017 13:34:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d9ESC-0007dE-Dj for guix-patches@gnu.org; Fri, 12 May 2017 13:34:15 -0400 Received: from 93-95-228-241.1984.is ([93.95.228.241]:47084 helo=sharknado9001.pragmatique.xyz) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d9ESB-0007Zn-Vb for guix-patches@gnu.org; Fri, 12 May 2017 13:34:12 -0400 Received: by sharknado9001.pragmatique.xyz (OpenSMTPD) with ESMTPSA id e1b7ad94 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Fri, 12 May 2017 17:33:57 +0000 (UTC) Date: Fri, 12 May 2017 17:34:04 +0000 From: ng0 To: guix-patches@gnu.org Subject: bbs100 Message-ID: <20170512173404.dm6ndiajbpatcs42@abyayala> Mail-Followup-To: guix-patches@gnu.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="idaodghprwsnbtrx" Content-Disposition: inline X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) 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 (/) --idaodghprwsnbtrx Content-Type: text/plain; charset=utf-8 Content-Disposition: inline This adds bbs100. For possible past reviews search the guix-devel@gnu.org archive. -- https://pragmatique.xyz PGP: https://people.pragmatique.xyz/ng0/ --idaodghprwsnbtrx Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-Add-bbs100.patch" Content-Transfer-Encoding: quoted-printable =46rom 09746bd8021235c7c27bae10b4574011ea4e7f2b Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Sat, 17 Sep 2016 00:37:52 +0000 Subject: [PATCH] gnu: Add bbs100. * gnu/packages/bbs.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add bbs.scm. --- gnu/local.mk | 1 + gnu/packages/bbs.scm | 75 ++++++++++++++++++++++++++++++++++++++++++++++++= ++++ 2 files changed, 76 insertions(+) create mode 100644 gnu/packages/bbs.scm diff --git a/gnu/local.mk b/gnu/local.mk index 8599e6d3a..e75058d29 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -63,6 +63,7 @@ GNU_SYSTEM_MODULES =3D \ %D%/packages/backup.scm \ %D%/packages/base.scm \ %D%/packages/bash.scm \ + %D%/packages/bbs.scm \ %D%/packages/bdw-gc.scm \ %D%/packages/benchmark.scm \ %D%/packages/bioinformatics.scm \ diff --git a/gnu/packages/bbs.scm b/gnu/packages/bbs.scm new file mode 100644 index 000000000..894c64721 --- /dev/null +++ b/gnu/packages/bbs.scm @@ -0,0 +1,75 @@ +;;; GNU Guix --- Functional package management for GNU +;;; Copyright =C2=A9 2017 ng0 +;;; +;;; This file is part of GNU Guix. +;;; +;;; GNU Guix is free software; you can redistribute it and/or modify it +;;; under the terms of the GNU General Public License as published by +;;; the Free Software Foundation; either version 3 of the License, or (at +;;; your option) any later version. +;;; +;;; GNU Guix is distributed in the hope that it will be useful, but +;;; WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;;; GNU General Public License for more details. +;;; +;;; You should have received a copy of the GNU General Public License +;;; along with GNU Guix. If not, see . + +(define-module (gnu packages bbs) + #:use-module (gnu packages) + #:use-module (gnu packages admin) + #:use-module (gnu packages base) + #:use-module (gnu packages perl) + #:use-module ((guix licenses) #:prefix license:) + #:use-module (guix packages) + #:use-module (guix download) + #:use-module (guix build-system gnu)) + +(define-public bbs100 + (package + (name "bbs100") + (version "3.3.1") + (source (origin + (method url-fetch) + (uri (string-append "http://www.heiho.net/bbs100/" + name "-" version ".tar.gz")) + (sha256 + (base32 + "1wjqyxw5wpxgzwx83vx2c56v0jjq62bsj1xn4livm0crjbi4mdqb")))) + (build-system gnu-build-system) + (arguments + `(#:test-target "test" + #:parallel-build? #f + #:phases + ;; FIXME: the install phase creates a symlink 'bin' to 'bin-3.3.1'. + ;; FIXME: the log directory is hardcoded without prefix. + (modify-phases %standard-phases + (add-before 'configure 'patch-param-file + (lambda _ + (substitute* "etc/param" + (("/usr/share/zoneinfo/") "") + (("^zoneinfodir") + (string-append "zoneinfodir " + (assoc-ref %build-inputs "tzdata") + "/share/zoneinfo"))) + #t)) + (add-before 'configure 'chdir + (lambda _ + (chdir "src") + #t))))) + (inputs + `(("perl" ,perl))) + (native-inputs + `(("tzdata" ,tzdata) + ("inetutils" ,inetutils))) + (home-page "http://www.heiho.net/bbs100/") + (synopsis "DOC style telnet BBS") + (description + "@code{bbs100} is a @dfn{Bulletin Board System} (BBS) in the style of +DOC (which remotely resembles @code{Citadel}). +It is a single process daemon that handles all connections at once, while +consuming very low cpu resources (< 1%). Bbs100 can handle over a thousand +simultaneous users, is highly customizable, easy to setup, and has +many configurable features.") + (license license:gpl2+))) --=20 2.12.2 --idaodghprwsnbtrx-- From debbugs-submit-bounces@debbugs.gnu.org Fri May 12 13:56:52 2017 Received: (at submit) by debbugs.gnu.org; 12 May 2017 17:56:52 +0000 Received: from localhost ([127.0.0.1]:41218 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d9Eo2-0007XG-6n for submit@debbugs.gnu.org; Fri, 12 May 2017 13:56:51 -0400 Received: from eggs.gnu.org ([208.118.235.92]:50572) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d9Eny-0007X2-MM for submit@debbugs.gnu.org; Fri, 12 May 2017 13:56:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d9Ens-0003Vz-Hf for submit@debbugs.gnu.org; Fri, 12 May 2017 13:56:37 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:52797) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d9Ens-0003Vo-EN for submit@debbugs.gnu.org; Fri, 12 May 2017 13:56:36 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41511) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d9Enq-0006IA-IB for guix-patches@gnu.org; Fri, 12 May 2017 13:56:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d9Enm-0003QP-Rn for guix-patches@gnu.org; Fri, 12 May 2017 13:56:34 -0400 Received: from 93-95-228-241.1984.is ([93.95.228.241]:47086 helo=sharknado9001.pragmatique.xyz) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d9Enm-0003Mq-El for guix-patches@gnu.org; Fri, 12 May 2017 13:56:30 -0400 Received: by sharknado9001.pragmatique.xyz (OpenSMTPD) with ESMTPSA id 69fe2572 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Fri, 12 May 2017 17:56:15 +0000 (UTC) Date: Fri, 12 May 2017 17:56:24 +0000 From: ng0 To: guix-patches@gnu.org Subject: Re: bug#26899: bbs100 Message-ID: <20170512175624.lcwh74v64agdk7bc@abyayala> Mail-Followup-To: guix-patches@gnu.org References: <20170512173404.dm6ndiajbpatcs42@abyayala> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20170512173404.dm6ndiajbpatcs42@abyayala> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) 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 (/) ng0 transcribed 4.3K bytes: > This adds bbs100. For possible past reviews search the guix-devel@gnu.org archive. > -- > https://pragmatique.xyz > PGP: https://people.pragmatique.xyz/ng0/ > From 09746bd8021235c7c27bae10b4574011ea4e7f2b Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Sat, 17 Sep 2016 00:37:52 +0000 > Subject: [PATCH] gnu: Add bbs100. > > * gnu/packages/bbs.scm: New file. > * gnu/local.mk (GNU_SYSTEM_MODULES): Add bbs.scm. > --- > gnu/local.mk | 1 + > gnu/packages/bbs.scm | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 76 insertions(+) > create mode 100644 gnu/packages/bbs.scm > > diff --git a/gnu/local.mk b/gnu/local.mk > index 8599e6d3a..e75058d29 100644 > --- a/gnu/local.mk > +++ b/gnu/local.mk > @@ -63,6 +63,7 @@ GNU_SYSTEM_MODULES = \ > %D%/packages/backup.scm \ > %D%/packages/base.scm \ > %D%/packages/bash.scm \ > + %D%/packages/bbs.scm \ > %D%/packages/bdw-gc.scm \ > %D%/packages/benchmark.scm \ > %D%/packages/bioinformatics.scm \ > diff --git a/gnu/packages/bbs.scm b/gnu/packages/bbs.scm > new file mode 100644 > index 000000000..894c64721 > --- /dev/null > +++ b/gnu/packages/bbs.scm > @@ -0,0 +1,75 @@ > +;;; GNU Guix --- Functional package management for GNU > +;;; Copyright © 2017 ng0 > +;;; > +;;; This file is part of GNU Guix. > +;;; > +;;; GNU Guix is free software; you can redistribute it and/or modify it > +;;; under the terms of the GNU General Public License as published by > +;;; the Free Software Foundation; either version 3 of the License, or (at > +;;; your option) any later version. > +;;; > +;;; GNU Guix is distributed in the hope that it will be useful, but > +;;; WITHOUT ANY WARRANTY; without even the implied warranty of > +;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > +;;; GNU General Public License for more details. > +;;; > +;;; You should have received a copy of the GNU General Public License > +;;; along with GNU Guix. If not, see . > + > +(define-module (gnu packages bbs) > + #:use-module (gnu packages) > + #:use-module (gnu packages admin) > + #:use-module (gnu packages base) > + #:use-module (gnu packages perl) > + #:use-module ((guix licenses) #:prefix license:) > + #:use-module (guix packages) > + #:use-module (guix download) > + #:use-module (guix build-system gnu)) > + > +(define-public bbs100 > + (package > + (name "bbs100") > + (version "3.3.1") > + (source (origin > + (method url-fetch) > + (uri (string-append "http://www.heiho.net/bbs100/" > + name "-" version ".tar.gz")) > + (sha256 > + (base32 > + "1wjqyxw5wpxgzwx83vx2c56v0jjq62bsj1xn4livm0crjbi4mdqb")))) > + (build-system gnu-build-system) > + (arguments > + `(#:test-target "test" > + #:parallel-build? #f > + #:phases > + ;; FIXME: the install phase creates a symlink 'bin' to 'bin-3.3.1'. > + ;; FIXME: the log directory is hardcoded without prefix. It is my understanding that we need a service to run bbs100 anyway to see if it run. It builds and make checks alright. > + (modify-phases %standard-phases > + (add-before 'configure 'patch-param-file > + (lambda _ > + (substitute* "etc/param" > + (("/usr/share/zoneinfo/") "") > + (("^zoneinfodir") > + (string-append "zoneinfodir " > + (assoc-ref %build-inputs "tzdata") > + "/share/zoneinfo"))) > + #t)) > + (add-before 'configure 'chdir > + (lambda _ > + (chdir "src") > + #t))))) > + (inputs > + `(("perl" ,perl))) > + (native-inputs > + `(("tzdata" ,tzdata) > + ("inetutils" ,inetutils))) > + (home-page "http://www.heiho.net/bbs100/") > + (synopsis "DOC style telnet BBS") > + (description > + "@code{bbs100} is a @dfn{Bulletin Board System} (BBS) in the style of > +DOC (which remotely resembles @code{Citadel}). > +It is a single process daemon that handles all connections at once, while > +consuming very low cpu resources (< 1%). Bbs100 can handle over a thousand > +simultaneous users, is highly customizable, easy to setup, and has > +many configurable features.") > + (license license:gpl2+))) > -- > 2.12.2 > -- https://pragmatique.xyz PGP: https://people.pragmatique.xyz/ng0/ From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 16 07:47:31 2017 Received: (at submit) by debbugs.gnu.org; 16 Jun 2017 11:47:31 +0000 Received: from localhost ([127.0.0.1]:50355 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dLpim-0004wI-1b for submit@debbugs.gnu.org; Fri, 16 Jun 2017 07:47:31 -0400 Received: from eggs.gnu.org ([208.118.235.92]:34319) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dLpig-0004ve-0u for submit@debbugs.gnu.org; Fri, 16 Jun 2017 07:47:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dLpiZ-0005Zu-Mc for submit@debbugs.gnu.org; Fri, 16 Jun 2017 07:47:12 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:40763) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dLpiZ-0005Zm-Ie for submit@debbugs.gnu.org; Fri, 16 Jun 2017 07:47:11 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53510) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dLpiX-0005Ra-RE for guix-patches@gnu.org; Fri, 16 Jun 2017 07:47:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dLpiU-0005Xr-Ge for guix-patches@gnu.org; Fri, 16 Jun 2017 07:47:09 -0400 Received: from aibo.runbox.com ([91.220.196.211]:54166) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dLpiU-0005XW-8l for guix-patches@gnu.org; Fri, 16 Jun 2017 07:47:06 -0400 Received: from [10.9.9.210] (helo=mailfront10.runbox.com) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1dLpiS-0003a4-E0 for guix-patches@gnu.org; Fri, 16 Jun 2017 13:47:04 +0200 Received: from tor-exit.xshells.net ([178.217.187.39] helo=localhost) by mailfront10.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1dLpiM-0005LE-8y for guix-patches@gnu.org; Fri, 16 Jun 2017 13:46:58 +0200 Date: Fri, 16 Jun 2017 11:46:55 +0000 From: ng0 To: guix-patches@gnu.org Subject: Re: bug#26899: bbs100 Message-ID: <20170616114655.j7lbngadj5i45r4k@abyayala> Mail-Followup-To: guix-patches@gnu.org References: <20170512173404.dm6ndiajbpatcs42@abyayala> <20170512175624.lcwh74v64agdk7bc@abyayala> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20170512175624.lcwh74v64agdk7bc@abyayala> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: 1.6 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: I guess it's too much to expect to use the local mailinglist archive or the one on gnu.org. This is the only relevant message I find: https://lists.gnu.org/archive/html/guix-devel/2017-02/msg00760.html [...] Content analysis details: (1.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.6 RCVD_IN_BRBL_LASTEXT RBL: No description available. [208.118.235.92 listed in bb.barracudacentral.org] 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 (/) I guess it's too much to expect to use the local mailinglist archive or the one on gnu.org. This is the only relevant message I find: https://lists.gnu.org/archive/html/guix-devel/2017-02/msg00760.html I have no intention to spend more time with this package, if anyone feels like picking it up for improvement, it's here. Locally I'm going to delete it. ng0 transcribed 4.5K bytes: > ng0 transcribed 4.3K bytes: > > This adds bbs100. For possible past reviews search the guix-devel@gnu.org archive. > > -- > > https://pragmatique.xyz > > PGP: https://people.pragmatique.xyz/ng0/ > > > From 09746bd8021235c7c27bae10b4574011ea4e7f2b Mon Sep 17 00:00:00 2001 > > From: ng0 > > Date: Sat, 17 Sep 2016 00:37:52 +0000 > > Subject: [PATCH] gnu: Add bbs100. > > > > * gnu/packages/bbs.scm: New file. > > * gnu/local.mk (GNU_SYSTEM_MODULES): Add bbs.scm. > > --- > > gnu/local.mk | 1 + > > gnu/packages/bbs.scm | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++++ > > 2 files changed, 76 insertions(+) > > create mode 100644 gnu/packages/bbs.scm > > > > diff --git a/gnu/local.mk b/gnu/local.mk > > index 8599e6d3a..e75058d29 100644 > > --- a/gnu/local.mk > > +++ b/gnu/local.mk > > @@ -63,6 +63,7 @@ GNU_SYSTEM_MODULES = \ > > %D%/packages/backup.scm \ > > %D%/packages/base.scm \ > > %D%/packages/bash.scm \ > > + %D%/packages/bbs.scm \ > > %D%/packages/bdw-gc.scm \ > > %D%/packages/benchmark.scm \ > > %D%/packages/bioinformatics.scm \ > > diff --git a/gnu/packages/bbs.scm b/gnu/packages/bbs.scm > > new file mode 100644 > > index 000000000..894c64721 > > --- /dev/null > > +++ b/gnu/packages/bbs.scm > > @@ -0,0 +1,75 @@ > > +;;; GNU Guix --- Functional package management for GNU > > +;;; Copyright © 2017 ng0 > > +;;; > > +;;; This file is part of GNU Guix. > > +;;; > > +;;; GNU Guix is free software; you can redistribute it and/or modify it > > +;;; under the terms of the GNU General Public License as published by > > +;;; the Free Software Foundation; either version 3 of the License, or (at > > +;;; your option) any later version. > > +;;; > > +;;; GNU Guix is distributed in the hope that it will be useful, but > > +;;; WITHOUT ANY WARRANTY; without even the implied warranty of > > +;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > > +;;; GNU General Public License for more details. > > +;;; > > +;;; You should have received a copy of the GNU General Public License > > +;;; along with GNU Guix. If not, see . > > + > > +(define-module (gnu packages bbs) > > + #:use-module (gnu packages) > > + #:use-module (gnu packages admin) > > + #:use-module (gnu packages base) > > + #:use-module (gnu packages perl) > > + #:use-module ((guix licenses) #:prefix license:) > > + #:use-module (guix packages) > > + #:use-module (guix download) > > + #:use-module (guix build-system gnu)) > > + > > +(define-public bbs100 > > + (package > > + (name "bbs100") > > + (version "3.3.1") > > + (source (origin > > + (method url-fetch) > > + (uri (string-append "http://www.heiho.net/bbs100/" > > + name "-" version ".tar.gz")) > > + (sha256 > > + (base32 > > + "1wjqyxw5wpxgzwx83vx2c56v0jjq62bsj1xn4livm0crjbi4mdqb")))) > > + (build-system gnu-build-system) > > + (arguments > > + `(#:test-target "test" > > + #:parallel-build? #f > > + #:phases > > + ;; FIXME: the install phase creates a symlink 'bin' to 'bin-3.3.1'. > > + ;; FIXME: the log directory is hardcoded without prefix. > > It is my understanding that we need a service to run bbs100 anyway to see if it run. > It builds and make checks alright. > > > + (modify-phases %standard-phases > > + (add-before 'configure 'patch-param-file > > + (lambda _ > > + (substitute* "etc/param" > > + (("/usr/share/zoneinfo/") "") > > + (("^zoneinfodir") > > + (string-append "zoneinfodir " > > + (assoc-ref %build-inputs "tzdata") > > + "/share/zoneinfo"))) > > + #t)) > > + (add-before 'configure 'chdir > > + (lambda _ > > + (chdir "src") > > + #t))))) > > + (inputs > > + `(("perl" ,perl))) > > + (native-inputs > > + `(("tzdata" ,tzdata) > > + ("inetutils" ,inetutils))) > > + (home-page "http://www.heiho.net/bbs100/") > > + (synopsis "DOC style telnet BBS") > > + (description > > + "@code{bbs100} is a @dfn{Bulletin Board System} (BBS) in the style of > > +DOC (which remotely resembles @code{Citadel}). > > +It is a single process daemon that handles all connections at once, while > > +consuming very low cpu resources (< 1%). Bbs100 can handle over a thousand > > +simultaneous users, is highly customizable, easy to setup, and has > > +many configurable features.") > > + (license license:gpl2+))) > > -- > > 2.12.2 > > > > > -- > https://pragmatique.xyz > PGP: https://people.pragmatique.xyz/ng0/ > > > -- ng0 OpenPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588 https://krosos.org/~/ng0/ https://www.infotropique.org From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 19 04:19:58 2018 Received: (at control) by debbugs.gnu.org; 19 Mar 2018 08:19:58 +0000 Received: from localhost ([127.0.0.1]:40730 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1exq1N-0006JZ-Qi for submit@debbugs.gnu.org; Mon, 19 Mar 2018 04:19:57 -0400 Received: from li622-129.members.linode.com ([212.71.249.129]:40402 helo=mira.cbaines.net) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1exq1M-0006JS-9h for control@debbugs.gnu.org; Mon, 19 Mar 2018 04:19:56 -0400 Received: by mira.cbaines.net (Postfix, from userid 113) id EB31D13D067; Mon, 19 Mar 2018 08:19:55 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham autolearn_force=no version=3.4.0 Received: from localhost (cpc102582-walt20-2-0-cust14.13-2.cable.virginm.net [86.27.34.15]) by mira.cbaines.net (Postfix) with ESMTPSA id C40D113D064 for ; Mon, 19 Mar 2018 08:19:55 +0000 (GMT) Received: from giedi (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 951364af for ; Mon, 19 Mar 2018 08:19:55 +0000 (UTC) Date: Mon, 19 Mar 2018 08:19:55 +0000 Message-Id: <87lgeo5vf8.fsf@cbaines.net> To: control@debbugs.gnu.org From: Christopher Baines Subject: control message for bug #26899 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: control 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 (/) tags 26899 patch From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 14 12:19:43 2020 Received: (at submit) by debbugs.gnu.org; 14 Sep 2020 16:19:43 +0000 Received: from localhost ([127.0.0.1]:56028 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kHrCb-0000Kw-4z for submit@debbugs.gnu.org; Mon, 14 Sep 2020 12:19:43 -0400 Received: from lists.gnu.org ([209.51.188.17]:42300) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kHrCX-0000Km-FZ for submit@debbugs.gnu.org; Mon, 14 Sep 2020 12:19:36 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58554) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kHrCW-0008VA-T1 for guix-patches@gnu.org; Mon, 14 Sep 2020 12:19:33 -0400 Received: from mail-wr1-x42a.google.com ([2a00:1450:4864:20::42a]:44823) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kHrCR-0004is-St for guix-patches@gnu.org; Mon, 14 Sep 2020 12:19:32 -0400 Received: by mail-wr1-x42a.google.com with SMTP id s12so250469wrw.11 for ; Mon, 14 Sep 2020 09:19:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:references:date:in-reply-to:message-id:user-agent :mime-version:content-transfer-encoding; bh=P7Cvqf3NpC30fknU2kAU8OVx2wW0OCXJADBHSURvJPU=; b=Us34RWqbV8mbC9mVd49q3c+F6WYpa6yQBCDPtWhvJjJvkY7tun3WcvQ+vYSrp0zcac OyiDzm5VDAtBzoMJ2nfdr+DrNsgbgqA15D9M6yEaO1Y2LJlYdkQFTdYoUbqM5y2pPrqo n0Df/FDTDdmWe+5/gKckktGIRjcCzVymS9pdoo6WzYwsBPmsGQ/AIBQKfQ3dkBP10rDb V67vPbOovHohAFFaREzkfNCjU4UXYgSB8OXBMU+omGqQ30gfRL4QcJoFPKe1hp2HofL4 PXhgyhphektNFJHImtcQD/oNZA3yAEQneiPfaQ6/vdQj55qqPWm3JJXG3GKlERyK/jes ZopQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=P7Cvqf3NpC30fknU2kAU8OVx2wW0OCXJADBHSURvJPU=; b=WXBYUt1fWYNwrnhxEr7I66DuL1wXvA9J7ylVSgR1z74pB3+KC1e/HJkYE0v8ue9o40 R9J6za3RqJcEIrM+jCBawqO+JIREkYGJeJTF8ewvLML8JVeXUork7eiJL9ALrFjjPR3p Zye1YZc3XSBNViHaP1cB1PM0MlVZuYisRJGJZfuNVRmKZ93R6YhVIcIFE32lpRJ4UxWN i4tA1PiKNqU4CMJwasEgSA8575hWe7KnkdV1x7QEJalC9cAiPq3w5b9KzdSZxTKZ6XSB hfgLoqBAXIhpteDDd+MnriqzS0oZ6JpnXKLk6JAsAkRlYmhuwlS/7bHQFkL+AeC+Ee8B ZSjA== X-Gm-Message-State: AOAM531KsJlRSbD81JH6QftQwJ1zNiZFcQAQn1wsoyNVtDExjoaXRrS4 S3RH90C9Rud6ASaWNe1NSEVwNLv92b0= X-Google-Smtp-Source: ABdhPJyPIwSWxe7Hmq30DeZIg+foR9udCxLAt31QKYZtB4BiFiBn9Tfvz9a1s8CZjnPWpVULUZG4tQ== X-Received: by 2002:a5d:6547:: with SMTP id z7mr16581240wrv.322.1600100365806; Mon, 14 Sep 2020 09:19:25 -0700 (PDT) Received: from pfiuh02 ([193.48.40.241]) by smtp.gmail.com with ESMTPSA id k22sm22575811wrd.29.2020.09.14.09.19.25 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 14 Sep 2020 09:19:25 -0700 (PDT) From: zimoun To: guix-patches@gnu.org Subject: Re: bug#26899: bbs100 References: <20170512173404.dm6ndiajbpatcs42@abyayala> Date: Mon, 14 Sep 2020 18:19:24 +0200 In-Reply-To: <20170512173404.dm6ndiajbpatcs42@abyayala> (ng0@pragmatique.xyz's message of "Fri, 12 May 2017 17:34:04 +0000") Message-ID: <87mu1sqqk3.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=2a00:1450:4864:20::42a; envelope-from=zimon.toutoune@gmail.com; helo=mail-wr1-x42a.google.com X-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_PDS_OTHER_BAD_TLD=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) 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 (/) Dear, On Fri, 12 May 2017 at 17:34, ng0 wrote: > This adds bbs100. For possible past reviews search the guix-devel@gnu.org= archive. > --=20 > https://pragmatique.xyz > PGP: https://people.pragmatique.xyz/ng0/ > > From 09746bd8021235c7c27bae10b4574011ea4e7f2b Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Sat, 17 Sep 2016 00:37:52 +0000 > Subject: [PATCH] gnu: Add bbs100. > > * gnu/packages/bbs.scm: New file. > * gnu/local.mk (GNU_SYSTEM_MODULES): Add bbs.scm. > --- > gnu/local.mk | 1 + > gnu/packages/bbs.scm | 75 ++++++++++++++++++++++++++++++++++++++++++++++= ++++++ > 2 files changed, 76 insertions(+) > create mode 100644 gnu/packages/bbs.scm What is the status of this old patch? Does it make to review it? > diff --git a/gnu/local.mk b/gnu/local.mk > index 8599e6d3a..e75058d29 100644 > --- a/gnu/local.mk > +++ b/gnu/local.mk > @@ -63,6 +63,7 @@ GNU_SYSTEM_MODULES =3D \ > %D%/packages/backup.scm \ > %D%/packages/base.scm \ > %D%/packages/bash.scm \ > + %D%/packages/bbs.scm \ > %D%/packages/bdw-gc.scm \ > %D%/packages/benchmark.scm \ > %D%/packages/bioinformatics.scm \ > diff --git a/gnu/packages/bbs.scm b/gnu/packages/bbs.scm > new file mode 100644 > index 000000000..894c64721 > --- /dev/null > +++ b/gnu/packages/bbs.scm > @@ -0,0 +1,75 @@ > +;;; GNU Guix --- Functional package management for GNU > +;;; Copyright =C2=A9 2017 ng0 > +;;; > +;;; This file is part of GNU Guix. > +;;; > +;;; GNU Guix is free software; you can redistribute it and/or modify it > +;;; under the terms of the GNU General Public License as published by > +;;; the Free Software Foundation; either version 3 of the License, or (at > +;;; your option) any later version. > +;;; > +;;; GNU Guix is distributed in the hope that it will be useful, but > +;;; WITHOUT ANY WARRANTY; without even the implied warranty of > +;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > +;;; GNU General Public License for more details. > +;;; > +;;; You should have received a copy of the GNU General Public License > +;;; along with GNU Guix. If not, see . > + > +(define-module (gnu packages bbs) > + #:use-module (gnu packages) > + #:use-module (gnu packages admin) > + #:use-module (gnu packages base) > + #:use-module (gnu packages perl) > + #:use-module ((guix licenses) #:prefix license:) > + #:use-module (guix packages) > + #:use-module (guix download) > + #:use-module (guix build-system gnu)) > + > +(define-public bbs100 > + (package > + (name "bbs100") > + (version "3.3.1") > + (source (origin > + (method url-fetch) > + (uri (string-append "http://www.heiho.net/bbs100/" > + name "-" version ".tar.gz")) > + (sha256 > + (base32 > + "1wjqyxw5wpxgzwx83vx2c56v0jjq62bsj1xn4livm0crjbi4mdqb")))) > + (build-system gnu-build-system) > + (arguments > + `(#:test-target "test" > + #:parallel-build? #f > + #:phases > + ;; FIXME: the install phase creates a symlink 'bin' to 'bin-3.3.1'. > + ;; FIXME: the log directory is hardcoded without prefix. > + (modify-phases %standard-phases > + (add-before 'configure 'patch-param-file > + (lambda _ > + (substitute* "etc/param" > + (("/usr/share/zoneinfo/") "") > + (("^zoneinfodir") > + (string-append "zoneinfodir " > + (assoc-ref %build-inputs "tzdata") > + "/share/zoneinfo"))) > + #t)) > + (add-before 'configure 'chdir > + (lambda _ > + (chdir "src") > + #t))))) > + (inputs > + `(("perl" ,perl))) > + (native-inputs > + `(("tzdata" ,tzdata) > + ("inetutils" ,inetutils))) > + (home-page "http://www.heiho.net/bbs100/") > + (synopsis "DOC style telnet BBS") > + (description > + "@code{bbs100} is a @dfn{Bulletin Board System} (BBS) in the style of > +DOC (which remotely resembles @code{Citadel}). > +It is a single process daemon that handles all connections at once, while > +consuming very low cpu resources (< 1%). Bbs100 can handle over a thous= and > +simultaneous users, is highly customizable, easy to setup, and has > +many configurable features.") > + (license license:gpl2+))) From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 14 12:56:26 2020 Received: (at 26899) by debbugs.gnu.org; 14 Sep 2020 16:56:26 +0000 Received: from localhost ([127.0.0.1]:56063 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kHrmB-0001EO-0o for submit@debbugs.gnu.org; Mon, 14 Sep 2020 12:56:26 -0400 Received: from sender4-of-o51.zoho.com ([136.143.188.51]:21119) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kHrm6-0001E8-4G for 26899@debbugs.gnu.org; Mon, 14 Sep 2020 12:56:22 -0400 ARC-Seal: i=1; a=rsa-sha256; t=1600102573; cv=none; d=zohomail.com; s=zohoarc; b=ExbXMpfpvIBpIjWR1jYO63mybEA9fWgY3nqEBci2VMIcvNpOTVL42lxTwJik+qsbqUEHqEP76YQtPpUtvAuzz1Cgm5mtym6CMAUzlnWSNsrBcaaTUSKf0hN+nMI3F78/GhSKDojNNPDkSSu3g3JN5uhklII8wPkNszPz0iYBZ9A= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1600102573; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=V44d7vSu6ULGonjT4+uZ3+bLytYGS8+aOj2c8unl5RE=; b=RbwFD3L3kMLSfYb6Ffc8bTFwIkdxf7N7/7GURaWQGXe/URrThYQln6ffQUrIucURuBSTk6J9y8niMWEFjmhMb6Le+7NyM+Yr2HAs+6r6TMtU5GAe/uehhKrSxhTktwpirqgWU/RlZamNlduMri+fFfZ/rnLrr535t1GdEVTODTc= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1600102573; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:To:Cc:Subject:In-reply-to:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding; bh=V44d7vSu6ULGonjT4+uZ3+bLytYGS8+aOj2c8unl5RE=; b=g8JzxSKeWjVXLrHpWsAWd5M0vszhD1j1nlNrQp0lx/YUHxJg4LMJ3/ScKDlwM7Xv gHuNqu6e+xaWas8AHhqBXlrjRRVushyMKO95lnOFaVhn1WcpeE9dNA7oT0PtLzMR7+2 vsJjV7H7hqHGxxFEsH7cAxLiqIw2SxCr8KRakY0A= Received: from localhost (p54ad4c23.dip0.t-ipconnect.de [84.173.76.35]) by mx.zohomail.com with SMTPS id 1600102571031313.78853374019116; Mon, 14 Sep 2020 09:56:11 -0700 (PDT) References: <20170512173404.dm6ndiajbpatcs42@abyayala> <87mu1sqqk3.fsf@gmail.com> User-agent: mu4e 1.4.13; emacs 27.1 From: Ricardo Wurmus To: zimoun Subject: Re: [bug#26899] bbs100 In-reply-to: <87mu1sqqk3.fsf@gmail.com> X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Date: Mon, 14 Sep 2020 18:57:28 +0200 Message-ID: <87imcgxpmv.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 26899 Cc: 26899@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: -1.0 (-) zimoun writes: > On Fri, 12 May 2017 at 17:34, ng0 wrote: >> This adds bbs100. For possible past reviews search the guix-devel@gnu.or= g archive. >> --=20 >> https://pragmatique.xyz >> PGP: https://people.pragmatique.xyz/ng0/ >> >> From 09746bd8021235c7c27bae10b4574011ea4e7f2b Mon Sep 17 00:00:00 2001 >> From: ng0 >> Date: Sat, 17 Sep 2016 00:37:52 +0000 >> Subject: [PATCH] gnu: Add bbs100. >> >> * gnu/packages/bbs.scm: New file. >> * gnu/local.mk (GNU_SYSTEM_MODULES): Add bbs.scm. >> --- >> gnu/local.mk | 1 + >> gnu/packages/bbs.scm | 75 +++++++++++++++++++++++++++++++++++++++++++++= +++++++ >> 2 files changed, 76 insertions(+) >> create mode 100644 gnu/packages/bbs.scm > > What is the status of this old patch? Does it make to review it? The source code has disappeared and the home page says that it=E2=80=99s deprecated. I=E2=80=99m not opposed to adding it, though perhaps not in its own module. But if the only person interested in adding it no longer cares about it, I think we can close this issue. --=20 Ricardo From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 14 13:13:18 2020 Received: (at 26899-done) by debbugs.gnu.org; 14 Sep 2020 17:13:18 +0000 Received: from localhost ([127.0.0.1]:56069 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kHs2X-0001di-Ra for submit@debbugs.gnu.org; Mon, 14 Sep 2020 13:13:18 -0400 Received: from mail-qt1-f177.google.com ([209.85.160.177]:33621) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kHs2V-0001dR-3s for 26899-done@debbugs.gnu.org; Mon, 14 Sep 2020 13:13:16 -0400 Received: by mail-qt1-f177.google.com with SMTP id n18so538532qtw.0 for <26899-done@debbugs.gnu.org>; Mon, 14 Sep 2020 10:13:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=pQURPhC0+kCzOa5lA+o/ToBzMICVNLiH+Ni2STla+c4=; b=e5KPqDS+UffZudIeJqDX7KXoodXcUQNDUJcZgtNnYrpJX27LQd2xAu9J64Q3UJtkxW k3YlaRSVtY7pJHygjODSPJlWoccnoYjwlr1tHsVXO7rDrG196Lo1MxJgtNYzy1/kwpOq 2d0QZ5/Rl9Hy8t5/q+foOSBuJ/aqeGcpON7jead8OW00ZmGIL+RimjqEo4y1HjMjTDB/ 71CqVjGe9KSrWDCj2jC88/bljU3sq/0MMlVsm2ckT52xny6boOpilAUb702vaiU+3sbE PnGglUYgnXhERz4ADTxd1WWJhm6S5qAEPtksvhylV93hMPWa42k4gYSfe4t8aWujyBss M6og== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=pQURPhC0+kCzOa5lA+o/ToBzMICVNLiH+Ni2STla+c4=; b=gRZqFwip3Thrzwuv73XyhlQ0hxcjxxnlz8AJY43SgFL1PO/Tuzv+7rn6YXFaAWkVVQ OWM3c5z76Gp2Pd2fwLewIWoT1QqAWG+e3ABSwRCKYjvybkMjG0kGukewb9dptkOSqT0c 8OyGpt7jxsyhMvWhss4x4HalJ6C+TaBg9xDQrgo/I1h3TSkRFRg/OsyXx9WIagPN5odq AorymOuDAxg8NpGAnrfcACZeXFVTG/ZdQDZol5MR/wmotNd/okUDTBBr/71WvaoSR+vg yrffGi/tHidesUklbCvJUOx/5yQu2lfZdY/Z/4JwI46ZYaIMAH+dvBC0QT+TOG8FgvJb NQGw== X-Gm-Message-State: AOAM531i7bxzjuUaFqbSBVp309m2HaIoAeT8+MZrUnHQlHMLaPQMUbXp s/NDNUPrxnWqDI024XFJL7wNgb9wqyR6mKE/Gv5IoXQy X-Google-Smtp-Source: ABdhPJyxgk9Ff/PNTPfIZMcTkZ2Zy+VulBWhK+CUahzqLVS7k337MbLBr3817r/Fao53b+xDx2GjD+Ub5li8xs4XGVk= X-Received: by 2002:ac8:424a:: with SMTP id r10mr13792784qtm.211.1600103589511; Mon, 14 Sep 2020 10:13:09 -0700 (PDT) MIME-Version: 1.0 References: <20170512173404.dm6ndiajbpatcs42@abyayala> <87mu1sqqk3.fsf@gmail.com> <87imcgxpmv.fsf@elephly.net> In-Reply-To: <87imcgxpmv.fsf@elephly.net> From: zimoun Date: Mon, 14 Sep 2020 19:12:58 +0200 Message-ID: Subject: Re: [bug#26899] bbs100 To: Ricardo Wurmus Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 26899-done Cc: 26899-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: -1.0 (-) Dear, Thank you for your inputs. On Mon, 14 Sep 2020 at 18:56, Ricardo Wurmus wrote: > The source code has disappeared and the home page says that it=E2=80=99s > deprecated. > > I=E2=80=99m not opposed to adding it, though perhaps not in its own modul= e. > But if the only person interested in adding it no longer cares about it, > I think we can close this issue. Closing. Cheers, simon From unknown Sat Jun 21 10:43:37 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 13 Oct 2020 11:24:09 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator