simple plugin to easy unicode IO in catalyst
This commit is contained in:
parent
e314fb8238
commit
21f88ca14c
18
textproc/p5-Catalyst-Plugin-Unicode/Makefile
Normal file
18
textproc/p5-Catalyst-Plugin-Unicode/Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/04/17 21:07:48 espie Exp $
|
||||
|
||||
COMMENT= "unicode-aware catalyst"
|
||||
|
||||
DISTNAME= Catalyst-Plugin-Unicode-0.2
|
||||
CATEGORIES= textproc
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
CONFIGURE_STYLE=modbuild
|
||||
MODULES= cpan
|
||||
|
||||
MAKE_ENV= TEST_POD=Yes
|
||||
.include <bsd.port.mk>
|
5
textproc/p5-Catalyst-Plugin-Unicode/distinfo
Normal file
5
textproc/p5-Catalyst-Plugin-Unicode/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (Catalyst-Plugin-Unicode-0.2.tar.gz) = 6V++Q4VxtSZhcptXTRVPdA==
|
||||
RMD160 (Catalyst-Plugin-Unicode-0.2.tar.gz) = HYbaWKElUnAKc6kX2NwxAFMNwTA=
|
||||
SHA1 (Catalyst-Plugin-Unicode-0.2.tar.gz) = LPbC5YHblnuLZi7hjTZ1j/DM3sw=
|
||||
SHA256 (Catalyst-Plugin-Unicode-0.2.tar.gz) = 7Tpeik155sTH9cZ8EKvrjPk/w8rophFAJtVSo0Jguus=
|
||||
SIZE (Catalyst-Plugin-Unicode-0.2.tar.gz) = 2146
|
3
textproc/p5-Catalyst-Plugin-Unicode/pkg/DESCR
Normal file
3
textproc/p5-Catalyst-Plugin-Unicode/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
On request, decodes all params from UTF-8 octets into a sequence of
|
||||
logical characters. On response, encodes body into UTF-8 octets.
|
||||
|
5
textproc/p5-Catalyst-Plugin-Unicode/pkg/PLIST
Normal file
5
textproc/p5-Catalyst-Plugin-Unicode/pkg/PLIST
Normal file
@ -0,0 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/04/17 21:07:48 espie Exp $
|
||||
${P5SITE}/Catalyst/
|
||||
${P5SITE}/Catalyst/Plugin/
|
||||
${P5SITE}/Catalyst/Plugin/Unicode.pm
|
||||
@man man/man3p/Catalyst::Plugin::Unicode.3p
|
Loading…
Reference in New Issue
Block a user