Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
7 lines
466 B
Text
7 lines
466 B
Text
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.
|