[98155] trunk/dports/sysutils/stow/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Sep 26 09:10:59 PDT 2012


Revision: 98155
          http://trac.macports.org//changeset/98155
Author:   ryandesign at macports.org
Date:     2012-09-26 09:10:59 -0700 (Wed, 26 Sep 2012)
Log Message:
-----------
stow: whitespace / formatting changes / add modeline

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

Modified: trunk/dports/sysutils/stow/Portfile
===================================================================
--- trunk/dports/sysutils/stow/Portfile	2012-09-26 16:08:55 UTC (rev 98154)
+++ trunk/dports/sysutils/stow/Portfile	2012-09-26 16:10:59 UTC (rev 98155)
@@ -1,19 +1,25 @@
+# -*- 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			stow	
+PortSystem          1.0
+
+name                stow
 version             2.2.0
-categories		sysutils	
-maintainers		nomaintainer
+categories          sysutils
+platforms           darwin
+maintainers         nomaintainer
 license             GPL-2+
 supported_archs     noarch
-description		perl utility to manage the installation of software packages.
-long_description	This is GNU Stow, a program for managing the installation of software \
-			packages, keeping them separate (/usr/local/stow/emacs \
-			vs. /usr/local/stow/perl, for example) while making them appear to be \
-			installed in the same place (/usr/local).
-homepage		http://www.gnu.org/software/stow/stow.html	
-platforms		darwin
+
+description         perl utility to manage the installation of software packages.
+
+long_description    This is GNU Stow, a program for managing the installation \
+                    of software packages, keeping them separate \
+                    (/usr/local/stow/emacs vs. /usr/local/stow/perl, for \
+                    example) while making them appear to be installed in the \
+                    same place (/usr/local).
+
+homepage            http://www.gnu.org/software/stow/stow.html
 master_sites        gnu
 
 checksums           rmd160  23b4a6384baca2bb3691e98ea3eefa67a07709ea \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120926/308c7ce9/attachment.html>


More information about the macports-changes mailing list