aboutsummaryrefslogtreecommitdiff
path: root/japanese/p5-Text-MeCab
Commit message (Collapse)AuthorAgeFilesLines
* Fix build with Perl 5.18+Mathieu Arnold2015-04-244-7/+22
| | | | | | | | | | | qw(...) can no longer be used as parentheses Also, rename a patch to stick to our naming scheme. Sponsored by: Absolight Notes: svn path=/head/; revision=384670
* Deprecate Perl modules that only work with 5.16, as it's being phased out, withMathieu Arnold2015-04-241-0/+3
| | | | | | | | | | the same deprecation date. With hat: perl@ Sponsored by: Absolight Notes: svn path=/head/; revision=384646
* Remove Author from pkg-descr and white space fixesBaptiste Daroussin2015-03-021-1/+0
| | | | Notes: svn path=/head/; revision=380306
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* Cleanup plistAntoine Brodin2014-11-121-4/+0
| | | | Notes: svn path=/head/; revision=372492
* Mark broken with Perl 5.18 and newerSteve Wills2014-10-261-0/+4
| | | | Notes: svn path=/head/; revision=371526
* Remove all the bootstrap files (.bs) from the plists.Mathieu Arnold2014-06-101-1/+0
| | | | | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=357300
* Support stageBaptiste Daroussin2014-04-082-6/+4
| | | | Notes: svn path=/head/; revision=350570
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | japanese) Notes: svn path=/head/; revision=327737
* - convert to the new perl5 frameworkAndrej Zverev2013-09-161-1/+2
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327410
* Fix buildAndrej Zverev2012-11-051-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307027
* - Get Rid MD5 supportMartin Wilke2011-03-181-1/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* - Mark MAKE_JOBS_UNSAFE=yesPhilip M. Gollucci2010-09-231-0/+2
| | | | | | | Reported by: P6 TB Notes: svn path=/head/; revision=261730
* - Update to 0.20009Wen Heping2010-07-105-24/+51
| | | | | | | | PR: ports/148326 Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> (maintainer) Notes: svn path=/head/; revision=257578
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* - Update to 0.20007Martin Wilke2008-03-143-7/+23
| | | | | | | | PR: 121653 Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> (maintainer) Notes: svn path=/head/; revision=209057
* - Update to 0.20004Martin Wilke2008-03-063-15/+12
| | | | | | | | PR: 121399 Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> (maintainer) Notes: svn path=/head/; revision=208521
* - Update to 0.17Cheng-Lung Sung2007-05-012-5/+4
| | | | | | | | | PR: ports/112285 Submitted by: clsung Approved by: maintainer (TAOKA Fumiyoshi) Notes: svn path=/head/; revision=191278
* - Add ENCODING knob.Cheng-Lung Sung2007-04-241-1/+13
| | | | | | | | | | | - Text::MeCab needs to know dictionary encoding at compiling. Available encodings are euc-jp (default), shift_jis or utf8. PR: ports/112039 Submitted by: maintainer (TAOKA Fumiyoshi) Notes: svn path=/head/; revision=190790
* Update to 0.15Erwin Lansing2007-02-102-4/+4
| | | | | | | | PR: 109009 Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> (maintainer) Notes: svn path=/head/; revision=184756
* - Update to 0.13Cheng-Lung Sung2006-08-092-5/+5
| | | | | | | | | | | - remove IS_INTERACTIVE PR: ports/101687 Submitted by: clsung Approved by: maintainer (TAOKA Fumiyoshi) Notes: svn path=/head/; revision=170173
* - Add IS_INTERACTIVE.Cheng-Lung Sung2006-08-021-1/+2
| | | | | | | | | | - Correct an English comment. PR: ports/101220 Submitted by: maintainer (TAOKA Fumiyoshi) Notes: svn path=/head/; revision=169412
* Add p5-Text-MeCab 0.12, alternate Interface To libmecab.Cheng-Lung Sung2006-07-314-0/+55
PR: ports/101039 Submitted by: TAOKA Fumiyoshi <fmysh at iijmio-mail.jp> Notes: svn path=/head/; revision=169171