aboutsummaryrefslogtreecommitdiff
path: root/japanese/p5-Lingua-JA-Kana
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* 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-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-5/+0
| | | | Notes: svn path=/head/; revision=372492
* Restore language specific package prefix. This has been erroneously removedEmanuel Haupt2014-02-061-2/+5
| | | | | | | during the staging conversion. Sorry about the noise. Notes: svn path=/head/; revision=343035
* Support staging.Emanuel Haupt2014-02-062-8/+3
| | | | Notes: svn path=/head/; revision=343032
* 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
* - Upgrade to 0.07.Jun Kuriyama2012-08-232-3/+3
| | | | Notes: svn path=/head/; revision=302991
* Fix typos in COMMENTCarlo Strub2012-07-291-1/+1
| | | | | | | Approved by: portmgr@ (implicit) Notes: svn path=/head/; revision=301684
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-1/+1
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* - Upgrade to 0.06.Jun Kuriyama2011-08-062-3/+3
| | | | Notes: svn path=/head/; revision=279018
* - Upgrade to 0.05.Jun Kuriyama2011-07-052-3/+3
| | | | Notes: svn path=/head/; revision=277118
* - Get Rid MD5 supportMartin Wilke2011-03-181-1/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* - Take maintainership.Jun Kuriyama2009-06-051-6/+6
| | | | | | | | - Fix $PKGNAMEPREFIX. - Remove unneeded depends. Notes: svn path=/head/; revision=235291
* Update to 0.04Mathieu Arnold2009-02-262-4/+4
| | | | Notes: svn path=/head/; revision=229113
* Reset infofarmer due to maintainer-timeouts and no response to email.Mark Linimon2008-09-071-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=220031
* Add port japanese/p5-Lingua-JA-Kana:Andrew Pantyukhin2008-05-154-0/+41
This module is a simple utility to convert katakana, hiragana, and romaji at ease. This module makes use of utf8 semantics. Strings in this module must be utf8-flagged. If they are not, you can use Encode to do so. WWW: http://search.cpan.org/dist/Lingua-JA-Kana/ Author: Dan Kogai <dankogai@dan.co.jp> Notes: svn path=/head/; revision=213092