summaryrefslogtreecommitdiff
path: root/lang/tk-expect/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'lang/tk-expect/pkg')
-rw-r--r--lang/tk-expect/pkg/COMMENT1
-rw-r--r--lang/tk-expect/pkg/DESCR8
-rw-r--r--lang/tk-expect/pkg/PLIST3
3 files changed, 12 insertions, 0 deletions
diff --git a/lang/tk-expect/pkg/COMMENT b/lang/tk-expect/pkg/COMMENT
new file mode 100644
index 00000000000..87650e5fe2e
--- /dev/null
+++ b/lang/tk-expect/pkg/COMMENT
@@ -0,0 +1 @@
+expectk, a tcl interpreter with both the expect and tk extensions built in.
diff --git a/lang/tk-expect/pkg/DESCR b/lang/tk-expect/pkg/DESCR
new file mode 100644
index 00000000000..0afe0bf100f
--- /dev/null
+++ b/lang/tk-expect/pkg/DESCR
@@ -0,0 +1,8 @@
+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/pkg/PLIST b/lang/tk-expect/pkg/PLIST
new file mode 100644
index 00000000000..c3f898405a8
--- /dev/null
+++ b/lang/tk-expect/pkg/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2000/09/05 17:13:30 jwise Exp $
+bin/expectk
+man/man1/expectk.1