aboutsummaryrefslogtreecommitdiff
path: root/japanese/jacode.pl
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* japanese/jacode.pl: Update to 2.13.4.24 (edit)Li-Wen Hsu2021-03-163-11/+8
| | | | | | | | PR: 254325 Submitted by: takefu@airport.fm (maintainer) Notes: svn path=/head/; revision=568553
* Fix and sort LICENSESunpoet Po-Chuan Hsieh2018-06-042-2/+3
| | | | | | | | | | - Add LICENSE_FILE - Update WWW Approved by: portmgr (blanket) Notes: svn path=/head/; revision=471645
* Update to 2.13.4.18Tilman Keskinoz2018-03-092-5/+5
| | | | | | | | PR: 226025 Submitted by: maintainer Notes: svn path=/head/; revision=463981
* japanese/jacode.pl: update 2.13.4.15 -> 2.13.4.16Bartek Rutkowski2017-02-252-4/+4
| | | | | | | | PR: 216743 Submitted by: takefu@airport.fm (maintainer) Notes: svn path=/head/; revision=434826
* Update to version 2.13.4.15Pawel Pekala2016-07-162-4/+4
| | | | | | | | PR: 211132 Submitted by: maintainer Notes: svn path=/head/; revision=418649
* - Update 2.13.4.12Dmitry Marakasov2016-05-282-5/+5
| | | | | | | | | | - While here, add NO_ARCH PR: 209782 Submitted by: takefu@airport.fm (maintainer) Notes: svn path=/head/; revision=415995
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-261-0/+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
* - Update to 2.13.4.11Frederic Culot2014-09-083-6/+6
| | | | | | | | PR: ports/193242 Submitted by: takefu@airport.fm (maintainer) Notes: svn path=/head/; revision=367631
* - Stage supportAntoine Brodin2013-12-012-4/+3
| | | | | | | | | | - remove tab in pkg-descr PR: ports/183516 Submitted by: Takefu (maintainer) Notes: svn path=/head/; revision=335435
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | japanese) Notes: svn path=/head/; revision=327737
* - convert to the new perl5 frameworkAndrej Zverev2013-09-101-6/+3
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326884
* - Update to 2.13.4.10Frederic Culot2011-12-312-6/+6
| | | | | | | | | | | - Pet portlint(1) by moving LICENSE section earlier Changes: http://search.cpan.org/dist/jacode/Changes PR: ports/163622 Submitted by: Takefu <takefu@airport.fm> (maintainer) Notes: svn path=/head/; revision=288319
* - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.Andrej Zverev2011-06-201-1/+1
| | | | | | | | | See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum Notes: svn path=/head/; revision=275886
* - Add a new port: japanese/jacode.plTAKATSU Tomonari2011-05-303-0/+51
jacode.pl - Perl library for Japanese character code conversion This software has upper compatibility to jcode.pl. * jcode.pl upper compatible * Perl4 script * Acts as a wrapper to Encode::from_to * Support HALFWIDTH KATAKANA * Support UTF-8 by cp932 to Unicode table http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP932.TXT http://support.microsoft.com/kb/170559/ja (JIS X 0221:2007 BASIC JAPANESE and COMMON JAPANESE) * Hidden UTF8 flag * No Object oriented * Possible to re-use past code and how to WWW: http://search.cpan.org/dist/jacode/ PR: ports/156972 Submitted by: Takefu <takefu_AT_airport_DOT_fm> Notes: svn path=/head/; revision=274812