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

l2g at macports.org l2g at macports.org
Fri May 20 23:22:22 PDT 2011


Revision: 78746
          http://trac.macports.org/changeset/78746
Author:   l2g at macports.org
Date:     2011-05-20 23:22:21 -0700 (Fri, 20 May 2011)
Log Message:
-----------
dejagnu: added modeline, made whitespace changes

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

Modified: trunk/dports/devel/dejagnu/Portfile
===================================================================
--- trunk/dports/devel/dejagnu/Portfile	2011-05-21 04:53:43 UTC (rev 78745)
+++ trunk/dports/devel/dejagnu/Portfile	2011-05-21 06:22:21 UTC (rev 78746)
@@ -1,25 +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.4.4
 description     A framework for testing programs
 platforms       darwin
 categories      devel
 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.
 
+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.
+
 master_sites    gnu
 
 checksums       md5 053f18fd5d00873de365413cab17a666
 
-configure.args	--mandir=${prefix}/share/man
-
+configure.args  --mandir=${prefix}/share/man
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110520/17e1f92c/attachment.html>


More information about the macports-changes mailing list