./textproc/mecab-base, Yet Another Part-of-Speech and Morphological Analyzer

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.996, Package name: mecab-base-0.996, Maintainer: pkgsrc-users

Yet Another Part-of-Speech and Morphological Analyzer


Master sites:

Filesize: 1365.882 KB

Version history: (Expand)


CVS history: (Expand)


   2022-05-24 15:03:26 by Nia Alarie | Files touched by this commit (1)
Log message: mecab-base: Use OPSYS_VERSION. 
   2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161)
Log message: textproc: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./textproc/convertlit/distinfo clit18src.zip 
   2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162)
Log message: textproc: Remove SHA1 hashes for distfiles 
   2017-08-28 21:04:42 by Filip Hajny | Files touched by this commit (2)
Log message: mecab requires libiconv. 
   2016-10-25 22:54:24 by John Marino | Files touched by this commit (3)
Log message: Remove DRAGONFLY_CCVER=gcc44 This is not a legal value for CCVER anymore. The legal values are "gcc47" or "gcc50". However, "gcc47" should be \ avoid. For now everything should build with the primary base compiler on DragonFly. 
   2015-11-04 03:00:17 by Alistair G. Crooks | Files touched by this commit (797)
Log message: Add SHA512 digests for distfiles for textproc category Problems found locating distfiles:	Package cabocha: missing distfile cabocha-0.68.tar.bz2	Package convertlit: missing distfile clit18src.zip	Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail. 
   2013-05-09 17:07:59 by Joerg Sonnenberger | Files touched by this commit (6)
Log message: Don't try to explicitly link in libstdc++. 
   2013-02-28 13:31:39 by OBATA Akio | Files touched by this commit (9)
Log message: Update mecab to 0.996. 2013-02-18 MeCab 0.996 * fixes missing linkage with iconv. * Add function to generate new CSV file from adding costs and left/right context ID of CVS for user's dictionary. * Add Lattice::set_result() method for generated analysis result to Lattice 2013-01-24 MeCab 0.995 * Reimplementation of partial analysis function * Add API for partial analysis function (Lattice:set_boundary_constrant, Lattice::set_feature_constranit)