[74892] trunk/dports/textproc/tnef2txt/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Jan 5 21:34:40 PST 2011


Revision: 74892
          http://trac.macports.org/changeset/74892
Author:   ryandesign at macports.org
Date:     2011-01-05 21:34:33 -0800 (Wed, 05 Jan 2011)
Log Message:
-----------
tnef2txt: whitespace changes, add modeline

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

Modified: trunk/dports/textproc/tnef2txt/Portfile
===================================================================
--- trunk/dports/textproc/tnef2txt/Portfile	2011-01-06 05:32:13 UTC (rev 74891)
+++ trunk/dports/textproc/tnef2txt/Portfile	2011-01-06 05:34:33 UTC (rev 74892)
@@ -1,28 +1,32 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
-name		tnef2txt
-version		1.4
-categories	textproc
-maintainers	nomaintainer
-description	Converts Microsoft TNEF attachments to ASCII text
-homepage	http://www.fiction.net/blong/programs/#tnef2txt
-platforms	darwin
+PortSystem          1.0
 
-long_description This is a simple program used to decode Microsoft's \
-		 Translation Neutral Encapsulation Format (TNEF), which \
-		 is used by various Microsoft OS products to transfer \
-		 MAPI information through text only gateways such as SMTP.
+name                tnef2txt
+version             1.4
+categories          textproc
+platforms           darwin
+maintainers         nomaintainer
 
-master_sites	http://www.fiction.net/blong/programs/tnef2txt/
+description         Converts Microsoft TNEF attachments to ASCII text
 
-checksums	md5 a32a9fe1d558f076c2b0d24b742661f6
+long_description    This is a simple program used to decode Microsoft's \
+                    Translation Neutral Encapsulation Format (TNEF), which \
+                    is used by various Microsoft OS products to transfer \
+                    MAPI information through text only gateways such as SMTP.
 
-patchfiles	patch-Makefile
-use_configure	no
+homepage            http://www.fiction.net/blong/programs/#tnef2txt
+master_sites        http://www.fiction.net/blong/programs/tnef2txt/
 
-build.target	tnef2txt
+checksums           md5     a32a9fe1d558f076c2b0d24b742661f6
 
+patchfiles          patch-Makefile
+
+use_configure       no
+
+build.target        tnef2txt
+
 destroot {
     xinstall ${worksrcpath}/${name} ${destroot}${prefix}/bin
     xinstall -d ${destroot}${prefix}/share/doc/${name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110105/1425b102/attachment.html>


More information about the macports-changes mailing list