Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 May 2023 10:04:08 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7c8c90434c4a - main - japanese/jacode.pl: Update to 2.13.4.31
Message-ID:  <202305101004.34AA48Xo059572@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7c8c90434c4a1e67eef5bf61d7525f70aa83dd74

commit 7c8c90434c4a1e67eef5bf61d7525f70aa83dd74
Author:     Takefu <takefu@airport.fm>
AuthorDate: 2023-05-10 09:57:03 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2023-05-10 10:02:47 +0000

    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
---
 japanese/jacode.pl/Makefile  | 12 +++++++-----
 japanese/jacode.pl/distinfo  |  6 +++---
 japanese/jacode.pl/pkg-descr | 17 +++--------------
 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305101004.34AA48Xo059572>