[77663] trunk/dports/textproc

ryandesign at macports.org ryandesign at macports.org
Thu Apr 7 22:43:11 PDT 2011


Revision: 77663
          http://trac.macports.org/changeset/77663
Author:   ryandesign at macports.org
Date:     2011-04-07 22:43:11 -0700 (Thu, 07 Apr 2011)
Log Message:
-----------
juman: new port, version 6.0; see #29046

Added Paths:
-----------
    trunk/dports/textproc/juman/
    trunk/dports/textproc/juman/Portfile
    trunk/dports/textproc/juman/files/
    trunk/dports/textproc/juman/files/patch-makepat.c.diff

Added: trunk/dports/textproc/juman/Portfile
===================================================================
--- trunk/dports/textproc/juman/Portfile	                        (rev 0)
+++ trunk/dports/textproc/juman/Portfile	2011-04-08 05:43:11 UTC (rev 77663)
@@ -0,0 +1,26 @@
+# -*- 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                juman
+version             6.0
+categories          textproc japanese
+platforms           darwin
+maintainers         nomaintainer
+license             BSD
+
+description         Japanese Morphological Analysis System.
+
+long_description    ${description}
+
+homepage            http://nlp.kuee.kyoto-u.ac.jp/nl-resource/${name}.html
+master_sites        http://nlp.kuee.kyoto-u.ac.jp/nl-resource/${name}/
+
+checksums           sha1    594de187ae691f4cf23f62f1df83331590196ae2 \
+                    rmd160  8d9e53e8d9d79bad044f1f22fd81c1df88a50152
+
+patchfiles          patch-makepat.c.diff
+
+livecheck.type      regex
+livecheck.regex     ${name}-(\[0-9.\]+)\\.


Property changes on: trunk/dports/textproc/juman/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/textproc/juman/files/patch-makepat.c.diff
===================================================================
--- trunk/dports/textproc/juman/files/patch-makepat.c.diff	                        (rev 0)
+++ trunk/dports/textproc/juman/files/patch-makepat.c.diff	2011-04-08 05:43:11 UTC (rev 77663)
@@ -0,0 +1,11 @@
+--- makepat/makepat.c.orig	2006-06-28 21:54:47.000000000 +0900
++++ makepat/makepat.c	2011-02-10 11:42:57.000000000 +0900
+@@ -29,7 +29,7 @@
+   char comm;
+   int i;
+   pat_node *tmp;
+-  char kugiri[1]; /* \xB6\xE8\xC0ڤ\xEAʸ\xBB\xFA */
++  char kugiri[2]; /* \xB6\xE8\xC0ڤ\xEAʸ\xBB\xFA */
+   char rslt[50000];
+   char	CurPath[FILENAME_MAX];
+   char	JumanPath[FILENAME_MAX];
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110407/26d5de7e/attachment.html>


More information about the macports-changes mailing list