all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ng0 <ng0@infotropique.org>
To: Ricardo Wurmus <rekado@elephly.net>
Cc: 25728@debbugs.gnu.org
Subject: [bug#25728] [PATCH 2/2] gnu: Add colorforth.
Date: Wed, 28 Jun 2017 09:48:10 +0000	[thread overview]
Message-ID: <20170628094810.nt4svpdksevrh5gr@abyayala> (raw)
In-Reply-To: <87shix4d40.fsf@elephly.net>

[-- Attachment #1: Type: text/plain, Size: 2278 bytes --]

Ricardo Wurmus transcribed 1.3K bytes:
> 
> ng0 <ng0@infotropique.org> writes:
> 
> >> > +         #: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)))))
> >> 
> >> If I understood this correctly, this is not an executable.  One is
> >> supposed to run this with qemu.  This means that it doesn’t belong in
> >> “bin”.
> >
> > Could you propose a directory? I would pick 'share/colorforth/'.
> 
> That sounds good to me.  It’s a bit sad that there’s no executable.
> Users (like myself) may not know how to actually run this without
> a dive into the manual.
> 
> >> > +      (license license:public-domain))))
> >> 
> >> I could not find a license statement anywhere in the repository.  How do
> >> you know it’s 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.

->->->
Date: Wed, 28 Jun 2017 04:16:23 -0400
From: Konstantin Tcholokachvili
To: ng0
Subject: Re: colorforth has no license statement

Hi,
It's the original colorForth, modified by some people to port it from MASM to NASM but I didn't modified anything, I just make it easy to build and test.
It's of course in public domain, I updated the README to make it much more clear.

Ask more questions if you desire.

Regards,

Sent with [ProtonMail](https://protonmail.com) Secure Email.
->->->

There's now a note in the readme that it is in the
public domain. If that is enough I will update the
patch and send an update.

> Thank you.
> 
> -- 
> Ricardo
> 
> GPG: BCA6 89B6 3655 3801 C3C6  2150 197A 5888 235F ACAC
> https://elephly.net
> 
> 

-- 
ng0
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
GnuPG: https://n0is.noblogs.org/my-keys
infotropique: https://www.infotropique.org

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

  reply	other threads:[~2017-06-28  9:49 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20170214185339.25538-1-contact.ng0@cryptolab.net>
     [not found] ` <20170214185339.25538-2-contact.ng0@cryptolab.net>
     [not found]   ` <871suvu8yu.fsf@elephly.net>
2017-04-15 15:28     ` bug#25728: [PATCH 2/2] gnu: Add colorforth ng0
2017-04-15 16:00       ` ng0
2017-06-18 10:59         ` [bug#25728] " Ricardo Wurmus
2017-06-18 11:59           ` ng0
2017-06-18 13:52             ` Ricardo Wurmus
2017-06-28  9:48               ` ng0 [this message]
2017-07-17 20:36                 ` Ricardo Wurmus
2017-07-17 20:43                   ` Ricardo Wurmus
2017-07-17 20:46                     ` Ricardo Wurmus
2017-07-17 21:58                       ` ng0
2017-07-23  8:35                       ` ng0
2017-08-10  8:04                         ` Konstantin Tcholokachvili
2017-10-10 13:13                           ` ng0
2017-10-11 10:45                             ` bug#25728: " ng0

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170628094810.nt4svpdksevrh5gr@abyayala \
    --to=ng0@infotropique.org \
    --cc=25728@debbugs.gnu.org \
    --cc=rekado@elephly.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.