[131937] trunk/dports/perl/p5-text-kakasi/Portfile

mojca at macports.org mojca at macports.org
Wed Jan 21 05:30:00 PST 2015


Revision: 131937
          https://trac.macports.org/changeset/131937
Author:   mojca at macports.org
Date:     2015-01-21 05:30:00 -0800 (Wed, 21 Jan 2015)
Log Message:
-----------
p5-text-kakasi: first line, checksums, whitespace only

Modified Paths:
--------------
    trunk/dports/perl/p5-text-kakasi/Portfile

Modified: trunk/dports/perl/p5-text-kakasi/Portfile
===================================================================
--- trunk/dports/perl/p5-text-kakasi/Portfile	2015-01-21 13:24:22 UTC (rev 131936)
+++ trunk/dports/perl/p5-text-kakasi/Portfile	2015-01-21 13:30:00 UTC (rev 131937)
@@ -1,33 +1,36 @@
+# -*- 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
-PortGroup       perl5 1.0
+PortSystem          1.0
+PortGroup           perl5 1.0
 
 perl5.branches      5.16
-perl5.setup     Text-Kakasi 2.04
-revision        3
-categories-append \
-                textproc japanese
-maintainers     takanori openmaintainer
-description     This module provides interface to kakasi.
-long_description \
-                ${description}
-platforms       darwin
-license         GPL-2+
+perl5.setup         Text-Kakasi 2.04
+revision            3
+categories-append   textproc japanese
+maintainers         takanori openmaintainer
+description         This module provides interface to kakasi.
+long_description    ${description}
+platforms           darwin
+license             GPL-2+
+
+checksums           rmd160  26f81dec43a278d5abed501fac860c0884d97726 \
+                    sha256  844c01e78ba4bfb89c0702995a86f488de7c29b40a75e7af0e4f39d55624dba0
+
 if {${perl5.major} != ""} {
-patchfiles      patch-MANIFEST.diff
-checksums       md5 5a9e381cb93edfd707124a63c60f96b1
+    patchfiles      patch-MANIFEST.diff
 
-depends_lib-append  port:kakasi
+    depends_lib-append \
+                    port:kakasi
 
-post-patch {
-    reinplace "s|/usr/local|${prefix}|g" ${worksrcpath}/Makefile.PL
-    system "pod2text ${worksrcpath}/lib/Text/Kakasi/JP.pod ${worksrcpath}/usage.jp"
-    delete ${worksrcpath}/lib
-}
+    post-patch {
+        reinplace "s|/usr/local|${prefix}|g" ${worksrcpath}/Makefile.PL
+        system "pod2text ${worksrcpath}/lib/Text/Kakasi/JP.pod ${worksrcpath}/usage.jp"
+        delete ${worksrcpath}/lib
+    }
 
-post-destroot {
-    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/doc
-    xinstall -m 644 -W ${worksrcpath} COPYING ChangeLog.1 Changes README README.jp usage.jp ${destroot}${prefix}/share/doc/${name}
+    post-destroot {
+        xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/doc
+        xinstall -m 644 -W ${worksrcpath} COPYING ChangeLog.1 Changes README README.jp usage.jp ${destroot}${prefix}/share/doc/${name}
+    }
 }
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150121/7fe1b6aa/attachment.html>


More information about the macports-changes mailing list