Importing p5-Unicode-IMAPUtf7 package.
Perl extension to deal with IMAP UTF7 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).
This commit is contained in:
parent
3be38dae2b
commit
d215ed4d4f
4 changed files with 31 additions and 0 deletions
5
converters/p5-Unicode-IMAPUtf7/DESCR
Normal file
5
converters/p5-Unicode-IMAPUtf7/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
Perl extension to deal with IMAP UTF7
|
||||
|
||||
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).
|
21
converters/p5-Unicode-IMAPUtf7/Makefile
Normal file
21
converters/p5-Unicode-IMAPUtf7/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2004/06/05 03:15:18 taca Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Unicode-IMAPUtf7-2.00
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= converters mail
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Unicode/}
|
||||
|
||||
MAINTAINER= tech-pkg@NetBSD.org
|
||||
HOMEPAGE= http://cpan.uwinnipeg.ca/module/Unicode::IMAPUtf7
|
||||
COMMENT= Perl extension to deal with IMAP UTF7
|
||||
|
||||
DEPENDS+= p5-Unicode-String>=2.06:../../converters/p5-Unicode-String
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
|
||||
USE_BUILDLINK3= YES
|
||||
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Unicode/IMAPUtf7/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
1
converters/p5-Unicode-IMAPUtf7/PLIST
Normal file
1
converters/p5-Unicode-IMAPUtf7/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2004/06/05 03:15:18 taca Exp $
|
4
converters/p5-Unicode-IMAPUtf7/distinfo
Normal file
4
converters/p5-Unicode-IMAPUtf7/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2004/06/05 03:15:18 taca Exp $
|
||||
|
||||
SHA1 (Unicode-IMAPUtf7-2.00.tar.gz) = 1e4133cb2f64a8f039a80958147a41c880c13fe0
|
||||
Size (Unicode-IMAPUtf7-2.00.tar.gz) = 3574 bytes
|
Loading…
Reference in a new issue