From a10f7721aec5d02b3ce60df205755ffc2ec5121b Mon Sep 17 00:00:00 2001 From: Sergey Matveychuk Date: Sun, 26 Mar 2006 21:02:48 +0000 Subject: [PATCH] On request, decodes all params from UTF-8 octets into a sequence of logical characters. On response, encodes body into UTF-8 octets. WWW: http://search.cpan.org/dist/Catalyst-Plugin-Unicode/ PR: ports/94951 Submitted by: Lars Balker Rasmussen --- www/Makefile | 1 + www/p5-Catalyst-Plugin-Unicode/Makefile | 29 ++++++++++++++++++++++++ www/p5-Catalyst-Plugin-Unicode/distinfo | 3 +++ www/p5-Catalyst-Plugin-Unicode/pkg-descr | 4 ++++ www/p5-Catalyst-Plugin-Unicode/pkg-plist | 3 +++ 5 files changed, 40 insertions(+) create mode 100644 www/p5-Catalyst-Plugin-Unicode/Makefile create mode 100644 www/p5-Catalyst-Plugin-Unicode/distinfo create mode 100644 www/p5-Catalyst-Plugin-Unicode/pkg-descr create mode 100644 www/p5-Catalyst-Plugin-Unicode/pkg-plist diff --git a/www/Makefile b/www/Makefile index fd932fae729e..6e9ade0714e7 100644 --- a/www/Makefile +++ b/www/Makefile @@ -540,6 +540,7 @@ SUBDIR += p5-Catalyst-Plugin-Static SUBDIR += p5-Catalyst-Plugin-SubRequest SUBDIR += p5-Catalyst-Plugin-Textile + SUBDIR += p5-Catalyst-Plugin-Unicode SUBDIR += p5-Catalyst-Plugin-XMLRPC SUBDIR += p5-Catalyst-View-GraphViz SUBDIR += p5-Catalyst-View-HTML-Template diff --git a/www/p5-Catalyst-Plugin-Unicode/Makefile b/www/p5-Catalyst-Plugin-Unicode/Makefile new file mode 100644 index 000000000000..3fd4f1397121 --- /dev/null +++ b/www/p5-Catalyst-Plugin-Unicode/Makefile @@ -0,0 +1,29 @@ +# Ports collection makefile for: p5-Catalyst-Plugin-Unicode +# Date created: Mar 26, 2006 +# Whom: Lars Balker Rasmussen +# +# $FreeBSD$ +# + +PORTNAME= Catalyst-Plugin-Unicode +PORTVERSION= 0.2 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Catalyst +PKGNAMEPREFIX= p5- + +MAINTAINER= lars@balker.dk +COMMENT= Unicode aware Catalyst + +BUILD_DEPENDS= p5-Catalyst>=0:${PORTSDIR}/www/p5-Catalyst +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_MODBUILD= yes + +MAN3= Catalyst::Plugin::Unicode.3 + +.include +.if ${PERL_LEVEL} < 500801 +IGNORE= requires at least Perl 5.8.1. Install lang/perl5.8, and try again +.endif +.include diff --git a/www/p5-Catalyst-Plugin-Unicode/distinfo b/www/p5-Catalyst-Plugin-Unicode/distinfo new file mode 100644 index 000000000000..bba93c41727c --- /dev/null +++ b/www/p5-Catalyst-Plugin-Unicode/distinfo @@ -0,0 +1,3 @@ +MD5 (Catalyst-Plugin-Unicode-0.2.tar.gz) = e95fbe438571b52661729b574d154f74 +SHA256 (Catalyst-Plugin-Unicode-0.2.tar.gz) = ed3a5e8a4d79e6c4c7f5c67c10abeb8cf93fc3cae8a6114026d552a34260baeb +SIZE (Catalyst-Plugin-Unicode-0.2.tar.gz) = 2146 diff --git a/www/p5-Catalyst-Plugin-Unicode/pkg-descr b/www/p5-Catalyst-Plugin-Unicode/pkg-descr new file mode 100644 index 000000000000..dec0d5f70910 --- /dev/null +++ b/www/p5-Catalyst-Plugin-Unicode/pkg-descr @@ -0,0 +1,4 @@ +On request, decodes all params from UTF-8 octets into a sequence of +logical characters. On response, encodes body into UTF-8 octets. + +WWW: http://search.cpan.org/dist/Catalyst-Plugin-Unicode/ diff --git a/www/p5-Catalyst-Plugin-Unicode/pkg-plist b/www/p5-Catalyst-Plugin-Unicode/pkg-plist new file mode 100644 index 000000000000..1d67c9b1d3ab --- /dev/null +++ b/www/p5-Catalyst-Plugin-Unicode/pkg-plist @@ -0,0 +1,3 @@ +%%SITE_PERL%%/Catalyst/Plugin/Unicode.pm +@dirrmtry %%SITE_PERL%%/Catalyst/Plugin +@dirrmtry %%SITE_PERL%%/Catalyst