From 475c95abd082dc78332885bbab7d16e4c9f2a841 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 19 Sep 2013 20:53:09 -0400 Subject: Add binary packages. --- 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. -- cgit v0.9.1