summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-09-19 20:53:09 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-09-19 20:53:09 (EDT)
commit475c95abd082dc78332885bbab7d16e4c9f2a841 (patch)
tree8d7387d7d7f5bc96ba37dec56d2d4413c0cf3aab
parent91712a7d24e7907214c8e67e5258e22ce492e338 (diff)
Add binary packages.
-rw-r--r--expect-doc.pkg/control9
-rw-r--r--expect-doc.pkg/files22
-rw-r--r--expect.pkg/control7
-rw-r--r--expect.pkg/files1
-rw-r--r--libexpect-dev.pkg/control7
-rw-r--r--libexpect-dev.pkg/files2
-rw-r--r--libexpect.5.45.pkg/control6
-rw-r--r--libexpect.5.45.pkg/docs0
-rw-r--r--libexpect.5.45.pkg/files2
-rw-r--r--substvars6
10 files changed, 62 insertions, 0 deletions
diff --git a/expect-doc.pkg/control b/expect-doc.pkg/control
new file mode 100644
index 0000000..74234bd
--- /dev/null
+++ b/expect-doc.pkg/control
@@ -0,0 +1,9 @@
+Architecture: all
+Platform: all
+Depends: libexpect.${Source-Version-Upstream} (= ${Binary-Version})
+Suggests: expect, libexpect-dev
+Description: Tool for automating interactive applications - documentation
+ ${Common-Description}
+ .
+ This package provides documentation and examples for the Expect interpreter and
+ library.
diff --git a/expect-doc.pkg/files b/expect-doc.pkg/files
new file mode 100644
index 0000000..ab52a50
--- /dev/null
+++ b/expect-doc.pkg/files
@@ -0,0 +1,22 @@
+/usr/bin/autoexpect
+/usr/bin/autopasswd
+/usr/bin/cryptdir
+/usr/bin/decryptdir
+/usr/bin/dislocate
+/usr/bin/ftp-rfc
+/usr/bin/kibitz
+/usr/bin/lpunlock
+/usr/bin/mkpasswd
+/usr/bin/multixterm
+/usr/bin/passmass
+/usr/bin/rftp
+/usr/bin/rlogin-cwd
+/usr/bin/timed-read
+/usr/bin/timed-run
+/usr/bin/tknewsbiff
+/usr/bin/tkpasswd
+/usr/bin/unbuffer
+/usr/bin/weather
+/usr/bin/xkibitz
+/usr/bin/xpstat
+/usr/share/man
diff --git a/expect.pkg/control b/expect.pkg/control
new file mode 100644
index 0000000..51d06ca
--- /dev/null
+++ b/expect.pkg/control
@@ -0,0 +1,7 @@
+Architecture: any
+Platform: all
+Depends: libexpect.${Source-Version-Upstream} (= ${Binary-Version})
+Description: Tool for automating interactive applications - interpreter
+ ${Common-Description}
+ .
+ This package provides the Expect interpreter.
diff --git a/expect.pkg/files b/expect.pkg/files
new file mode 100644
index 0000000..4ccf273
--- /dev/null
+++ b/expect.pkg/files
@@ -0,0 +1 @@
+/usr/bin/expect
diff --git a/libexpect-dev.pkg/control b/libexpect-dev.pkg/control
new file mode 100644
index 0000000..e7dd3a6
--- /dev/null
+++ b/libexpect-dev.pkg/control
@@ -0,0 +1,7 @@
+Architecture: any
+Platform: all
+Depends: libexpect.${Source-Version-Upstream} (= ${Binary-Version})
+Description: Tool for automating interactive applications - development files
+ ${Common-Description}
+ .
+ This package provides development files for the Expect interpreter and library.
diff --git a/libexpect-dev.pkg/files b/libexpect-dev.pkg/files
new file mode 100644
index 0000000..2299c6d
--- /dev/null
+++ b/libexpect-dev.pkg/files
@@ -0,0 +1,2 @@
+/usr/include
+/usr/lib/*/libexpect.so
diff --git a/libexpect.5.45.pkg/control b/libexpect.5.45.pkg/control
new file mode 100644
index 0000000..c35e7fc
--- /dev/null
+++ b/libexpect.5.45.pkg/control
@@ -0,0 +1,6 @@
+Architecture: any
+Platform: all
+Description: Tool for automating interactive applications - library
+ ${Common-Description}
+ .
+ This package provides the Expect library.
diff --git a/libexpect.5.45.pkg/docs b/libexpect.5.45.pkg/docs
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/libexpect.5.45.pkg/docs
diff --git a/libexpect.5.45.pkg/files b/libexpect.5.45.pkg/files
new file mode 100644
index 0000000..3df920e
--- /dev/null
+++ b/libexpect.5.45.pkg/files
@@ -0,0 +1,2 @@
+/usr/lib/*/libexpect.so.*
+/usr/share/tcltk/expect*/pkgIndex.tcl
diff --git a/substvars b/substvars
index 7be0192..15295c5 100644
--- a/substvars
+++ b/substvars
@@ -1 +1,7 @@
+Source-Version-Upstream: 5.45
Tcl-Version: 8.6
+Common-Description:
+ Expect is a tool for automating interactive applications such as telnet, ftp,
+ passwd, fsck, rlogin, tip, etc. Expect really makes this stuff trivial.
+ Expect is also useful for testing these same applications. And by adding Tk,
+ you can wrap interactive applications in X11 GUIs.