unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* bug#26375: [PATCH] gnu: Add tclx.
@ 2017-04-05 19:14 Kei Kebreau
  2017-04-10  9:48 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Kei Kebreau @ 2017-04-05 19:14 UTC (permalink / raw)
  To: 26375; +Cc: Kei Kebreau

* gnu/packages/tcl.scm (tclx): New variable.
---
 gnu/packages/tcl.scm | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/gnu/packages/tcl.scm b/gnu/packages/tcl.scm
index 4cd94299d..e6b01fcd4 100644
--- a/gnu/packages/tcl.scm
+++ b/gnu/packages/tcl.scm
@@ -4,6 +4,7 @@
 ;;; Copyright © 2014 Eric Bavier <bavier@member.fsf.org>
 ;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2016 Jan Nieuwenhuizen <janneke@gnu.org>
+;;; Copyright © 2017 Kei Kebreau <kei@openmailbox.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -290,3 +291,35 @@ callback is evaluated.")
     (license (non-copyleft
               "file://LICENCE"
               "See LICENCE in the distribution."))))
+
+(define-public tclx
+  (package
+    (name "tclx")
+    (version "8.4.1")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://sourceforge/tclx/TclX/"
+                                  version "/tclx" version ".tar.bz2"))
+              (sha256
+               (base32
+                "1v2qwzzidz0is58fd1p7wfdbscxm3ip2wlbqkj5jdhf6drh1zd59"))))
+    (build-system gnu-build-system)
+    (arguments
+     '(#:tests? #f ; a test named profile.test segfaults
+       #:configure-flags (list (string-append "--with-tcl="
+                                              (assoc-ref %build-inputs "tcl")
+                                              "/lib")
+                               (string-append "--libdir="
+                                              (assoc-ref %outputs "out")
+                                              "/lib"))))
+    (inputs
+     `(("tcl" ,tcl)
+       ("tk" ,tk)))
+    (home-page "http://tclx.sourceforge.net/")
+    (synopsis "System programming extensions for Tcl")
+    (description
+     "Extended Tcl is oriented towards system programming tasks and large
+application development.  TclX provides additional interfaces to the operating
+system, and adds many new programming constructs, text manipulation tools, and
+debugging tools.")
+    (license tcl/tk)))
-- 
2.11.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#26375: [PATCH] gnu: Add tclx.
  2017-04-05 19:14 bug#26375: [PATCH] gnu: Add tclx Kei Kebreau
@ 2017-04-10  9:48 ` Ludovic Courtès
  2017-04-10 21:30   ` Kei Kebreau
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2017-04-10  9:48 UTC (permalink / raw)
  To: Kei Kebreau; +Cc: 26375

Kei Kebreau <kei@openmailbox.org> skribis:

> * gnu/packages/tcl.scm (tclx): New variable.

LGTM, thanks!

Ludo'.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#26375: [PATCH] gnu: Add tclx.
  2017-04-10  9:48 ` Ludovic Courtès
@ 2017-04-10 21:30   ` Kei Kebreau
  0 siblings, 0 replies; 3+ messages in thread
From: Kei Kebreau @ 2017-04-10 21:30 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 26375-done

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

ludo@gnu.org (Ludovic Courtès) writes:

> Kei Kebreau <kei@openmailbox.org> skribis:
>
>> * gnu/packages/tcl.scm (tclx): New variable.
>
> LGTM, thanks!
>
> Ludo'.

Pushed to master. Thanks for the review.

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-04-10 21:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-05 19:14 bug#26375: [PATCH] gnu: Add tclx Kei Kebreau
2017-04-10  9:48 ` Ludovic Courtès
2017-04-10 21:30   ` Kei Kebreau

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).