unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: Sharlatan Hellseher <sharlatanus@gmail.com>
Cc: 46497-done@debbugs.gnu.org
Subject: bug#46497: [PATCH 1/1] gnu: Add incrtcl (itcl)
Date: Sat, 06 Mar 2021 14:44:34 +0100	[thread overview]
Message-ID: <87r1ks5rct.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <CAO+9K5p8OgouqRWsb3Sp=se=t=tF0chXC1YMZQZ25Ob9FNV9+g@mail.gmail.com> (Sharlatan Hellseher's message of "Sat, 13 Feb 2021 21:24:28 +0000")

Hello,

Sharlatan Hellseher <sharlatanus@gmail.com> writes:

> Subject: [PATCH] gnu: Add inrtcl
>
> * gnu/pacages/tcl.scm (incrtcl): New variable.

Thank you.

I applied it with the following changes:

> ---
>  gnu/packages/tcl.scm | 51 ++++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 51 insertions(+)
>
> diff --git a/gnu/packages/tcl.scm b/gnu/packages/tcl.scm
> index f17e138bdb..2135b745ef 100644
> --- a/gnu/packages/tcl.scm
> +++ b/gnu/packages/tcl.scm
> @@ -95,6 +95,57 @@
>      (description "The Tcl (Tool Command Language) scripting language.")
>      (license license:tcl/tk)))
>  
> +(define-public incrtcl
> +  (package
> +    (name "incrtcl")

I renamed it to itcl since this seems to be the most common name for it.

> +       (modify-phases %standard-phases
> +         (replace  'check
> +           (lambda _
> +             (invoke "make" "test")))

I replaced this phase with

  #:test-target "test"

> +    (synopsis "Incr Tcl or itcl OOP extension for Tcl")
> +    (description
> +     "TCL language extension to support Object-oriented programming paradigm.
> +The name echoes C++ of C - incremental Tcl of Tcl.")

I reworded the synopsis and description for hopefully more clarity.

Regards,
-- 
Nicolas Goaziou




      reply	other threads:[~2021-03-06 13:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-13 21:24 [bug#46497] [PATCH 1/1] gnu: Add incrtcl (itcl) Sharlatan Hellseher
2021-03-06 13:44 ` Nicolas Goaziou [this message]

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=87r1ks5rct.fsf@nicolasgoaziou.fr \
    --to=mail@nicolasgoaziou.fr \
    --cc=46497-done@debbugs.gnu.org \
    --cc=sharlatanus@gmail.com \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).