[96308] trunk/dports/sysutils/yydecode/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Aug 7 00:48:53 PDT 2012


Revision: 96308
          https://trac.macports.org/changeset/96308
Author:   ryandesign at macports.org
Date:     2012-08-07 00:48:52 -0700 (Tue, 07 Aug 2012)
Log Message:
-----------
yydecode: whitespace / formatting changes; add modeline

Modified Paths:
--------------
    trunk/dports/sysutils/yydecode/Portfile

Modified: trunk/dports/sysutils/yydecode/Portfile
===================================================================
--- trunk/dports/sysutils/yydecode/Portfile	2012-08-07 07:47:11 UTC (rev 96307)
+++ trunk/dports/sysutils/yydecode/Portfile	2012-08-07 07:48:52 UTC (rev 96308)
@@ -1,22 +1,28 @@
+# -*- 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          	yydecode
-version       	0.2.10
-categories    	sysutils
-maintainers   	nomaintainer
+PortSystem          1.0
+
+name                yydecode
+version             0.2.10
+categories          sysutils
+platforms           darwin
+maintainers         nomaintainer
 license             GPL-2+
 
-description	Highly portable decoder for yEnc encoded binaries
-long_description	\
-	yydecode works almost identically to the infamous uudecode \
-	program. Version 0.2.8 and onwards contains a superset of \
-	uudecode's functionality, (ie. decodes standard uuencoded \
-	files, as well as Base64 RFC2045 encoded files produced by \
-	uuencode) and hence can be used as a drop-in replacement in \
-        all circumstances.
-homepage       	http://yydecode.sourceforge.net
+description         Highly portable decoder for yEnc encoded binaries
+
+long_description    yydecode works almost identically to the infamous \
+                    uudecode program. Version 0.2.8 and onwards contains a \
+                    superset of uudecode's functionality, (i.e. decodes \
+                    standard uuencoded files, as well as Base64 RFC2045 \
+                    encoded files produced by uuencode) and hence can be used \
+                    as a drop-in replacement in all circumstances.
+
+homepage            http://yydecode.sourceforge.net
 master_sites        sourceforge:project/yydecode/yydecode/${version}
-checksums	md5 9e6c5eb009f9084f7cbe7e4b766b12d8
-platforms	darwin
-configure.args  --infodir=${prefix}/share/info --mandir=${prefix}/share/man
+
+checksums           md5     9e6c5eb009f9084f7cbe7e4b766b12d8
+
+configure.args      --infodir=${prefix}/share/info \
+                    --mandir=${prefix}/share/man
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120807/29bc0e1f/attachment-0001.html>


More information about the macports-changes mailing list