diff --git a/japanese/jacode.pl/Makefile b/japanese/jacode.pl/Makefile index 4e51397b657e..ea6f6dbdd223 100644 --- a/japanese/jacode.pl/Makefile +++ b/japanese/jacode.pl/Makefile @@ -1,26 +1,28 @@ PORTNAME= jacode.pl -PORTVERSION= 2.13.4.24 +DISTVERSION= 2.13.4.31 CATEGORIES= japanese perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:INA/${PORTNAME:S|j|J|:S|.pl||} DISTNAME= ${PORTNAME:S|j|J|:S|.pl||}-${PORTVERSION} MAINTAINER= takefu@airport.fm COMMENT= Perl library for Japanese character code conversion -WWW= https://metacpan.org/release/Jacode +WWW= https://metacpan.org/dist/Jacode/ -LICENSE= ART10 GPLv1+ +LICENSE= ART10 GPLv2 LICENSE_COMB= dual LICENSE_FILE_ART10= ${WRKSRC}/LICENSE USES= perl5 USE_PERL5= configure -PLIST_FILES= ${SITE_PERL_REL}/${PORTNAME} -NO_BUILD= yes NO_ARCH= yes +NO_BUILD= yes +PLIST_FILES= ${SITE_PERL_REL}/${PORTNAME}\ + ${SITE_PERL_REL}/${PORTNAME:S|j|J|:S|.pl|.pm|} do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL} ${INSTALL_DATA} ${WRKSRC}/lib/${PORTNAME} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/${PORTNAME} + ${INSTALL_DATA} ${WRKSRC}/lib/${PORTNAME:S|j|J|:S|.pl|.pm|} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/ .include diff --git a/japanese/jacode.pl/distinfo b/japanese/jacode.pl/distinfo index 2149c56a6271..9f57d3bc6ce6 100644 --- a/japanese/jacode.pl/distinfo +++ b/japanese/jacode.pl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1615861162 -SHA256 (Jacode-2.13.4.24.tar.gz) = 05364c99c043ce109e8c936534f171a4ee6449889b4a94e5a2dd5aeca090fc49 -SIZE (Jacode-2.13.4.24.tar.gz) = 5388094 +TIMESTAMP = 1679891032 +SHA256 (Jacode-2.13.4.31.tar.gz) = 6c14769cc7783417ef538a544c7b11aead5ef88063d2ef03fd337639b5b20061 +SIZE (Jacode-2.13.4.31.tar.gz) = 5538417 diff --git a/japanese/jacode.pl/pkg-descr b/japanese/jacode.pl/pkg-descr index ca36e9199b50..6c539f0383e7 100644 --- a/japanese/jacode.pl/pkg-descr +++ b/japanese/jacode.pl/pkg-descr @@ -1,15 +1,4 @@ -jacode.pl - Perl library for Japanese character code conversion +This software can convert each other "JIS", "SJIS", "EUC-JP", and "UTF-8" that +are frequently used as encoding for Japanese string. -This software has upper compatibility to jcode.pl. - -* jcode.pl upper compatible -* Perl4(also Perl5) script -* Acts as a wrapper to Encode::from_to (Yes, not only Japanese!) -* 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 +Interface of "jacode.pl" is same of "jcode.pl" that we know well.