Port details |
- jacode.pl Perl library for Japanese character code conversion
- 2.13.4.31_1 japanese
=2 2.13.4.31_1Version of this port present on the latest quarterly branch. - Maintainer: takefu@airport.fm
 - Port Added: 2011-05-30 15:13:07
- Last Update: 2023-10-16 06:31:49
- Commit Hash: a3fbfba
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: ART10 GPLv2
- WWW:
- https://metacpan.org/dist/Jacode/
- Description:
- This software can convert each other "JIS", "SJIS", "EUC-JP", and "UTF-8" that
are frequently used as encoding for Japanese string.
Interface of "jacode.pl" is same of "jcode.pl" that we know well.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ja-jacode.pl>0:japanese/jacode.pl
- To install the port:
- cd /usr/ports/japanese/jacode.pl/ && make install clean
- To add the package, run one of these commands:
- pkg install japanese/jacode.pl
- pkg install ja-jacode.pl
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ja-jacode.pl
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1679891032
SHA256 (Jacode-2.13.4.31.tar.gz) = 6c14769cc7783417ef538a544c7b11aead5ef88063d2ef03fd337639b5b20061
SIZE (Jacode-2.13.4.31.tar.gz) = 5538417
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.34<5.35 : lang/perl5.34
- Runtime dependencies:
-
- perl5>=5.34<5.35 : lang/perl5.34
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- japanese_jacode.pl
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.13.4.31_1 16 Oct 2023 06:31:49
    |
Fernando Apesteguía (fernape)  |
japanese/jacode.pl: Fix use of package separator
Use of ' as a package name separator is deprecated in lang/perl5.38
PR: 274445
Reported by: takefu@airport.fm |
2.13.4.31 10 May 2023 10:02:47
    |
Nuno Teixeira (eduardo)  Author: Takefu |
japanese/jacode.pl: Update to 2.13.4.31
- Switch to DISTVERSION
- Update WWW (redirection)
- Update license GPLv1+ to GPLv2
- Update pkg-descr
- Include perl module Jacode.pm
- Pet portclippy
ChangeLog: https://metacpan.org/dist/Jacode/changes
PR: 261461 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.13.4.24 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.13.4.24 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.13.4.24 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.13.4.24 16 Mar 2021 10:53:35
  |
lwhsu  |
japanese/jacode.pl: Update to 2.13.4.24 (edit)
PR: 254325
Submitted by: takefu@airport.fm (maintainer) |
2.13.4.18 04 Jun 2018 18:09:09
  |
sunpoet  |
Fix and sort LICENSE
- Add LICENSE_FILE
- Update WWW
Approved by: portmgr (blanket) |
2.13.4.18 09 Mar 2018 17:39:11
  |
arved  |
Update to 2.13.4.18
PR: 226025
Submitted by: maintainer |
2.13.4.16 25 Feb 2017 16:25:39
  |
robak  |
japanese/jacode.pl: update 2.13.4.15 -> 2.13.4.16
PR: 216743
Submitted by: takefu@airport.fm (maintainer) |
2.13.4.15 16 Jul 2016 19:02:14
  |
pawel  |
Update to version 2.13.4.15
PR: 211132
Submitted by: maintainer |
2.13.4.12 28 May 2016 14:24:14
  |
amdmi3  |
- Update 2.13.4.12
- While here, add NO_ARCH
PR: 209782
Submitted by: takefu@airport.fm (maintainer) |
2.13.4.11_1 26 Nov 2014 13:08:38
  |
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
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 (Only the first 15 lines of the commit message are shown above ) |
2.13.4.11 08 Sep 2014 14:30:45
  |
culot  |
- Update to 2.13.4.11
PR: ports/193242
Submitted by: takefu@airport.fm (maintainer) |
2.13.4.10 01 Dec 2013 19:50:25
  |
antoine  |
- Stage support
- remove tab in pkg-descr
PR: ports/183516
Submitted by: Takefu (maintainer) |
2.13.4.10 20 Sep 2013 18:47:56
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
japanese) |
2.13.4.10 10 Sep 2013 09:39:12
  |
az  |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
2.13.4.10 31 Dec 2011 09:42:07
 |
culot  |
- Update to 2.13.4.10
- 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) |
2.13.4.9 20 Jun 2011 08:37:15
 |
az  |
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum |
2.13.4.9 30 May 2011 15:12:45
 |
tota  |
- Add a new port: japanese/jacode.pl
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> |