1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name juman |
---|
7 | version 6.0 |
---|
8 | categories textproc japanese |
---|
9 | platforms darwin |
---|
10 | maintainers nomaintainer@macports.org |
---|
11 | |
---|
12 | description Japanese Morphological Analysis System. |
---|
13 | long_description \ |
---|
14 | ${description} |
---|
15 | |
---|
16 | homepage http://nlp.kuee.kyoto-u.ac.jp/nl-resource/${name}.html |
---|
17 | master_sites http://nlp.kuee.kyoto-u.ac.jp/nl-resource/${name}/ |
---|
18 | checksums md5 a712ae24d3241b5fcef96da3dbde462e \ |
---|
19 | sha1 594de187ae691f4cf23f62f1df83331590196ae2 \ |
---|
20 | rmd160 8d9e53e8d9d79bad044f1f22fd81c1df88a50152 |
---|
21 | |
---|
22 | patchfiles patch-makepat.c |
---|