pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

tclx: Import tclx-8.4.4 as wip/tclx



Module Name:	pkgsrc-wip
Committed By:	adr <adr%sdf.org@localhost>
Pushed By:	adr
Date:		Wed Nov 2 19:50:01 2022 +0000
Changeset:	28183371bec59eb1541d04769c1937afde3e6693

Modified Files:
	Makefile
Added Files:
	tclx/DESCR
	tclx/Makefile
	tclx/PLIST
	tclx/distinfo

Log Message:
tclx: Import tclx-8.4.4 as wip/tclx

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=28183371bec59eb1541d04769c1937afde3e6693

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile      |  1 +
 tclx/DESCR    |  7 +++++++
 tclx/Makefile | 17 +++++++++++++++++
 tclx/PLIST    | 24 ++++++++++++++++++++++++
 tclx/distinfo |  5 +++++
 5 files changed, 54 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index a8883ca6af..e36946097a 100644
--- a/Makefile
+++ b/Makefile
@@ -5530,6 +5530,7 @@ SUBDIR+=	tcl-expect
 SUBDIR+=	tcl-fossil
 SUBDIR+=	tcl-itcl3
 SUBDIR+=	tcl-iwidgets
+SUBDIR+=	tclx
 SUBDIR+=	tcmplex-panteltje
 SUBDIR+=	tcprelay
 SUBDIR+=	tcpspy
diff --git a/tclx/DESCR b/tclx/DESCR
new file mode 100644
index 0000000000..41ccd776fc
--- /dev/null
+++ b/tclx/DESCR
@@ -0,0 +1,7 @@
+Extended Tcl (TclX), is an extension to Tcl, the Tool Command
+Language invented by Dr. John Ousterhout.  Tcl is a powerful, yet
+simple embeddable programming language.  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.
diff --git a/tclx/Makefile b/tclx/Makefile
new file mode 100644
index 0000000000..b88758653c
--- /dev/null
+++ b/tclx/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+DISTNAME=	tclx-8.4.4
+CATEGORIES=	lang
+MASTER_SITES=	${MASTER_SITE_GITHUB:=flightaware/}
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+EXTRACT_SUFX=	.zip
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/flightaware/tclx/
+COMMENT=	Extension to Tcl
+LICENSE=	2-clause-bsd
+
+GNU_CONFIGURE=		yes
+
+.include "../../lang/tcl/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/tclx/PLIST b/tclx/PLIST
new file mode 100644
index 0000000000..86137f3ae0
--- /dev/null
+++ b/tclx/PLIST
@@ -0,0 +1,24 @@
+@comment $NetBSD$
+include/tclExtend.h
+lib/tclx8.6/arrayprocs.tcl
+lib/tclx8.6/autoload.tcl
+lib/tclx8.6/buildhelp.tcl
+lib/tclx8.6/compat.tcl
+lib/tclx8.6/convlib.tcl
+lib/tclx8.6/edprocs.tcl
+lib/tclx8.6/events.tcl
+lib/tclx8.6/fmath.tcl
+lib/tclx8.6/forfile.tcl
+lib/tclx8.6/globrecur.tcl
+lib/tclx8.6/help.tcl
+lib/tclx8.6/libtclx8.6.so
+lib/tclx8.6/pkgIndex.tcl
+lib/tclx8.6/profrep.tcl
+lib/tclx8.6/pushd.tcl
+lib/tclx8.6/setfuncs.tcl
+lib/tclx8.6/showproc.tcl
+lib/tclx8.6/stringfile.tcl
+lib/tclx8.6/tcllib.tcl
+lib/tclx8.6/tclx.tcl
+man/mann/TclX.n
+@pkgdir bin
diff --git a/tclx/distinfo b/tclx/distinfo
new file mode 100644
index 0000000000..e3d5b03397
--- /dev/null
+++ b/tclx/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (tclx-8.4.4.zip) = c2dd62e15b7c09d674671fed1c9788ea690a9180f36ae95e12d694da8037681c
+SHA512 (tclx-8.4.4.zip) = 5a33958047cfed0232b37451ad10b6bf89a54e39effb25a0051e988b5f94bbb7a619293df4af16e0bfe050dc298f508d015718a53ca94d3636ae8cb9c14ccad3
+Size (tclx-8.4.4.zip) = 553219 bytes


Home | Main Index | Thread Index | Old Index