[79278] trunk/dports/textproc

ryandesign at macports.org ryandesign at macports.org
Tue Jun 7 22:07:04 PDT 2011


Revision: 79278
          http://trac.macports.org/changeset/79278
Author:   ryandesign at macports.org
Date:     2011-06-07 22:07:03 -0700 (Tue, 07 Jun 2011)
Log Message:
-----------
kytea: new port, version 0.3.0; see #29712

Added Paths:
-----------
    trunk/dports/textproc/kytea/
    trunk/dports/textproc/kytea/Portfile
    trunk/dports/textproc/kytea/files/
    trunk/dports/textproc/kytea/files/patch-configure.diff

Added: trunk/dports/textproc/kytea/Portfile
===================================================================
--- trunk/dports/textproc/kytea/Portfile	                        (rev 0)
+++ trunk/dports/textproc/kytea/Portfile	2011-06-08 05:07:03 UTC (rev 79278)
@@ -0,0 +1,29 @@
+# -*- 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                kytea
+version             0.3.0
+categories          textproc japanese
+platforms           darwin
+maintainers         nomaintainer
+license             Apache-2.0
+
+description         Kyoto Text Analysis Toolkit
+
+long_description    Kyoto Text Analysis Toolkit (KyTea, pronounced \"cutie\") is \
+                    a general toolkit developed for analyzing text, with a focus \
+                    on Japanese, Chinese and other languages requiring word or \
+                    morpheme segmentation.
+
+homepage            http://www.phontron.com/kytea/
+master_sites        ${homepage}download/
+
+checksums           sha1    5702c9c58759f0ea7af4f002035c6d7532138aab \
+                    rmd160  919ab110ff5e49a28ab43fe97c96e76d332835e6
+
+patchfiles          patch-configure.diff
+
+livecheck.type      regex
+livecheck.regex     ${name}-(\[0-9.\]+)\\.


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

Added: trunk/dports/textproc/kytea/files/patch-configure.diff
===================================================================
--- trunk/dports/textproc/kytea/files/patch-configure.diff	                        (rev 0)
+++ trunk/dports/textproc/kytea/files/patch-configure.diff	2011-06-08 05:07:03 UTC (rev 79278)
@@ -0,0 +1,13 @@
+--- configure.orig	2011-04-25 11:37:24.000000000 +0900
++++ configure	2011-06-05 15:20:18.000000000 +0900
+@@ -14907,8 +14907,8 @@
+ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+ 
+ 
+-CFLAGS="-O3 -Wall -g"
+-CXXFLAGS="-O3 -Wall -g"
++CFLAGS="$CFLAGS -O3 -Wall -g"
++CXXFLAGS="$CXXFLAGS -O3 -Wall -g"
+ 
+ # Checks for features.
+ # Check whether --enable-quantize was given.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110607/981a81b1/attachment.html>


More information about the macports-changes mailing list