From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 18 08:00:24 2017 Received: (at 25728) by debbugs.gnu.org; 18 Jun 2017 12:00:24 +0000 Received: from localhost ([127.0.0.1]:54057 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dMYsL-0008Py-K6 for submit@debbugs.gnu.org; Sun, 18 Jun 2017 08:00:23 -0400 Received: from aibo.runbox.com ([91.220.196.211]:43002) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dMYsJ-0008Pp-Hx for 25728@debbugs.gnu.org; Sun, 18 Jun 2017 08:00:16 -0400 Received: from [10.9.9.211] (helo=mailfront11.runbox.com) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1dMYsH-0000Ke-Ls; Sun, 18 Jun 2017 14:00:13 +0200 Received: from politkovskaja.torservers.net ([77.247.181.165] helo=localhost) by mailfront11.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1dMYru-00073s-5T; Sun, 18 Jun 2017 13:59:51 +0200 Date: Sun, 18 Jun 2017 11:59:47 +0000 From: ng0 To: Ricardo Wurmus Subject: Re: bug#25728: [PATCH 2/2] gnu: Add colorforth. Message-ID: <20170618115947.jo22jym5bm6semng@abyayala> Mail-Followup-To: Ricardo Wurmus , 25728@debbugs.gnu.org References: <20170214185339.25538-1-contact.ng0@cryptolab.net> <20170214185339.25538-2-contact.ng0@cryptolab.net> <871suvu8yu.fsf@elephly.net> <20170415152843.2vyk7uhycuny5rov@abyayala> <20170415160053.qqqpga27hqsdhet3@abyayala> <87d1a17e94.fsf@elephly.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="jdsz5fhi4cnlabx3" Content-Disposition: inline In-Reply-To: <87d1a17e94.fsf@elephly.net> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 25728 Cc: 25728@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 (/) --jdsz5fhi4cnlabx3 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Ricardo Wurmus transcribed 2.5K bytes: >=20 > ng0 writes: >=20 > > Version two of the patches attached. > > -- > [=E2=80=A6] >=20 > >>From 9c0221c7558b6d87124563fdc4fdde5c32a0374d Mon Sep 17 00:00:00 2001 > > From: ng0 > > Date: Thu, 6 Oct 2016 22:31:46 +0000 > > Subject: [PATCH 2/2] gnu: Add colorforth. > > > > * gnu/packages/forth.scm (colorforth): New variable. > > --- > [=E2=80=A6] > > + > > +(define-public colorforth > > + (let ((commit "94aec438f1ded202681f18801b98c52dc3beee41") > > + (revision "1")) > > + (package > > + (name "colorforth") > > + (version (string-append "0.0.0-" revision "." (string-take commi= t 7))) > > + (source (origin > > + (method git-fetch) > > + (uri (git-reference > > + (url "https://github.com/narke/colorForth") > > + (commit commit))) > > + (sha256 > > + (base32 > > + "0s602k568bm6vmvpahsms77liicg38vksn59j5m8ax4h9l9ca77= r")))) > > + (arguments > > + `(#:tests? #f >=20 > There should be a comment to explain why tests are disabled. >=20 > > + #:phases > > + (modify-phases %standard-phases > > + (delete 'configure) ;No configure script > > + (replace 'install ;No install target > > + (lambda* (#:key outputs #:allow-other-keys) > > + (install-file "cf2012.img" > > + (string-append (assoc-ref outputs "out") > > + "/bin")) > > + #t))))) >=20 > If I understood this correctly, this is not an executable. One is > supposed to run this with qemu. This means that it doesn=E2=80=99t belon= g in > =E2=80=9Cbin=E2=80=9D. Could you propose a directory? I would pick 'share/colorforth/'. > > + (native-inputs > > + `(("nasm" ,nasm))) > > + (build-system gnu-build-system) > > + (home-page "https://github.com/narke/colorForth") > > + (synopsis "Native 32-bit colorForth for PCs, Bochs and Qemu") > > + (description > > + "Colorforth is a @code{colorForth} implementation written in > > +x86 assembly. It is a dialect of Forth that uses color to replace > > +punctation, includes its own operating system and produces extremely > > +compact programs. Applications compile from pre-parsed source. > > +Colorforth applications can be run using @code{Bochs} and @code{Qemu}. > > +It is adapted from @url{http://sourceforge.net/projects/colorforth, > > +colorforth}.") > > + (license license:public-domain)))) >=20 > I could not find a license statement anywhere in the repository. How do > you know it=E2=80=99s public domain software? I think I assumed by the software it was based on. Great, one of these github-style software productions. Thanks, I'll ask the author to include a statement. > -- > Ricardo >=20 > GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC > https://elephly.net >=20 --=20 ng0 OpenPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588 https://krosos.org/~/ng0/ https://www.infotropique.org --jdsz5fhi4cnlabx3 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEqIyK3RKYKNfqwC5S4i+bv+40hYgFAllGazMACgkQ4i+bv+40 hYhuNA//eCq4DSQc458mC8H25S09juFqRYiKnfC/cHQLVU2F+DTCfz2EupS7FzM2 PzfiheKcT8yqz9yrJ3qm09XKUpGt5Eu9Asq/JdDo5hRVOn3fQQXG5hqtoFvECmZ3 HRC7lXkbP0fXfiN4fdIVh8wOvTvB5o0UqLEmTA4CFVBp71H2rpXpAQHKLhSxxgW9 fy8PO2zEMRWohmFmp/eS3WW9tY3JBlL7dil+NrMX8YL4mxbx34KKul6NKrYdVR9R cAb2FCISgVsvjHTUFvxTTLaSEka2Do2METJ2Wo8c6Q/0JxRJoVIIqMKnQ26DCIgz mzmDxIjLWi9/ZDIzV7C9Oo9tTRu2NHNvDAEoBA3BIw42Db6lrpJgvU/EdbMwd5zr dZ8A3YNigHX07MSYpFJ783VE0u+q5qYCS8bwkK/zZ/y+hxQh7vHW2duiJ/GmOcur TkmBBllrhHz990Y0RuNwaCH/97OZWE6mjTJOyQFfeJ327Y3TyfDLL9Txr+OVY4ut 3FLAbebBZqb57QBMV/AF3voavfMeQmevSk/uSUKP/f84YLVWtTFSiE7+OyqnLEbW rVuNwihX+IgYcsaN7gDUmW4swXia3W8X1qsBX/U7nRpU86yw7qoJU4w6QvG99/Sr L6ZndzOIMF1VtIbBMV9hRdrpMwqs7rIl3K9Ml5NKVIK5s4EtjZc= =e3DU -----END PGP SIGNATURE----- --jdsz5fhi4cnlabx3--