pkgsrc-WIP-changes archive

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

tclx: remove, imported to pkgsrc/lang/tclx



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Fri Jan 26 14:14:05 2024 +0100
Changeset:	49f7da304f8d0e14d193b35e4b125053f507b2ae

Modified Files:
	Makefile
Removed Files:
	tclx/COMMIT_MSG
	tclx/DESCR
	tclx/Makefile
	tclx/PLIST
	tclx/buildlink3.mk
	tclx/distinfo

Log Message:
tclx: remove, imported to pkgsrc/lang/tclx

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

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

diffstat:
 Makefile           |  1 -
 tclx/COMMIT_MSG    |  3 ---
 tclx/DESCR         |  7 -------
 tclx/Makefile      | 24 ------------------------
 tclx/PLIST         | 23 -----------------------
 tclx/buildlink3.mk | 15 ---------------
 tclx/distinfo      |  5 -----
 7 files changed, 78 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index ab28bf846e..6802c4065b 100644
--- a/Makefile
+++ b/Makefile
@@ -5312,7 +5312,6 @@ 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/COMMIT_MSG b/tclx/COMMIT_MSG
deleted file mode 100644
index a2a00a7cfc..0000000000
--- a/tclx/COMMIT_MSG
+++ /dev/null
@@ -1,3 +0,0 @@
-lang/tclx: Add tclx version 8.6.3
-
-Packaged in wip by adr
diff --git a/tclx/DESCR b/tclx/DESCR
deleted file mode 100644
index 41ccd776fc..0000000000
--- a/tclx/DESCR
+++ /dev/null
@@ -1,7 +0,0 @@
-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
deleted file mode 100644
index 18ce672cc1..0000000000
--- a/tclx/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	tclx-8.6.3
-CATEGORIES=	lang
-MASTER_SITES=	${MASTER_SITE_GITHUB:=flightaware/}
-GITHUB_TAG=	v${PKGVERSION_NOREV}
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/flightaware/tclx/
-COMMENT=	Extension to Tcl
-LICENSE=	2-clause-bsd
-
-GNU_CONFIGURE=		yes
-
-.include "../../mk/bsd.prefs.mk"
-
-.if ${MACHINE_ARCH} == "x86_64" || ${MACHINE_ARCH} == "aarch64"
-CONFIGURE_ARGS+=	--enable-64bit
-.elif ${MACHINE_ARCH} == "sparc64"
-CONFIGURE_ARGS+=	--enable-64bit-vis
-.endif
-
-.include "../../lang/tcl/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/tclx/PLIST b/tclx/PLIST
deleted file mode 100644
index e9e62a6468..0000000000
--- a/tclx/PLIST
+++ /dev/null
@@ -1,23 +0,0 @@
-@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
diff --git a/tclx/buildlink3.mk b/tclx/buildlink3.mk
deleted file mode 100644
index 1fb50cefd7..0000000000
--- a/tclx/buildlink3.mk
+++ /dev/null
@@ -1,15 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.9 2014/01/11 14:42:00 adam Exp $
-
-BUILDLINK_TREE+=	tclx
-
-.if !defined(TCLX_BUILDLINK3_MK)
-TCLX_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.tclx+=	tclx>=8.6.3
-BUILDLINK_ABI_DEPENDS.tclx+=	tclx>=8.6.3
-BUILDLINK_PKGSRCDIR.tclx?=	../../lang/tclx
-
-.include "../../lang/tcl/buildlink3.mk"
-.endif # TCLX_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-tclx
diff --git a/tclx/distinfo b/tclx/distinfo
deleted file mode 100644
index 7a96b730d6..0000000000
--- a/tclx/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-BLAKE2s (tclx-8.6.3.tar.gz) = 4c4df35a4326e6d2540da4ca997256d6bbb7d383e349dddb280c17042fc4e1c4
-SHA512 (tclx-8.6.3.tar.gz) = 680b8916ccb5725ed173b45549c94e7b1e17c4e5cf700c3991d2791b9f299660e94c880401dccfbff7ca630036c0781c41a9692c2d8ead2e7ad880e2e05a69e7
-Size (tclx-8.6.3.tar.gz) = 457293 bytes


Home | Main Index | Thread Index | Old Index