pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

p5-Unicode-EastAsianWidth-Detect: add version 0.03.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Thu Sep 21 12:23:10 2017 +0200
Changeset:	2f7bf6aff070405cc973a19afefdd5081e2d439e

Added Files:
	p5-Unicode-EastAsianWidth-Detect/DESCR
	p5-Unicode-EastAsianWidth-Detect/Makefile
	p5-Unicode-EastAsianWidth-Detect/distinfo

Log Message:
p5-Unicode-EastAsianWidth-Detect: add version 0.03.

Unicode::EastAsianWidth::Detect is module that can detect the locale
is CJK or not. For example, most of users who uses CJK languages
are thinking that Easy Asian Width Ambiguous Widths should be double
cells.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2f7bf6aff070405cc973a19afefdd5081e2d439e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 p5-Unicode-EastAsianWidth-Detect/DESCR    |  4 ++++
 p5-Unicode-EastAsianWidth-Detect/Makefile | 17 +++++++++++++++++
 p5-Unicode-EastAsianWidth-Detect/distinfo |  6 ++++++
 3 files changed, 27 insertions(+)

diffs:
diff --git a/p5-Unicode-EastAsianWidth-Detect/DESCR b/p5-Unicode-EastAsianWidth-Detect/DESCR
new file mode 100644
index 0000000000..3f97e820cd
--- /dev/null
+++ b/p5-Unicode-EastAsianWidth-Detect/DESCR
@@ -0,0 +1,4 @@
+Unicode::EastAsianWidth::Detect is module that can detect the locale
+is CJK or not. For example, most of users who uses CJK languages
+are thinking that Easy Asian Width Ambiguous Widths should be double
+cells.
diff --git a/p5-Unicode-EastAsianWidth-Detect/Makefile b/p5-Unicode-EastAsianWidth-Detect/Makefile
new file mode 100644
index 0000000000..927ea992ae
--- /dev/null
+++ b/p5-Unicode-EastAsianWidth-Detect/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.6 2017/06/05 14:22:22 ryoon Exp $
+
+DISTNAME=	Unicode-EastAsianWidth-Detect-0.03
+PKGNAME=	p5-${DISTNAME}
+CATEGORIES=	converters perl5
+MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=Unicode/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://search.cpan.org/dist/Unicode-EastAsianWidth-Detect/
+COMMENT=	Perl5 module to detect CJK Language
+LICENSE=	${PERL5_LICENSE}
+
+PERL5_PACKLIST=		auto/Unicode/EastAsianWidth/Detect/.packlist
+PERL5_MODULE_TYPE=	Module::Build
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/p5-Unicode-EastAsianWidth-Detect/distinfo b/p5-Unicode-EastAsianWidth-Detect/distinfo
new file mode 100644
index 0000000000..40a658c19d
--- /dev/null
+++ b/p5-Unicode-EastAsianWidth-Detect/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.3 2017/06/06 08:22:45 ryoon Exp $
+
+SHA1 (Unicode-EastAsianWidth-Detect-0.03.tar.gz) = d70e4f69e894f25bf9d38bccf884cba39a446cbc
+RMD160 (Unicode-EastAsianWidth-Detect-0.03.tar.gz) = 15b4a589da7a635c203b620ef95bb48a5f56ae58
+SHA512 (Unicode-EastAsianWidth-Detect-0.03.tar.gz) = 28231286878980a155bb5727a3021825fa4f455cddd0b2b8304e669a9b8eb95e9aae83d36abaa79a5ca129d9a90858963183dc08ca6b7a069a3308f8714e9073
+Size (Unicode-EastAsianWidth-Detect-0.03.tar.gz) = 9924 bytes


Home | Main Index | Thread Index | Old Index