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.
This commit is contained in:
parent
74043f2a0e
commit
10bf466165
3 changed files with 0 additions and 41 deletions
|
@ -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.
|
|
@ -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"
|
|
@ -1,3 +0,0 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:25:19 zuntum Exp $
|
||||
bin/expectk
|
||||
man/man1/expectk.1
|
Loading…
Reference in a new issue