[129711] trunk/dports/devel/tailor/Portfile

larryv at macports.org larryv at macports.org
Thu Dec 18 15:57:24 PST 2014


Revision: 129711
          https://trac.macports.org/changeset/129711
Author:   larryv at macports.org
Date:     2014-12-18 15:57:24 -0800 (Thu, 18 Dec 2014)
Log Message:
-----------
tailor: Add modeline, rearrange, reformat

Modified Paths:
--------------
    trunk/dports/devel/tailor/Portfile

Modified: trunk/dports/devel/tailor/Portfile
===================================================================
--- trunk/dports/devel/tailor/Portfile	2014-12-18 23:57:22 UTC (rev 129710)
+++ trunk/dports/devel/tailor/Portfile	2014-12-18 23:57:24 UTC (rev 129711)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -9,23 +10,25 @@
 categories          devel python
 platforms           darwin
 maintainers         nomaintainer
-description         Tailor is a tool to migrate changesets between different \
-                    source control management systems.
-long_description    Tailor is a tool to migrate changesets between ArX, \
-                    Bazaar, Bazaar-NG, CVS, Codeville, Darcs, Git, Mercurial, \
-                    Monotone, Subversion and Tla repositories. It is \
-                    implemented in Python.
 
+description         Tailor is a tool to migrate changesets between \
+                    different source control management systems.
+long_description    Tailor is a tool to migrate changesets between \
+                    ArX, Bazaar, Bazaar-NG, CVS, Codeville, Darcs, \
+                    Git, Mercurial, Monotone, Subversion and Tla \
+                    repositories. It is implemented in Python.
 homepage            http://wiki.darcs.net/DarcsWiki/Tailor
+
 master_sites        http://darcs.arstecnica.it/ http://distfiles.macports.org/python/
-checksums           md5 58a6bc1c1d922b0b1e4579c6440448d1 \
-                    sha1 442d1d11bf4ba5d54684f78783f94f753a02292e \
-                    rmd160 a3fc4339c6e7ce1397584363d127ae1219ee3888
+checksums           md5     58a6bc1c1d922b0b1e4579c6440448d1 \
+                    sha1    442d1d11bf4ba5d54684f78783f94f753a02292e \
+                    rmd160  a3fc4339c6e7ce1397584363d127ae1219ee3888
 
 python.default_version 25
 
 post-destroot {
     # install docs
-    xinstall -m 644 -W ${worksrcpath} README.rst README.html \
-        ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} \
+            README.rst README.html \
+            ${destroot}${prefix}/share/doc/${name}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141218/f6308555/attachment.html>


More information about the macports-changes mailing list