Index: head/misc/dejagnu/Makefile =================================================================== --- head/misc/dejagnu/Makefile (nonexistent) +++ head/misc/dejagnu/Makefile (revision 4223) @@ -0,0 +1,29 @@ +# New ports collection makefile for: dejagnu +# Version required: 1.3 +# Date created: 12 October 1996 +# Whom: markm +# +# $Id$ +# + +DISTNAME= dejagnu-1.3 +PKGNAME= dejagnu-1.3 +CATEGORIES+= devel +MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ + +WRKSRC= ${WRKDIR}/${DISTNAME}/dejagnu + +MAINTAINER= markm@FreeBSD.ORG + +RUN_DEPENDS= expect:${PORTSDIR}/lang/expect + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= i386-freebsd --prefix=${PREFIX} +STRIP= + +post-install: +.if !defined(NOMANCOMPRESS) + gzip -9nf ${PREFIX}/man/man1/runtest.1 +.endif + +.include Property changes on: head/misc/dejagnu/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/misc/dejagnu/distinfo =================================================================== --- head/misc/dejagnu/distinfo (nonexistent) +++ head/misc/dejagnu/distinfo (revision 4223) @@ -0,0 +1 @@ +MD5 (dejagnu-1.3.tar.gz) = a43d6ef02db12f4fa4fe2daec2ed4cc1 Property changes on: head/misc/dejagnu/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/misc/dejagnu/pkg-comment =================================================================== --- head/misc/dejagnu/pkg-comment (nonexistent) +++ head/misc/dejagnu/pkg-comment (revision 4223) @@ -0,0 +1 @@ +Automated program/system tester Property changes on: head/misc/dejagnu/pkg-comment ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/misc/dejagnu/pkg-descr =================================================================== --- head/misc/dejagnu/pkg-descr (nonexistent) +++ head/misc/dejagnu/pkg-descr (revision 4223) @@ -0,0 +1,22 @@ + 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. Property changes on: head/misc/dejagnu/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/misc/dejagnu/pkg-plist =================================================================== --- head/misc/dejagnu/pkg-plist (nonexistent) +++ head/misc/dejagnu/pkg-plist (revision 4223) @@ -0,0 +1,16 @@ +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.gz Property changes on: head/misc/dejagnu/pkg-plist ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property