GNU bug report logs -
#46497
[PATCH 1/1] gnu: Add incrtcl (itcl)
Previous Next
Full log
Message #10 received at 46497-done <at> debbugs.gnu.org (full text, mbox):
Hello,
Sharlatan Hellseher <sharlatanus <at> 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
This bug report was last modified 4 years and 76 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.