aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakefu <takefu@airport.fm>2023-05-10 09:57:03 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2023-05-10 10:02:47 +0000
commit7c8c90434c4a1e67eef5bf61d7525f70aa83dd74 (patch)
treea1242ffdfee0ce1d69e3973c6cb193f1ea9571de
parent685982deabd566ddbf17c6cb7a1d511a67c803cb (diff)
downloadports-7c8c90434c4a1e67eef5bf61d7525f70aa83dd74.tar.gz
ports-7c8c90434c4a1e67eef5bf61d7525f70aa83dd74.zip
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
-rw-r--r--japanese/jacode.pl/Makefile12
-rw-r--r--japanese/jacode.pl/distinfo6
-rw-r--r--japanese/jacode.pl/pkg-descr17
3 files changed, 13 insertions, 22 deletions
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,5 +1,5 @@
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||}
@@ -7,20 +7,22 @@ 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 <bsd.port.mk>
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.