summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authormarino <marino>2012-08-21 22:19:15 +0000
committermarino <marino>2012-08-21 22:19:15 +0000
commit2333fc1d9257f271508eabd9bdc11f9dc7db41e5 (patch)
tree35bfd194a530fe67d7218e59d1168c4ce2fb4132 /lang
parenta95df0aeb6e85c3171908f87881cb180da68981f (diff)
downloadpkgsrc-2333fc1d9257f271508eabd9bdc11f9dc7db41e5.tar.gz
lang/tk-expect: Remove package
This package is based on lang/tcl-expect which was just updated to the latest version 5.45. The expectk binary is no longer generated in the latest versions of expect. Since expectk is the sole purpose of this package, it will be retired.
Diffstat (limited to 'lang')
-rw-r--r--lang/tk-expect/DESCR8
-rw-r--r--lang/tk-expect/Makefile30
-rw-r--r--lang/tk-expect/PLIST3
3 files changed, 0 insertions, 41 deletions
diff --git a/lang/tk-expect/DESCR b/lang/tk-expect/DESCR
deleted file mode 100644
index 0afe0bf100f..00000000000
--- a/lang/tk-expect/DESCR
+++ /dev/null
@@ -1,8 +0,0 @@
-Expect is a program that performs programmed dialogue with other
-interactive programs. It is briefly described by its man page, expect(1).
-
-It uses pseudo-tty's to control the child processes, so it is not affected
-by programs that refuse to read from stdin or pipes. (eg: passwd(1) etc).
-
-This package installs expectk, a version of the wish(1) interpreter for
-tcl/tk with the expect extensions always present.
diff --git a/lang/tk-expect/Makefile b/lang/tk-expect/Makefile
deleted file mode 100644
index 2971f3e8c6e..00000000000
--- a/lang/tk-expect/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# $NetBSD: Makefile,v 1.24 2009/08/20 15:24:59 jwise Exp $
-
-PKG_DESTDIR_SUPPORT= user-destdir
-
-.include "../../lang/tcl-expect/Makefile.common"
-
-PKGNAME= tk-expect-${EXPECT_VERSION}
-PKGREVISION= 1
-CATEGORIES= lang
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-COMMENT= Tcl interpreter with both the expect and tk extensions built in
-
-DEPENDS+= tcl-expect>=${EXPECT_VERSION}:../../lang/tcl-expect
-
-CONFIGURE_ARGS+= --enable-shared
-CONFIGURE_ARGS+= --with-tclconfig=${PREFIX}/lib
-CONFIGURE_ARGS+= --with-tclinclude=${PREFIX}/include/tcl
-CONFIGURE_ARGS+= --with-tkconfig=${PREFIX}/lib
-CONFIGURE_ARGS+= --with-tkinclude=${PREFIX}/include/tk
-
-INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/expectk ${DESTDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/expectk.man \
- ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/expectk.1
-
-.include "../../x11/tk/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/lang/tk-expect/PLIST b/lang/tk-expect/PLIST
deleted file mode 100644
index e7711810571..00000000000
--- a/lang/tk-expect/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:25:19 zuntum Exp $
-bin/expectk
-man/man1/expectk.1