[127421] trunk/dports/devel/dejagnu/Portfile

larryv at macports.org larryv at macports.org
Mon Oct 27 18:32:56 PDT 2014


Revision: 127421
          https://trac.macports.org/changeset/127421
Author:   larryv at macports.org
Date:     2014-10-27 18:32:56 -0700 (Mon, 27 Oct 2014)
Log Message:
-----------
dejagnu: Rearrange and reformat

Modified Paths:
--------------
    trunk/dports/devel/dejagnu/Portfile

Modified: trunk/dports/devel/dejagnu/Portfile
===================================================================
--- trunk/dports/devel/dejagnu/Portfile	2014-10-27 22:03:54 UTC (rev 127420)
+++ trunk/dports/devel/dejagnu/Portfile	2014-10-28 01:32:56 UTC (rev 127421)
@@ -1,31 +1,27 @@
 # -*- 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$
 
-PortSystem      1.0
+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
+name                dejagnu
+version             1.5
+categories          devel
+platforms           darwin
+license             GPL-3+
+maintainers         nomaintainer
 
-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.
+supported_archs     noarch
 
-homepage        http://www.gnu.org/software/dejagnu/
-master_sites    gnu
+description         A framework for testing programs
+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.
+homepage            http://www.gnu.org/software/dejagnu/
 
-checksums       rmd160  e2ded4f1f5b94a86734538a1091ec6738c4c9c99 \
-                sha256  c8b45808357a6f3e32cd56d8b56a4fdf8a1d5f3818818045c2022993e0e8a3db
+depends_run         bin:expect:expect
 
-depends_run     bin:expect:expect
+master_sites        gnu
+checksums           rmd160  e2ded4f1f5b94a86734538a1091ec6738c4c9c99 \
+                    sha256  c8b45808357a6f3e32cd56d8b56a4fdf8a1d5f3818818045c2022993e0e8a3db
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141027/ab4834d8/attachment.html>


More information about the macports-changes mailing list