Port details |
- jcode.pl Perl library for Japanese character code conversion
- 2.13_2 japanese =8 2.13_2Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: unknown
- Last Update: 2022-07-20 14:22:11
- Commit Hash: 8d9b67b
- People watching this port, also watch:: m4, gettext, freetype2, expat, p5-URI
- Also Listed In: perl5
- License: JCODE.PL
- Description:
- jcode.pl is a perl library for japanese character code conversion.
It supports translation of each JIS, EUC, Shift JIS texts,
and automatically recognizes the encode-method of the target text files.
To use this, your script should load this library as
+ require "jcode.pl";
or
+ require('jcode.pl');
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ja-jcode.pl>0:japanese/jcode.pl
- To install the port:
- cd /usr/ports/japanese/jcode.pl/ && make install clean
- To add the package, run one of these commands:
- pkg install japanese/jcode.pl
- pkg install ja-jcode.pl
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ja-jcode.pl
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (jcode.pl-2.13) = 43e1a230e78db67065fa4f39f05b7f4ae0cbaef3070125ad985288315765142d
SIZE (jcode.pl-2.13) = 21093
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Run
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- japanese_jcode.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_2 20 Jul 2022 14:22:11 |
Tobias C. Berner (tcberner) |
japanese: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* ABURAYER Rewsirow <pcs51674@asciinet.or.jp>
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Akito FUJITA <fujita@zoo.ncl.omron.co.jp>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Daichi GOTO <daichi@FreeBSD.org>
* Daisuke Kawahara <kawahara@pine.kuee.kyoto-u.ac.jp>
* David O'Brien (obrien@cs.ucdavis.edu)
* Eiji-usagi-MATSUmoto <usagi@ruby.club.or.jp>
* FUJISHIMA Satsuki <sf@FreeBSD.org>
* Fumihiko Kimura <jfkimura@yahoo.co.jp> (Only the first 15 lines of the commit message are shown above ) |
2.13_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.13_2 03 Jan 2019 18:08:40 |
antoine |
Fix LICENSE_PERMS |
2.13_2 30 Apr 2018 13:12:56 |
nobutaka |
- Fix license information.
- Regenerate patch by 'make makepatch' to fix portlint warning.
- Add NO_ARCH.
PR: 222535
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> |
2.13_2 05 Nov 2015 12:36:25 |
mat |
Fix ports that confused the meaning of WRKDIR and WRKSRC.
PR: 204056
Submitted by: mat
Reviewed by: bapt
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D2735 |
2.13_2 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_1 01 Dec 2013 19:48:36 |
antoine |
- Stage support
- Add LICENSE
PR: ports/183517
Submitted by: Takefu |
2.13_1 20 Sep 2013 18:47:56 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
japanese) |
2.13_1 03 Aug 2013 13:44:01 |
mat |
- Convert to new perl framework
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
2.13_1 03 Oct 2011 21:48:36 |
tota |
- Add a patch to fix deprecated defined(%hash) issue
PR: ports/160174
Submitted by: Takefu <takefu_AT_airport_DOT_fm> |
2.13 02 Aug 2011 20:58:23 |
ehaupt |
Remove WWW entries from unmaintained ports that return 404 or where the domain
disappeared. |
2.13 28 May 2011 01:38:04 |
tota |
- Update MASTER_SITES to make fetchable
- Fix command lines in the do-install target
* not to use undefined variable: INSTALL_DIR
* not to use SITE_PERL that contains LOCALBASE |
2.13 18 Mar 2011 17:59:51 |
miwi |
- Get Rid MD5 support
With hat: portmgr (myself) |
2.13 10 Oct 2010 02:35:27 |
pgollucci |
- Some clean ups
- Pull pkg-plist to PLIST_FILES
- Add perl5 virtual category
Prompted by: PR: ports/149544, ports/149545 |
2.13 21 Dec 2009 02:19:12 |
dougb |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
2.13 05 Mar 2009 17:56:24 |
skv |
Remove variable PERL_VER from the ports tree at all - because
it is obsolete since Perl 5.6.0. |
2.13 24 Nov 2005 23:02:13 |
pav |
- Add SHA256 |
2.13 03 Apr 2005 21:30:39 |
kris |
Reset inactive maintainer. Thanks for your work in the past! |
2.13 02 Jun 2004 12:24:01 |
kris |
Add missing USE_PERL5_RUN |
2.13 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
2.13 07 Mar 2003 06:04:59 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
2.13 10 Jul 2002 07:38:49 |
sada |
- upgrade to version 2.13
- note proper MASTER_SITE and WWW
- use perl5 base install location |
08 Oct 2000 03:24:23 |
asami |
Convert category japanese to new layout. |
13 Jun 2000 13:08:18 |
sada |
Changed maintainer's mail address. |
13 Jun 2000 13:05:56 |
sada |
To remove installed directory when no file remains. |