[128765] trunk/dports/python/py-icalendar/Portfile

larryv at macports.org larryv at macports.org
Thu Nov 27 02:04:38 PST 2014


Revision: 128765
          https://trac.macports.org/changeset/128765
Author:   larryv at macports.org
Date:     2014-11-27 02:04:38 -0800 (Thu, 27 Nov 2014)
Log Message:
-----------
py-icalendar: Add modeline, reformat, and rearrange

Modified Paths:
--------------
    trunk/dports/python/py-icalendar/Portfile

Modified: trunk/dports/python/py-icalendar/Portfile
===================================================================
--- trunk/dports/python/py-icalendar/Portfile	2014-11-27 10:04:27 UTC (rev 128764)
+++ trunk/dports/python/py-icalendar/Portfile	2014-11-27 10:04:38 UTC (rev 128765)
@@ -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
@@ -12,16 +13,17 @@
 license             BSD
 maintainers         nomaintainer
 
-description         The iCalendar package is a parser/generator of RFC 2445 \
-                    iCalendar files.
-long_description    The inspiration has come from the email package in the \
-                    standard lib, which I think is pretty simple, yet \
-                    efficient and powerful. The package can both generate \
-                    and parse iCalendar files, and can easily be used as is. \
-                    The aim is to make a package that is fully compliant to \
-                    RFC 2445, well designed, simple to use and well documented.
-                    
+description         The iCalendar package is a parser/generator of \
+                    RFC 2445 iCalendar files.
+long_description    The inspiration has come from the email package in \
+                    the standard lib, which I think is pretty simple, \
+                    yet efficient and powerful. The package can both \
+                    generate and parse iCalendar files, and can easily \
+                    be used as is. The aim is to make a package that \
+                    is fully compliant to RFC 2445, well designed, \
+                    simple to use and well documented.
 homepage            http://icalendar.readthedocs.org/
+
 checksums           rmd160  93bd33228a499b9a7501ca07478625017b51d5ab \
                     sha256  a999c18df1ba0af8146044ae43583a3f6d106651134e01649218017ee6a319bc
 
@@ -35,8 +37,10 @@
     
     post-destroot {
         # install docs
-        xinstall -m 644 -W ${worksrcpath}/docs about.rst examples.rst install.rst license.rst changelog.rst credits.rst \
-        ${destroot}${prefix}/share/doc/${subport}
+        xinstall -m 644 -W ${worksrcpath}/docs \
+                about.rst examples.rst install.rst license.rst \
+                changelog.rst credits.rst \
+                ${destroot}${prefix}/share/doc/${subport}
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141127/a460e500/attachment.html>


More information about the macports-changes mailing list