[56186] trunk/dports/textproc/rtfreader/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Aug 24 23:14:10 PDT 2009


Revision: 56186
          http://trac.macports.org/changeset/56186
Author:   ryandesign at macports.org
Date:     2009-08-24 23:14:06 -0700 (Mon, 24 Aug 2009)
Log Message:
-----------
rtfreader: whitespace changes only (tabs to spaces)

Modified Paths:
--------------
    trunk/dports/textproc/rtfreader/Portfile

Modified: trunk/dports/textproc/rtfreader/Portfile
===================================================================
--- trunk/dports/textproc/rtfreader/Portfile	2009-08-25 06:11:18 UTC (rev 56185)
+++ trunk/dports/textproc/rtfreader/Portfile	2009-08-25 06:14:06 UTC (rev 56186)
@@ -1,33 +1,36 @@
 # $Id$
 
-PortSystem 1.0
-name		rtfreader
-version		1.0
-categories	textproc
-maintainers	nomaintainer
-description	Utility to read Microsoft RTF files
-homepage	http://www.fiction.net/blong/programs/#rtf
-platforms	darwin
+PortSystem              1.0
 
-long_description RTF is the Microsoft Rich Text Format, a more portable, \
-		 mostly ASCII formatting language that is exported by \
-		 word processors like MS Word.  The files generally have \
-		 the extension .rtf, but occasionally have .doc \
-		 extensions as well.  This parser is from the Microsoft \
-		 spec, ported to Unix systems.
+name                    rtfreader
+version                 1.0
+categories              textproc
+maintainers             nomaintainer
+homepage                http://www.fiction.net/blong/programs/#rtf
+platforms               darwin
 
-master_sites	http://www.fiction.net/blong/programs/
+description             Utility to read Microsoft RTF files
 
-distname	ms-rtf
-worksrcdir	${distname}
+long_description        RTF is the Microsoft Rich Text Format, a more portable, \
+                        mostly ASCII formatting language that is exported by \
+                        word processors like MS Word.  The files generally have \
+                        the extension .rtf, but occasionally have .doc \
+                        extensions as well.  This parser is from the Microsoft \
+                        spec, ported to Unix systems.
 
-checksums	md5 fa203d863ec479b36bcbed3abdd4e77e
+master_sites            http://www.fiction.net/blong/programs/
 
-patchfiles	patch-Makefile
-use_configure	no
+distname                ms-rtf
+worksrcdir              ${distname}
 
-build.target	rtfreader
+checksums               md5 fa203d863ec479b36bcbed3abdd4e77e
 
-destroot	{ system "install -o root -m 755 -d ${destroot}${prefix}/bin"
-		  system "install -o root -m 755 ${worksrcpath}/${name} \
-		    ${destroot}${prefix}/bin" }
+patchfiles              patch-Makefile
+use_configure           no
+
+build.target            rtfreader
+
+destroot {
+    system "install -o root -m 755 -d ${destroot}${prefix}/bin"
+    system "install -o root -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin"
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090824/43afce68/attachment.html>


More information about the macports-changes mailing list