# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 99366 2012-11-03 11:32:24Z ryandesign@macports.org $

PortSystem      1.0

name            dejagnu
version         1.5
description     A framework for testing programs
platforms       darwin
categories      devel
maintainers     nomaintainer
license         GPL-3+
supported_archs noarch

long_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.

homepage        http://www.gnu.org/software/dejagnu/
master_sites    gnu

checksums       rmd160  e2ded4f1f5b94a86734538a1091ec6738c4c9c99 \
                sha256  c8b45808357a6f3e32cd56d8b56a4fdf8a1d5f3818818045c2022993e0e8a3db

depends_run     bin:expect:expect
