From unknown Tue Aug 19 23:09:47 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#25973 <25973@debbugs.gnu.org> To: bug#25973 <25973@debbugs.gnu.org> Subject: Status: [PATCH]: gnu: Add blind. Reply-To: bug#25973 <25973@debbugs.gnu.org> Date: Wed, 20 Aug 2025 06:09:47 +0000 retitle 25973 [PATCH]: gnu: Add blind. reassign 25973 guix-patches submitter 25973 iyzsong@member.fsf.org (=E5=AE=8B=E6=96=87=E6=AD=A6) severity 25973 normal tag 25973 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 05 06:28:13 2017 Received: (at submit) by debbugs.gnu.org; 5 Mar 2017 11:28:13 +0000 Received: from localhost ([127.0.0.1]:40575 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ckUKi-0006Yi-Th for submit@debbugs.gnu.org; Sun, 05 Mar 2017 06:28:13 -0500 Received: from eggs.gnu.org ([208.118.235.92]:46460) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ckUKh-0006YS-LU for submit@debbugs.gnu.org; Sun, 05 Mar 2017 06:28:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ckUKb-0003l3-Hx for submit@debbugs.gnu.org; Sun, 05 Mar 2017 06:28:06 -0500 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]:50772) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ckUKb-0003kz-Ed for submit@debbugs.gnu.org; Sun, 05 Mar 2017 06:28:05 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37430) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ckUKa-0006LB-6m for guix-patches@gnu.org; Sun, 05 Mar 2017 06:28:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ckUKW-0003k6-7o for guix-patches@gnu.org; Sun, 05 Mar 2017 06:28:04 -0500 Received: from lb1.openmailbox.org ([5.79.108.160]:38668 helo=mail.openmailbox.org) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ckUKW-0003jw-0x for guix-patches@gnu.org; Sun, 05 Mar 2017 06:28:00 -0500 Received: by mail.openmailbox.org (Postfix, from userid 20002) id 9BB77544EBE; Sun, 5 Mar 2017 12:27:57 +0100 (CET) Received: from wherever (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 2246a04e for ; Sun, 5 Mar 2017 11:20:34 +0000 (UTC) From: iyzsong@member.fsf.org (=?utf-8?B?5a6L5paH5q2m?=) To: guix-patches@gnu.org Subject: [PATCH]: gnu: Add blind. Date: Sun, 05 Mar 2017 19:20:34 +0800 Message-ID: <87fuisdl6l.fsf@member.fsf.org> MIME-Version: 1.0 Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-Add-blind.patch 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: -4.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: -4.0 (----) >From 7e747dab9c06aa862636423008148f1f08a90f1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Sun, 5 Mar 2017 19:08:25 +0800 Subject: [PATCH] gnu: Add blind. * gnu/packages/suckless.scm (blind): New package. --- gnu/packages/suckless.scm | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm index e30a0883a..58b2bd0f6 100644 --- a/gnu/packages/suckless.scm +++ b/gnu/packages/suckless.scm @@ -47,6 +47,33 @@ #:use-module (gnu packages base) #:use-module (gnu packages libbsd)) +(define-public blind + (package + (name "blind") + (version "1.0") + (source (origin + (method url-fetch) + (uri (string-append "http://dl.suckless.org/tools/blind-" + version ".tar.gz")) + (sha256 + (base32 + "1b36k8fg2gmabm69jckqja49i8y4rcbccgvv2wija15ciszrm1x9")))) + (build-system gnu-build-system) + (arguments + '(#:tests? #f ; no check target + #:make-flags (list + "CC=gcc" + (string-append "PREFIX=" %output)) + #:phases + (modify-phases %standard-phases + (delete 'configure)))) ; no configure script + (synopsis "Command line video editing utilities") + (home-page "http://tools.suckless.org/blind/") + (description + "Blind is a collection of command line video editing utilities. It uses +a custom raw video format with a simple container.") + (license license:isc))) + (define-public dwm (package (name "dwm") -- 2.11.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 05 10:12:31 2017 Received: (at 25973) by debbugs.gnu.org; 5 Mar 2017 15:12:31 +0000 Received: from localhost ([127.0.0.1]:41094 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ckXpm-0005Rr-Vy for submit@debbugs.gnu.org; Sun, 05 Mar 2017 10:12:31 -0500 Received: from perdizione.investici.org ([94.23.50.208]:30415) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ckXpl-0005Rh-BJ for 25973@debbugs.gnu.org; Sun, 05 Mar 2017 10:12:30 -0500 Received: from [94.23.50.208] (perdizione [94.23.50.208]) (Authenticated sender: niasterisk@grrlz.net) by localhost (Postfix) with ESMTPSA id E0849121259; Sun, 5 Mar 2017 15:12:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cryptolab.net; s=stigmate; t=1488726748; bh=8QW1qbzXR2IZZmJBMHw4XuZM7PrzE0z9neOpRW9EvYw=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=WD2AdcjaK59M389CYZbYli0FagplguMUGNwI1s2KnYRYSqRVim14SJE5UfESXGLEU bNmzNGHp20J8usQWkzDCjWf0L49dK+O1CwQwM+6DW6BJtiH5e8L3m7+DBXtnoWRqJj t7Zvi3n/T/IS/71S2L/HsWZztCdfes9sn6+Wk4Ks= Date: Sun, 5 Mar 2017 16:21:12 +0000 From: ng0 To: =?utf-8?B?5a6L5paH5q2m?= Subject: Re: bug#25973: [PATCH]: gnu: Add blind. Message-ID: <20170305162112.e344mzdlqygnlpi6@abyayala> Mail-Followup-To: =?utf-8?B?5a6L5paH5q2m?= , 25973@debbugs.gnu.org References: <87fuisdl6l.fsf@member.fsf.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87fuisdl6l.fsf@member.fsf.org> X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 25973 Cc: 25973@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 (/) On 17-03-05 19:20:34, 宋文武 wrote: > From 7e747dab9c06aa862636423008148f1f08a90f1a Mon Sep 17 00:00:00 2001 > From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= > Date: Sun, 5 Mar 2017 19:08:25 +0800 > Subject: [PATCH] gnu: Add blind. > > * gnu/packages/suckless.scm (blind): New package. > --- > gnu/packages/suckless.scm | 27 +++++++++++++++++++++++++++ > 1 file changed, 27 insertions(+) > > diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm > index e30a0883a..58b2bd0f6 100644 > --- a/gnu/packages/suckless.scm > +++ b/gnu/packages/suckless.scm > @@ -47,6 +47,33 @@ > #:use-module (gnu packages base) > #:use-module (gnu packages libbsd)) > > +(define-public blind > + (package > + (name "blind") > + (version "1.0") > + (source (origin > + (method url-fetch) > + (uri (string-append "http://dl.suckless.org/tools/blind-" > + version ".tar.gz")) > + (sha256 > + (base32 > + "1b36k8fg2gmabm69jckqja49i8y4rcbccgvv2wija15ciszrm1x9")))) > + (build-system gnu-build-system) > + (arguments > + '(#:tests? #f ; no check target > + #:make-flags (list > + "CC=gcc" > + (string-append "PREFIX=" %output)) > + #:phases > + (modify-phases %standard-phases > + (delete 'configure)))) ; no configure script > + (synopsis "Command line video editing utilities") > + (home-page "http://tools.suckless.org/blind/") > + (description > + "Blind is a collection of command line video editing utilities. It uses > +a custom raw video format with a simple container.") > + (license license:isc))) > + > (define-public dwm > (package > (name "dwm") > -- > 2.11.1 > > > > Looks good to me. Do you think we could have a suckless and 2f30 url-scheme now? There's just so much repetition with those two domains going on because most software is so similar it could simply inherit from one base recipe. I'm using a 2f30-uri in my "package" repository which held lots of 2f30.org and suckless.org software until recently. From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 05 10:19:43 2017 Received: (at 25973) by debbugs.gnu.org; 5 Mar 2017 15:19:43 +0000 Received: from localhost ([127.0.0.1]:41098 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ckXwk-0005dL-Q3 for submit@debbugs.gnu.org; Sun, 05 Mar 2017 10:19:43 -0500 Received: from latitanza.investici.org ([82.94.249.234]:43929) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ckXwi-0005dC-IU for 25973@debbugs.gnu.org; Sun, 05 Mar 2017 10:19:41 -0500 Received: from [82.94.249.234] (latitanza [82.94.249.234]) (Authenticated sender: niasterisk@grrlz.net) by localhost (Postfix) with ESMTPSA id C99F4120F33; Sun, 5 Mar 2017 15:19:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cryptolab.net; s=stigmate; t=1488727178; bh=VB4ug4OjLWHyXnwTZgiRl+b+XdvAtwXEhYDGf6vd1Eo=; h=Date:From:To:Subject:References:In-Reply-To; b=BKQMqEWXspVt3iMA3JRCpa9Bfg5qVmr7618ZKrLIAThPd1w60tm0BrTr/uxFfjY9O k8w5RECuqEXHj6I6Y5MhzzL+LW12Y2c/wFwd7VyG+hZzZIcZe5b1N2MEKdyUgAcZGK JHjkLqQrN4PS+UyBMARoPrJbKxbBcLrt2BT+HdZ8= Date: Sun, 5 Mar 2017 16:28:21 +0000 From: ng0 To: =?utf-8?B?5a6L5paH5q2m?= , 25973@debbugs.gnu.org Subject: Re: bug#25973: [PATCH]: gnu: Add blind. Message-ID: <20170305162821.yhe44bspwu7f2t7x@abyayala> Mail-Followup-To: =?utf-8?B?5a6L5paH5q2m?= , 25973@debbugs.gnu.org References: <87fuisdl6l.fsf@member.fsf.org> <20170305162112.e344mzdlqygnlpi6@abyayala> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20170305162112.e344mzdlqygnlpi6@abyayala> X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 25973 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 (/) On 17-03-05 16:21:12, ng0 wrote: > On 17-03-05 19:20:34, 宋文武 wrote: > > From 7e747dab9c06aa862636423008148f1f08a90f1a Mon Sep 17 00:00:00 2001 > > From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= > > Date: Sun, 5 Mar 2017 19:08:25 +0800 > > Subject: [PATCH] gnu: Add blind. > > > > * gnu/packages/suckless.scm (blind): New package. > > --- > > gnu/packages/suckless.scm | 27 +++++++++++++++++++++++++++ > > 1 file changed, 27 insertions(+) > > > > diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm > > index e30a0883a..58b2bd0f6 100644 > > --- a/gnu/packages/suckless.scm > > +++ b/gnu/packages/suckless.scm > > @@ -47,6 +47,33 @@ > > #:use-module (gnu packages base) > > #:use-module (gnu packages libbsd)) > > > > +(define-public blind > > + (package > > + (name "blind") > > + (version "1.0") > > + (source (origin > > + (method url-fetch) > > + (uri (string-append "http://dl.suckless.org/tools/blind-" > > + version ".tar.gz")) > > + (sha256 > > + (base32 > > + "1b36k8fg2gmabm69jckqja49i8y4rcbccgvv2wija15ciszrm1x9")))) > > + (build-system gnu-build-system) > > + (arguments > > + '(#:tests? #f ; no check target > > + #:make-flags (list > > + "CC=gcc" > > + (string-append "PREFIX=" %output)) > > + #:phases > > + (modify-phases %standard-phases > > + (delete 'configure)))) ; no configure script > > + (synopsis "Command line video editing utilities") > > + (home-page "http://tools.suckless.org/blind/") > > + (description > > + "Blind is a collection of command line video editing utilities. It uses > > +a custom raw video format with a simple container.") > > + (license license:isc))) > > + > > (define-public dwm > > (package > > (name "dwm") > > -- > > 2.11.1 > > > > > > > > > Looks good to me. > > Do you think we could have a suckless and 2f30 url-scheme now? > There's just so much repetition with those two domains going on because > most software is so similar it could simply inherit from one base > recipe. > > I'm using a 2f30-uri in my "package" repository which held lots of > 2f30.org and suckless.org software until recently. > > > For reference: ;; Packages of software hosted on 2f30.org (define* (2f30-uri name version #:optional (extension ".tar.gz")) "Return a URI string for the package hosted on 2f30.org corresponding to NAME and VERSION. EXTENSION is the file name extension, such as '.tar.gz'." (string-append "http://dl.2f30.org/releases/" name "-" version extension)) Which when used made maintenance a bit easier. The same could be written up for suckless.org, and then we could exchange the sources of current packages coming from those domains and use this in their source. If that's okay, I will prepare patches accordingly, it's trivial. From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 07 07:01:07 2017 Received: (at 25973-done) by debbugs.gnu.org; 7 Mar 2017 12:01:07 +0000 Received: from localhost ([127.0.0.1]:43662 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1clDne-0005Ce-OS for submit@debbugs.gnu.org; Tue, 07 Mar 2017 07:01:06 -0500 Received: from lb1.openmailbox.org ([5.79.108.160]:59184 helo=mail.openmailbox.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1clDnc-0005CU-Cm for 25973-done@debbugs.gnu.org; Tue, 07 Mar 2017 07:01:05 -0500 Received: by mail.openmailbox.org (Postfix, from userid 20002) id DAD45515AA4; Tue, 7 Mar 2017 12:59:06 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ZDZR002 X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED, T_HEADER_FROM_DIFFERENT_DOMAINS autolearn=disabled version=3.4.0 Received: from wherever (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id e43c77a6 for <25973-done@debbugs.gnu.org>; Tue, 7 Mar 2017 11:58:05 +0000 (UTC) From: iyzsong@member.fsf.org (=?utf-8?B?5a6L5paH5q2m?=) To: 25973-done@debbugs.gnu.org Subject: Re: bug#25973: [PATCH]: gnu: Add blind. In-Reply-To: <20170305162821.yhe44bspwu7f2t7x@abyayala> (ng0's message of "Sun, 5 Mar 2017 16:28:21 +0000") References: <87fuisdl6l.fsf@member.fsf.org> <20170305162112.e344mzdlqygnlpi6@abyayala> <20170305162821.yhe44bspwu7f2t7x@abyayala> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) Date: Tue, 07 Mar 2017 19:58:05 +0800 Message-ID: <8760jl47ua.fsf@member.fsf.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 25973-done 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 (/) Pushed as c402743. ng0 writes: > [...] >> Looks good to me. Thank for the review! >> Do you think we could have a suckless and 2f30 url-scheme now? >> There's just so much repetition with those two domains going on because >> most software is so similar it could simply inherit from one base >> recipe. >> Well, I think the repetitions of url scheme are okay, and packages from suckless don't under the same base url (dwm and st are under their own directory, while other are under 'tools')... From unknown Tue Aug 19 23:09:47 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 05 Apr 2017 11:24:05 +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