Remove dejagnu port, already exists under ports/devel/

This commit is contained in:
angelos 1998-05-20 23:23:56 +00:00
parent 923a6dc380
commit 4ac4a8e8f6
6 changed files with 2 additions and 65 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 1998/05/20 08:12:43 angelos Exp $
# $OpenBSD: Makefile,v 1.10 1998/05/20 23:23:56 angelos Exp $
# $FreeBSD: Makefile,v 1.121 1997/11/17 10:14:33 tg Exp $
#
@ -11,7 +11,7 @@
# SUBDIR += chord
# SUBDIR += colorls
# SUBDIR += ctk
SUBDIR += dejagnu
# SUBDIR += dejagnu
# SUBDIR += dotfile
# SUBDIR += ecc
# SUBDIR += estic

View File

@ -1,23 +0,0 @@
# OpenBSD makefile for: dejagnu
# Version required: 1.3
# Date created: May 20 1998
# Whom: Angelos D. Keromytis
#
# $OpenBSD: Makefile,v 1.1.1.1 1998/05/20 08:06:52 angelos Exp $
#
DISTNAME= dejagnu-1.3
CATEGORIES= misc tk80
MASTER_SITES= ${MASTER_SITE_GNU}
MAINTAINER= angelos@openbsd.org
RUN_DEPENDS= expect:${PORTSDIR}/lang/expect
WRKSRC= ${WRKDIR}/${DISTNAME}/dejagnu
GNU_CONFIGURE= yes
STRIP=
MAN1= runtest.1
.include <bsd.port.mk>

View File

@ -1 +0,0 @@
MD5 (dejagnu-1.3.tar.gz) = a43d6ef02db12f4fa4fe2daec2ed4cc1

View File

@ -1 +0,0 @@
Automated program/system tester

View File

@ -1,22 +0,0 @@
DejaGnu is a framework for testing other programs. Its purpose is to
provide a single front end for all tests. Beyond this, DejaGnu offers
several advantages for testing:
- The flexibility and consistency of the DejaGnu framework
make it easy to write tests for any program.
- DejaGnu provides a layer of abstraction which makes all
tests (if correctly written) portable to any host or target
where a program must be tested. For instance, a test for
GDB can run (from any Unix based host) on any target
architecture supported by DejaGnu. Currently DejaGnu runs
tests on several single board computers, whose operating
software ranges from just a boot monitor to a full-fledged,
Unix-like realtime OS.
- DejaGnu is written in expect, which in turn uses Tcl
(Tool command language). The framework comprises two parts:
the testing framework and the testsuites themselves. Tests
are usually written in expect using Tcl.
Bugs can be reported to bug-dejagnu@prep.ai.mit.edu.

View File

@ -1,16 +0,0 @@
bin/runtest
lib/dejagnu/runtest.exp
lib/dejagnu/config.guess
lib/dejagnu/bug.exp
lib/dejagnu/debugger.exp
lib/dejagnu/dg.exp
lib/dejagnu/framework.exp
lib/dejagnu/libgloss.exp
lib/dejagnu/remote.exp
lib/dejagnu/target.exp
lib/dejagnu/udi.exp
lib/dejagnu/util-defs.exp
lib/dejagnu/utils.exp
lib/dejagnu/vrtx.exp
lib/dejagnu/vxworks.exp
man/man1/runtest.1