summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-09-21 11:39:01 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-09-21 11:39:01 (EDT)
commit7e296a9cac936f831015348034f2cdde842722c2 (patch)
tree54fc8b37a87e7237a9b25205a40491cac1f2f2db
parent4d3f9be87082e8a793093385b1219004883f9100 (diff)
Add binary packages.
-rw-r--r--dejagnu-doc.pkg/control7
-rw-r--r--dejagnu-doc.pkg/files2
-rw-r--r--dejagnu.pkg/control5
-rw-r--r--dejagnu.pkg/files3
-rw-r--r--substvars9
5 files changed, 26 insertions, 0 deletions
diff --git a/dejagnu-doc.pkg/control b/dejagnu-doc.pkg/control
new file mode 100644
index 0000000..860526e
--- /dev/null
+++ b/dejagnu-doc.pkg/control
@@ -0,0 +1,7 @@
+Architecture: all
+Platform: all
+Depends: dejagnu (= ${Binary-Version})
+Description: Framework for testing other programs - documentation
+ ${Common-Description}
+ .
+ This package provides documentation for the DejaGnu testing framework.
diff --git a/dejagnu-doc.pkg/files b/dejagnu-doc.pkg/files
new file mode 100644
index 0000000..907f0c5
--- /dev/null
+++ b/dejagnu-doc.pkg/files
@@ -0,0 +1,2 @@
+/usr/share/man
+/usr/share/info
diff --git a/dejagnu.pkg/control b/dejagnu.pkg/control
new file mode 100644
index 0000000..f7e2a7b
--- /dev/null
+++ b/dejagnu.pkg/control
@@ -0,0 +1,5 @@
+Architecture: all
+Platform: all
+Depends: expect
+Description: Framework for testing other programs
+ ${Common-Description}
diff --git a/dejagnu.pkg/files b/dejagnu.pkg/files
new file mode 100644
index 0000000..7802095
--- /dev/null
+++ b/dejagnu.pkg/files
@@ -0,0 +1,3 @@
+/usr/bin
+/usr/include
+/usr/share/dejagnu
diff --git a/substvars b/substvars
new file mode 100644
index 0000000..4668490
--- /dev/null
+++ b/substvars
@@ -0,0 +1,9 @@
+Common-Description:
+ DejaGnu is a framework for testing other programs. Its purpose is to provide a
+ single front end for all tests. Think of it as a custom library of Tcl
+ procedures crafted to support writing a test harness. A test harness is the
+ testing infrastructure that is created to support a specific program or tool.
+ Each program can have multiple testsuites, all supported by a single test
+ harness.
+ .
+ DejaGnu is written in Expect, which in turn uses Tcl -- Tool command language.