diff options
author | obache <obache> | 2007-05-12 13:51:44 +0000 |
---|---|---|
committer | obache <obache> | 2007-05-12 13:51:44 +0000 |
commit | 2986786ab0ca708b16e4a9a9e6464c9942cb0982 (patch) | |
tree | a06a98ba41ba3afe59a8ad9ab81d0f4812177d7c /textproc | |
parent | fb8423991829f1689d20564b5aaebdc241612892 (diff) | |
download | pkgsrc-2986786ab0ca708b16e4a9a9e6464c9942cb0982.tar.gz |
Initial import of mecab-jumandic version 5.1.20070304.
Japanese Morphological Dictionary for MeCab.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/mecab-jumandic/DESCR | 1 | ||||
-rw-r--r-- | textproc/mecab-jumandic/Makefile | 16 | ||||
-rw-r--r-- | textproc/mecab-jumandic/PLIST | 11 | ||||
-rw-r--r-- | textproc/mecab-jumandic/distinfo | 5 |
4 files changed, 33 insertions, 0 deletions
diff --git a/textproc/mecab-jumandic/DESCR b/textproc/mecab-jumandic/DESCR new file mode 100644 index 00000000000..4af0337acd4 --- /dev/null +++ b/textproc/mecab-jumandic/DESCR @@ -0,0 +1 @@ +Japanese Morphological Dictionary for MeCab. diff --git a/textproc/mecab-jumandic/Makefile b/textproc/mecab-jumandic/Makefile new file mode 100644 index 00000000000..84b1b50a295 --- /dev/null +++ b/textproc/mecab-jumandic/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/05/12 13:51:44 obache Exp $ +# + +.include "../../textproc/mecab/Makefile.common" + +DISTNAME= mecab-jumandic-5.1-20070304 +PKGNAME= mecab-jumandic-5.1.20070304 + +COMMENT= Japanese Morphological Dictionary for MeCab + +GNU_CONFIGURE= yes + +UNLIMIT_RESOURCES= datasize + +.include "../../textproc/mecab-base/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/mecab-jumandic/PLIST b/textproc/mecab-jumandic/PLIST new file mode 100644 index 00000000000..6ba0932a08d --- /dev/null +++ b/textproc/mecab-jumandic/PLIST @@ -0,0 +1,11 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/05/12 13:51:44 obache Exp $ +lib/mecab/dic/jumandic/char.bin +lib/mecab/dic/jumandic/dicrc +lib/mecab/dic/jumandic/left-id.def +lib/mecab/dic/jumandic/matrix.bin +lib/mecab/dic/jumandic/pos-id.def +lib/mecab/dic/jumandic/rewrite.def +lib/mecab/dic/jumandic/right-id.def +lib/mecab/dic/jumandic/sys.dic +lib/mecab/dic/jumandic/unk.dic +@dirrm lib/mecab/dic/jumandic diff --git a/textproc/mecab-jumandic/distinfo b/textproc/mecab-jumandic/distinfo new file mode 100644 index 00000000000..6301b797e98 --- /dev/null +++ b/textproc/mecab-jumandic/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/05/12 13:51:44 obache Exp $ + +SHA1 (mecab-jumandic-5.1-20070304.tar.gz) = 0672cb267b8fde6268a69d57add7ab1544e62154 +RMD160 (mecab-jumandic-5.1-20070304.tar.gz) = b062285c01b81f497f2f0d9a968917142c269825 +Size (mecab-jumandic-5.1-20070304.tar.gz) = 13115651 bytes |