[137631] trunk/dports/textproc/canna/Portfile

mojca at macports.org mojca at macports.org
Mon Jun 15 09:04:18 PDT 2015


Revision: 137631
          https://trac.macports.org/changeset/137631
Author:   mojca at macports.org
Date:     2015-06-15 09:04:18 -0700 (Mon, 15 Jun 2015)
Log Message:
-----------
canna: whitespace only

Modified Paths:
--------------
    trunk/dports/textproc/canna/Portfile

Modified: trunk/dports/textproc/canna/Portfile
===================================================================
--- trunk/dports/textproc/canna/Portfile	2015-06-15 16:01:40 UTC (rev 137630)
+++ trunk/dports/textproc/canna/Portfile	2015-06-15 16:04:18 UTC (rev 137631)
@@ -1,44 +1,46 @@
+# -*- 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
+PortSystem          1.0
 
-name            canna
-version         3.7p3
-set dicversion  0.95c
-revision        3
-categories      textproc japanese
-maintainers     nomaintainer
-description     Kana-Kanji conversion system
-long_description \
-                ${description}
-platforms       darwin
-license         Restrictive/Distributable BSD-old GPL-2+ MIT
-homepage        http://canna.sourceforge.jp/
-master_sites    sourceforge_jp:${name}/9565/:canna \
-                http://cannadic.oucrc.org/:cannadic
-distname        "Canna[string map {"." ""} ${version}]"
-use_bzip2       yes
-distfiles       ${distname}${extract.suffix}:canna \
-                cannadic-${dicversion}.tar.gz:cannadic
-patchfiles      patch-Canna.conf.diff \
-                patch-canna_widedef.h.diff \
-                patch-doc_man_guide_tex_Imakefile.diff \
-                patch-lib_canna_lisp.c.diff \
-                patch-server_util.c.diff \
-                patch-cmd_catdic_Imakefile.diff \
-                patch-lib_RK_ncache.c.diff \
-                patch-server_comm.c.diff \
-                \
-                patch-dic_ideo_words_dics.dir.diff \
-                patch-misc_default.ca.diff
-checksums       ${distname}${extract.suffix} md5 0b8c241f63ab4cd3c0b9be569456dc33 \
-                                             sha1 e39eece7c70c669dd46dd74b26121a60a2496fde \
-                                             rmd160 33e5eb9e2dc144835db838612897e652acbc60ed \
-                cannadic-${dicversion}.tar.gz md5 2a7fc1be5a50e0ca5dd6e5721be4371a \
-                                              sha1 a8e452a509ea38643197b21ec6c10739c8dd9e4b \
-                                              rmd160 d0920e718d35d038fff930ac50ebe049a322174d
+name                canna
+version             3.7p3
+set dicversion      0.95c
+revision            3
+categories          textproc japanese
+maintainers         nomaintainer
+description         Kana-Kanji conversion system
+long_description    ${description}
+platforms           darwin
+license             Restrictive/Distributable BSD-old GPL-2+ MIT
+homepage            http://canna.sourceforge.jp/
+master_sites        sourceforge_jp:${name}/9565/:canna \
+                    http://cannadic.oucrc.org/:cannadic
+distname            "Canna[string map {"." ""} ${version}]"
+use_bzip2           yes
+distfiles           ${distname}${extract.suffix}:canna \
+                    cannadic-${dicversion}.tar.gz:cannadic
+patchfiles          patch-Canna.conf.diff \
+                    patch-canna_widedef.h.diff \
+                    patch-doc_man_guide_tex_Imakefile.diff \
+                    patch-lib_canna_lisp.c.diff \
+                    patch-server_util.c.diff \
+                    patch-cmd_catdic_Imakefile.diff \
+                    patch-lib_RK_ncache.c.diff \
+                    patch-server_comm.c.diff \
+                    \
+                    patch-dic_ideo_words_dics.dir.diff \
+                    patch-misc_default.ca.diff
 
-extract.only    ${distname}${extract.suffix}
+checksums           ${distname}${extract.suffix} \
+                    rmd160  33e5eb9e2dc144835db838612897e652acbc60ed \
+                    sha256  7d98d925043d3af24f99a8a2a09e3b4d6dfe881efc1303ef4a7f495a0f4542a7 \
+                    cannadic-${dicversion}.tar.gz \
+                    rmd160  d0920e718d35d038fff930ac50ebe049a322174d \
+                    sha256  d477889aa54276eeb013f28f4f5a18c26baebbc5de28884421f086e1d38fdb04
+
+extract.only        ${distname}${extract.suffix}
+
 post-extract {
     system "cd ${workpath} && gzip -dc ${distpath}/cannadic-${dicversion}.tar.gz | tar --no-same-owner -xf -"
 }
@@ -47,7 +49,7 @@
     reinplace -locale C "s|__PREFIX__|${prefix}|" ${worksrcpath}/Canna.conf
 }
 
-use_xmkmf       yes
+use_xmkmf           yes
 
 pre-build {
     build.target    canna
@@ -126,5 +128,5 @@
     }
 }
 
-livecheck.type  regex
-livecheck.regex Canna (\[0-9.a-z\]+)
+livecheck.type      regex
+livecheck.regex     Canna (\[0-9.a-z\]+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150615/f2760a40/attachment.html>


More information about the macports-changes mailing list