Port details |
- p5-Encode-HanConvert Traditional and Simplified Chinese mappings
- 0.35_2 chinese =4 0.35_2Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2003-04-27 00:10:40
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: p5-PerlIO-eol, p5-VCP-Dest-svk, svk, p5-IO-Digest, p5-PerlIO-via-symlink
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Encode-HanConvert
- Description:
- This module is an attempt to solve most common problems occurred in
Traditional vs. Simplified Chinese conversion, in an efficient,
flexible way, without resorting to external tools or modules.
After installing this module, you'll have two additional encoding
formats: big5-simp maps Big5 into Unicode's Simplified Chinese
(and vice versa), and gbk-trad maps CP936 (better known as GBK)
into Unicode's Traditional Chinese and back.
The module exports various xxx_to_yyy functions by default, where
xxx and yyy are one of big5, gb (i.e. GBK/CP936), simp (simplified
Chinese unicode), or trad (traditional Chinese unicode).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Encode-HanConvert>0:chinese/p5-Encode-HanConvert
- To install the port:
- cd /usr/ports/chinese/p5-Encode-HanConvert/ && make install clean
- To add the package, run one of these commands:
- pkg install chinese/p5-Encode-HanConvert
- pkg install p5-Encode-HanConvert
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Encode-HanConvert
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Encode-HanConvert-0.35.tar.gz) = 65519610e33ee9b4c13f0674d08a32445ff3fe64bb6091332925e71c7b6cead8
SIZE (Encode-HanConvert-0.35.tar.gz) = 246530
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.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- chinese_p5-Encode-HanConvert
- 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 |
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) |
0.35_2 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 ) |
0.35_2 20 Jul 2022 14:21:00 |
Tobias C. Berner (tcberner) |
chinese: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <intron@intron.ac>
* Bo-Yi Wu <appleboy.tw@gmail.com>
* Chih-Hsin Chang <chihhsin@cs.nctu.edu.tw>
* Ching-Hong Wu <woju@freebsd.ntu.edu.tw>
* David O'Brien (obrien@FreeBSD.org)
* David O'Brien (obrien@cs.ucdavis.edu)
* Eric L. Camachat <eric@camachat.org>
* Foxfair Hu <foxfair@FreeBSD.org>
* G. Adam Stanislav <adam@whizkidtech.net>
* Gasol Wu <gasol.wu@gmail.com>
* Gea-Suan Lin <gslin@gslin.org> (Only the first 15 lines of the commit message are shown above ) |
0.35_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.35_2 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
0.35_2 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
0.35_2 14 Sep 2015 12:19:50 |
mat |
Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542 |
0.35_2 29 Jun 2015 15:47:45 |
adamw |
After r390893, chmod u+w/u-w for stripping perl XS modules is unnecessary,
and in fact now leads to incorrect permissions.
Remove all instances of it from perl@ ports. |
0.35_2 08 May 2015 18:20:31 |
adamw |
Reassign chinese/ perl modules to perl@.
Also:
- sort plists
- p5-Lingua-ZH-Keywords fails 'make test' but did so before
- p5-Lingua-ZH-Summarize hangs during t/1-basic.t |
0.35_2 17 Mar 2015 03:11:53 |
amdmi3 |
- Strip library |
0.35_1 12 Mar 2015 18:26:23 |
sunpoet |
- Add LICENSE
- Remove regression-test:
- Sort PLIST |
0.35_1 16 Jan 2015 17:28:14 |
rafan |
Drop maintainership as I no longer use these software nor have time and
energy to keep up. |
0.35_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 ) |
0.35 20 Oct 2014 08:38:22 |
bapt |
Cleanup plist |
0.35 10 Jun 2014 12:14:14 |
mat |
Remove all the bootstrap files (.bs) from the plists.
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 |
0.35 26 Sep 2013 14:35:05 |
vanilla |
Support stage. |
0.35 20 Sep 2013 16:01:22 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
chinese) |
0.35 05 Sep 2013 07:29:06 |
az |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket) |
0.35 09 Feb 2013 12:00:53 |
crees |
Various spelling corrections
PR: ports/175331
Submitted by: Christoph Mallon
Approved by: No objections within three weeks from any maintainer
While here, style and duplicate phrase fixes in bsdcflow pkg-descr
Submitted by: mi |
0.35 16 Dec 2012 06:12:28 |
az |
- Set default perl version for ports which currently using
(5.x+ and x < 12) scheme.
Approved by: bapt@ (portmgr@) |
0.35 13 Mar 2012 16:15:36 |
pgollucci |
- Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so) |
0.35 08 Mar 2012 18:45:38 |
pgollucci |
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index |
0.35 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.35 15 Feb 2009 05:20:35 |
rafan |
- Update to 0.35 |
0.34 17 Apr 2008 14:30:31 |
araujo |
- Take advantage of CPAN macro from bsd.sites.mk, change
${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) |
0.34 08 Sep 2007 13:11:41 |
rafan |
- Require perl 5.7.3 and above |
0.34 08 Sep 2007 00:19:13 |
linimon |
Drop support for older perl levels.
Hat: portmgr |
0.34 18 Jul 2007 07:18:09 |
rafan |
- Update to 0.34 |
0.33 14 Dec 2006 02:14:49 |
rafan |
- Update to 0.33 |
0.31 27 Jun 2006 03:58:58 |
rafan |
Change to my FreeBSD.org email.
Approved by: delphij (mentor) |
0.31 22 Jan 2006 08:21:06 |
edwin |
SHA256ify
Approved by: krion@ |
0.31 22 Jan 2006 05:52:28 |
edwin |
eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.31 22 Jan 2006 01:27:08 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.31 11 Aug 2004 09:04:10 |
ijliao |
pass maintainership |
0.31 22 Jul 2004 07:59:04 |
vanilla |
- Update to 0.31
- Take maintainership
PR: ports/69412
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
0.28 10 Apr 2004 17:26:55 |
trevor |
Tidy up whitespace. |
0.28 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
0.28 21 Nov 2003 03:09:45 |
linimon |
statue@freebsd.sinica.edu.tw has asked for all the maintained
ports to be reset to ports@FreeBSD.org. We're sorry to see you
go and want to thank you for your help in the past.
PR: ports/59515
Submitted by: statue@freebsd.sinica.edu.tw |
0.28 07 Aug 2003 11:21:09 |
erwin |
- Update to 0.28
- add perl5 to categories
- add WWW
PR: 55312
Submitted by: Mathieu Arnold <m@absolight.net>
Approved by: maintainer |
0.26 11 Jun 2003 07:05:38 |
leeym |
remove extra directory.
Noticed by: bento |
0.26 01 Jun 2003 08:44:26 |
leeym |
update to 0.26
PR: 52734
Submitted by: Statue <statue@freebsd.sinica.edu.tw> |
0.24 27 Apr 2003 00:09:52 |
vanilla |
Add p5-Encode-HanConvert 0.24,
traditional and Simplified Chinese
mappings.
PR: 50950
Submitted by: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw> |