summaryrefslogtreecommitdiff
path: root/textproc/mecab-ipadic
AgeCommit message (Collapse)AuthorFilesLines
2015-11-25Remove mk/find-prefix.mk usage from the textproc category.jperkin1-4/+2
The find-prefix infrastructure was required in a pkgviews world where packages installed from pkgsrc could have different installation prefixes, and this was a way for a dependency prefix to be determined. Now that pkgviews has been removed there is no longer any need for the overhead of this infrastructure. Instead we use BUILDLINK_PREFIX.pkg for dependencies pulled in via buildlink, or LOCALBASE/PREFIX where the dependency is coming from pkgsrc. Provides a reasonable performance win due to the reduction of `pkg_info -qp` calls, some of which were redundant anyway as they were duplicating the same information provided by BUILDLINK_PREFIX.pkg.
2015-11-04Add SHA512 digests for distfiles for textproc categoryagc1-1/+2
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.
2012-10-25Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-02-29No need to buildlink with mecab-base, just BUILD_DEPENDS is sufficient.obache1-2/+8
Bump PKGREVISION.
2010-05-16Note commented out LICENSE.obache1-1/+2
mainly ICOT Free Software License.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2008-04-10Introduce variable MECAB_CHARSET for default charset of MeCab.obache1-1/+5
close PR 38040.
2008-02-04Update mecab to 0.97.obache1-1/+3
Pkgsrc changes: * fix some pkglint warining * add DESTDIR support. Changes: * Fix a bug of exclusive control when dictionary is opened in MultiThreading environment. * When installing the Windows version, it came to be able to specify the character-code of the dictionary. * Fix a problem that was not able to be compiled correctly by some compilers. * Add API that changes partial, analytical mode (Tagger::set_partial()) * Add API that changes generation level of lattice (Tagger::set_lattice_level()) * Add API that changes temperature parameter (Tagger::set_theta()) * Add API that changes all candidate output mode (Tagger::set_all_morphs())
2007-06-23Update mecab to 0.96 and mecab-ipadic to 2.7.0-20070610.obache2-7/+7
Fix buffer overflow bug, dictionary incompatibility issue, some functionary enhancements for dictionary
2007-05-12Initial import of mecab-ipadic version 2.7.0.20060707.obache4-0/+31
Japanese Morphological Dictionary for MeCab.