mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
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 <lars@balker.dk>
This commit is contained in:
parent
b2ce6e0e9d
commit
a10f7721ae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158201
@ -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
|
||||
|
29
www/p5-Catalyst-Plugin-Unicode/Makefile
Normal file
29
www/p5-Catalyst-Plugin-Unicode/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# Ports collection makefile for: p5-Catalyst-Plugin-Unicode
|
||||
# Date created: Mar 26, 2006
|
||||
# Whom: Lars Balker Rasmussen <lars@balker.dk>
|
||||
#
|
||||
# $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 <bsd.port.pre.mk>
|
||||
.if ${PERL_LEVEL} < 500801
|
||||
IGNORE= requires at least Perl 5.8.1. Install lang/perl5.8, and try again
|
||||
.endif
|
||||
.include <bsd.port.post.mk>
|
3
www/p5-Catalyst-Plugin-Unicode/distinfo
Normal file
3
www/p5-Catalyst-Plugin-Unicode/distinfo
Normal file
@ -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
|
4
www/p5-Catalyst-Plugin-Unicode/pkg-descr
Normal file
4
www/p5-Catalyst-Plugin-Unicode/pkg-descr
Normal file
@ -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/
|
3
www/p5-Catalyst-Plugin-Unicode/pkg-plist
Normal file
3
www/p5-Catalyst-Plugin-Unicode/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
%%SITE_PERL%%/Catalyst/Plugin/Unicode.pm
|
||||
@dirrmtry %%SITE_PERL%%/Catalyst/Plugin
|
||||
@dirrmtry %%SITE_PERL%%/Catalyst
|
Loading…
Reference in New Issue
Block a user