From 95858472ef3e7167d64eee3b5c691b50bdad73da Mon Sep 17 00:00:00 2001 From: espie Date: Tue, 7 Nov 2006 12:29:20 +0000 Subject: [PATCH] interface to japanese character sets in catalyst --- .../Makefile | 27 +++++++++++++++++++ .../distinfo | 4 +++ .../pkg/DESCR | 2 ++ .../pkg/PLIST | 8 ++++++ 4 files changed, 41 insertions(+) create mode 100644 converters/p5-Catalyst-Plugin-Charsets-Japanese/Makefile create mode 100644 converters/p5-Catalyst-Plugin-Charsets-Japanese/distinfo create mode 100644 converters/p5-Catalyst-Plugin-Charsets-Japanese/pkg/DESCR create mode 100644 converters/p5-Catalyst-Plugin-Charsets-Japanese/pkg/PLIST diff --git a/converters/p5-Catalyst-Plugin-Charsets-Japanese/Makefile b/converters/p5-Catalyst-Plugin-Charsets-Japanese/Makefile new file mode 100644 index 00000000000..29815c5c13a --- /dev/null +++ b/converters/p5-Catalyst-Plugin-Charsets-Japanese/Makefile @@ -0,0 +1,27 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2006/11/07 12:29:20 espie Exp $ + +COMMENT= "jcode interface for catalyst" + +DISTNAME= Catalyst-Plugin-Charsets-Japanese-0.06 +PKGNAME= p5-${DISTNAME} +CATEGORIES= converters perl5 www + +# Same as Perl +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/} + +RUN_DEPENDS= ::converters/p5-Jcode \ + ::www/p5-Catalyst-Runtime + +REGRESS_DEPENDS=${RUN_DEPENDS} \ + ::devel/p5-Test-Pod + +CONFIGURE_STYLE=perl + +PKG_ARCH= * + +.include diff --git a/converters/p5-Catalyst-Plugin-Charsets-Japanese/distinfo b/converters/p5-Catalyst-Plugin-Charsets-Japanese/distinfo new file mode 100644 index 00000000000..b1a334faffb --- /dev/null +++ b/converters/p5-Catalyst-Plugin-Charsets-Japanese/distinfo @@ -0,0 +1,4 @@ +MD5 (Catalyst-Plugin-Charsets-Japanese-0.06.tar.gz) = d7550f5eb61310a6b67b5a24cdb0798a +RMD160 (Catalyst-Plugin-Charsets-Japanese-0.06.tar.gz) = 0c246bc6f9671ee90d905dce8ea21fb0202fe4b4 +SHA1 (Catalyst-Plugin-Charsets-Japanese-0.06.tar.gz) = 3995befea7fb646a55442c8e703fd2ed1ce969f6 +SIZE (Catalyst-Plugin-Charsets-Japanese-0.06.tar.gz) = 7992 diff --git a/converters/p5-Catalyst-Plugin-Charsets-Japanese/pkg/DESCR b/converters/p5-Catalyst-Plugin-Charsets-Japanese/pkg/DESCR new file mode 100644 index 00000000000..903bbe66478 --- /dev/null +++ b/converters/p5-Catalyst-Plugin-Charsets-Japanese/pkg/DESCR @@ -0,0 +1,2 @@ +Handle japanese character encodings automatically in Catalyst +(euc, jis, sjis...) diff --git a/converters/p5-Catalyst-Plugin-Charsets-Japanese/pkg/PLIST b/converters/p5-Catalyst-Plugin-Charsets-Japanese/pkg/PLIST new file mode 100644 index 00000000000..bf3dfee4e48 --- /dev/null +++ b/converters/p5-Catalyst-Plugin-Charsets-Japanese/pkg/PLIST @@ -0,0 +1,8 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/07 12:29:20 espie Exp $ +${P5SITE}/Catalyst/Plugin/ +${P5SITE}/Catalyst/Plugin/Charsets/ +${P5SITE}/Catalyst/Plugin/Charsets/Japanese/ +${P5SITE}/Catalyst/Plugin/Charsets/Japanese.pm +${P5SITE}/Catalyst/Plugin/Charsets/Japanese/Nihongo.pod +@man man/man3p/Catalyst::Plugin::Charsets::Japanese.3p +@man man/man3p/Catalyst::Plugin::Charsets::Japanese::Nihongo.3p