mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Encode::IMAPUTF7 is a perl module for modification of UTF-7 encoding
for IMAP. IMAP mailbox names are encoded in a modified UTF7 when names contains international characters outside of the printable ASCII range. The modified UTF-7 encoding is defined in RFC2060 (section 5.1.3). WWW: http://search.cpan.org/dist/Encode-IMAPUTF7/
This commit is contained in:
parent
9ba9a43be9
commit
00e24aa957
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246100
@ -61,6 +61,7 @@
|
||||
SUBDIR += p5-Encode
|
||||
SUBDIR += p5-Encode-Detect
|
||||
SUBDIR += p5-Encode-DoubleEncodedUTF8
|
||||
SUBDIR += p5-Encode-IMAPUTF7
|
||||
SUBDIR += p5-Encode-JIS2K
|
||||
SUBDIR += p5-Encode-compat
|
||||
SUBDIR += p5-Encoding-FixLatin
|
||||
|
24
converters/p5-Encode-IMAPUTF7/Makefile
Normal file
24
converters/p5-Encode-IMAPUTF7/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: p5-Encode-IMAPUTF7
|
||||
# Date created: Dec 18, 2009
|
||||
# Whom: Wen Heping <wen@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Encode-IMAPUTF7
|
||||
PORTVERSION= 1.04
|
||||
CATEGORIES= converters perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= wen@FreeBSD.org
|
||||
COMMENT= Modification of UTF-7 encoding for IMAP
|
||||
|
||||
BUILD_DEPENDS= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= 5.8.0+
|
||||
|
||||
MAN3= Encode::IMAPUTF7.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
converters/p5-Encode-IMAPUTF7/distinfo
Normal file
3
converters/p5-Encode-IMAPUTF7/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Encode-IMAPUTF7-1.04.tar.gz) = 0ce3e10c9e9aaf429ad668cc24ce6f3b
|
||||
SHA256 (Encode-IMAPUTF7-1.04.tar.gz) = 71af5e2c023831a723b870f98c2ee8cc9e135b65b6d1430d87dcac8695a71692
|
||||
SIZE (Encode-IMAPUTF7-1.04.tar.gz) = 25266
|
8
converters/p5-Encode-IMAPUTF7/pkg-descr
Normal file
8
converters/p5-Encode-IMAPUTF7/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
Encode::IMAPUTF7 is a perl module for modification of UTF-7 encoding
|
||||
for IMAP.
|
||||
|
||||
IMAP mailbox names are encoded in a modified UTF7 when names contains
|
||||
international characters outside of the printable ASCII range. The
|
||||
modified UTF-7 encoding is defined in RFC2060 (section 5.1.3).
|
||||
|
||||
WWW: http://search.cpan.org/dist/Encode-IMAPUTF7/
|
5
converters/p5-Encode-IMAPUTF7/pkg-plist
Normal file
5
converters/p5-Encode-IMAPUTF7/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/IMAPUTF7/.packlist
|
||||
%%SITE_PERL%%/Encode/IMAPUTF7.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/IMAPUTF7
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode
|
||||
@dirrmtry %%SITE_PERL%%/Encode
|
Loading…
Reference in New Issue
Block a user