[51934] trunk/dports/textproc/mmencode/Portfile

blb at macports.org blb at macports.org
Sat Jun 6 17:13:08 PDT 2009


Revision: 51934
          http://trac.macports.org/changeset/51934
Author:   blb at macports.org
Date:     2009-06-06 17:13:07 -0700 (Sat, 06 Jun 2009)
Log Message:
-----------
textproc/mmencode - whitespace changes

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

Modified: trunk/dports/textproc/mmencode/Portfile
===================================================================
--- trunk/dports/textproc/mmencode/Portfile	2009-06-06 23:15:35 UTC (rev 51933)
+++ trunk/dports/textproc/mmencode/Portfile	2009-06-07 00:13:07 UTC (rev 51934)
@@ -1,45 +1,49 @@
 # $Id$
 
-PortSystem 1.0
-name		mmencode
-version		2.7
-categories	textproc
-maintainers	nomaintainer
-description	Translate to and from mail-oriented encoding formats
-platforms	darwin
+PortSystem          1.0
+name                mmencode
+version             2.7
+categories          textproc
+maintainers         nomaintainer
+description         Translate to and from mail-oriented encoding formats
 
-long_description The mimencode program simply converts a byte stream \
-		 into (or out of) one of the standard mail encoding \
-		 formats defined by MIME, the proposed standard for \
-		 internet multimedia mail formats.  Such an encoding is \
-		 necessary because binary data cannot be sent through \
-		 the mail.  The encodings under- stood by mimencode are \
-		 preferable to the use of the uuencode/uudecode \
-		 programs, for use in mail, in several respects that were \
-		 important to the authors of MIME.
+long_description \
+   The mimencode program simply converts a byte stream into (or out of) one \
+   of the standard mail encoding formats defined by MIME, the proposed \
+   standard for internet multimedia mail formats.  Such an encoding is \
+   necessary because binary data cannot be sent through the mail.  The \
+   encodings understood by mimencode are preferable to the use of the \
+   uuencode/uudecode programs, for use in mail, in several respects that \
+   were important to the authors of MIME.
 
-master_sites	ftp://thumper.bellcore.com/pub/nsb/ \
-		http://ftp.dmz.digex.net/pub/packages/mail/metamail/ \
-		ftp://ftp.funet.fi/pub/unix/mail/metamail/ \
-		freebsd
+platforms           darwin
 
-checksums	md5 fd5617ea87e20d7f2fa839e1d1fede60
+master_sites        ftp://thumper.bellcore.com/pub/nsb/ \
+                    http://ftp.dmz.digex.net/pub/packages/mail/metamail/ \
+                    ftp://ftp.funet.fi/pub/unix/mail/metamail/ \
+                    freebsd
 
-distname	mm${version}
-extract.suffix	.tar.Z
-worksrcdir	${distname}/src/metamail
+checksums           md5 fd5617ea87e20d7f2fa839e1d1fede60
+distname            mm${version}
+extract.suffix      .tar.Z
+worksrcdir          ${distname}/src/metamail
 
-configure	{}
+configure           {}
 
-build.target	mmencode
+build.target        mmencode
 
-destroot	{ system "install -o root -m 755 -d ${destroot}${prefix}/bin"
-		  system "install -o root -m 755 ${worksrcpath}/mmencode \
-		    ${destroot}${prefix}/bin"
-		  system "install -o root -m 755 -d \
-		    ${destroot}${prefix}/share/man/man1"
-		  system "install -o root -m 644 \
-		    ${worksrcpath}/../man/mmencode.1 \
-		    ${destroot}${prefix}/share/man/man1" }
+destroot {
+   system "install -o root -m 755 -d ${destroot}${prefix}/bin"
+   system "install -o root -m 755 ${worksrcpath}/mmencode \
+      ${destroot}${prefix}/bin"
+   system "install -o root -m 755 -d \
+      ${destroot}${prefix}/share/man/man1"
+   system "install -o root -m 644 \
+      ${worksrcpath}/../man/mmencode.1 \
+      ${destroot}${prefix}/share/man/man1"
+}
 
-post-destroot	{ system "ln -fs mmencode ${destroot}${prefix}/bin/mimencode" }
+post-destroot {
+   system "ln -fs mmencode ${destroot}${prefix}/bin/mimencode"
+}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090606/7721459b/attachment-0001.html>


More information about the macports-changes mailing list