summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/CHANGES-20143
-rw-r--r--lang/Makefile3
-rw-r--r--lang/tcl-itcl/DESCR3
-rw-r--r--lang/tcl-itcl/Makefile18
-rw-r--r--lang/tcl-itcl/PLIST22
-rw-r--r--lang/tcl-itcl/buildlink3.mk15
-rw-r--r--lang/tcl-itcl/distinfo5
7 files changed, 3 insertions, 66 deletions
diff --git a/doc/CHANGES-2014 b/doc/CHANGES-2014
index ec8a93a3881..58d0650bb33 100644
--- a/doc/CHANGES-2014
+++ b/doc/CHANGES-2014
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2014,v 1.820 2014/02/22 08:58:06 wen Exp $
+$NetBSD: CHANGES-2014,v 1.821 2014/02/22 09:26:54 obache Exp $
Changes to the packages collection and infrastructure in 2014:
@@ -1231,3 +1231,4 @@ Changes to the packages collection and infrastructure in 2014:
Updated devel/p5-Module-CoreList to 3.07 [wen 2014-02-22]
Updated www/p5-HTTP-Tiny to 0.043 [wen 2014-02-22]
Updated textproc/p5-PDF-API2 to 2.021 [wen 2014-02-22]
+ Removed lang/tcl-itcl [obache 2014-02-22]
diff --git a/lang/Makefile b/lang/Makefile
index c299ce24d81..d3b7f5400a3 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.367 2014/02/02 00:11:51 rodent Exp $
+# $NetBSD: Makefile,v 1.368 2014/02/22 09:26:54 obache Exp $
#
COMMENT= Programming languages
@@ -204,7 +204,6 @@ SUBDIR+= swi-prolog-lite
SUBDIR+= swi-prolog-packages
SUBDIR+= tcl
SUBDIR+= tcl-expect
-SUBDIR+= tcl-itcl
SUBDIR+= tcl-otcl
SUBDIR+= tinyscheme
SUBDIR+= twelf
diff --git a/lang/tcl-itcl/DESCR b/lang/tcl-itcl/DESCR
deleted file mode 100644
index 7f509b16eee..00000000000
--- a/lang/tcl-itcl/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-[incr Tcl] is the most widely used O-O system for Tcl. The name is a play on
-C++, and [incr Tcl] provides a similar object model, including multiple
-inheritence and public and private classes and variables.
diff --git a/lang/tcl-itcl/Makefile b/lang/tcl-itcl/Makefile
deleted file mode 100644
index e975f888ffc..00000000000
--- a/lang/tcl-itcl/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD: Makefile,v 1.29 2014/01/11 14:42:01 adam Exp $
-#
-
-DISTNAME= itcl3.4.1
-PKGNAME= ${DISTNAME:S/itcl/tcl-itcl-/}
-PKGREVISION= 5
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=incrtcl/}
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://incrtcl.sourceforge.net/
-COMMENT= O-O system for Tcl
-LICENSE= 2-clause-bsd # ?
-
-GNU_CONFIGURE= yes
-
-.include "../../x11/tk/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/lang/tcl-itcl/PLIST b/lang/tcl-itcl/PLIST
deleted file mode 100644
index 0a265e8bcfa..00000000000
--- a/lang/tcl-itcl/PLIST
+++ /dev/null
@@ -1,22 +0,0 @@
-@comment $NetBSD: PLIST,v 1.7 2013/01/07 13:26:41 wiz Exp $
-include/itcl.h
-include/itclDecls.h
-include/itclInt.h
-include/itclIntDecls.h
-lib/itcl3.4/itcl.tcl
-lib/itcl3.4/libitcl3.4.so
-lib/itcl3.4/libitclstub3.4.a
-lib/itcl3.4/pkgIndex.tcl
-lib/itclConfig.sh
-man/mann/body.n
-man/mann/class.n
-man/mann/code.n
-man/mann/configbody.n
-man/mann/delete.n
-man/mann/ensemble.n
-man/mann/find.n
-man/mann/is.n
-man/mann/itcl.n
-man/mann/itclvars.n
-man/mann/local.n
-man/mann/scope.n
diff --git a/lang/tcl-itcl/buildlink3.mk b/lang/tcl-itcl/buildlink3.mk
deleted file mode 100644
index 39a4f6d21b4..00000000000
--- a/lang/tcl-itcl/buildlink3.mk
+++ /dev/null
@@ -1,15 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.16 2014/01/11 14:42:01 adam Exp $
-
-BUILDLINK_TREE+= tcl-itcl
-
-.if !defined(TCL_ITCL_BUILDLINK3_MK)
-TCL_ITCL_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.tcl-itcl+= tcl-itcl>=3.4.1
-BUILDLINK_ABI_DEPENDS.tcl-itcl?= tcl-itcl>=3.4.1nb5
-BUILDLINK_PKGSRCDIR.tcl-itcl?= ../../lang/tcl-itcl
-
-.include "../../x11/tk/buildlink3.mk"
-.endif # TCL_ITCL_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -tcl-itcl
diff --git a/lang/tcl-itcl/distinfo b/lang/tcl-itcl/distinfo
deleted file mode 100644
index 0ddb42a9a45..00000000000
--- a/lang/tcl-itcl/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.10 2013/01/07 13:26:41 wiz Exp $
-
-SHA1 (itcl3.4.1.tar.gz) = b791374d8fe4c5b31d6f45793622499a9d08d3e1
-RMD160 (itcl3.4.1.tar.gz) = a3293d8e7beeee8cd308a7c56edf7c790a374ef4
-Size (itcl3.4.1.tar.gz) = 263316 bytes