pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc Add p5-Encode-IMAPUTF7 version 1.05



details:   https://anonhg.NetBSD.org/pkgsrc/rev/feb69e9c0e60
branches:  trunk
changeset: 771408:feb69e9c0e60
user:      prlw1 <prlw1%pkgsrc.org@localhost>
date:      Sat Dec 18 14:56:49 2021 +0000

description:
Add p5-Encode-IMAPUTF7 version 1.05

IMAP mailbox names are encoded in a modified UTF-7 when names
contain international characters outside of the printable ASCII
range.  The modified UTF-7 encoding is defined in RFC2060 (section
5.1.3).

diffstat:

 textproc/Makefile                    |   3 ++-
 textproc/p5-Encode-IMAPUTF7/DESCR    |   4 ++++
 textproc/p5-Encode-IMAPUTF7/Makefile |  18 ++++++++++++++++++
 textproc/p5-Encode-IMAPUTF7/distinfo |   5 +++++
 4 files changed, 29 insertions(+), 1 deletions(-)

diffs (56 lines):

diff -r 38d80dfff88f -r feb69e9c0e60 textproc/Makefile
--- a/textproc/Makefile Sat Dec 18 14:16:52 2021 +0000
+++ b/textproc/Makefile Sat Dec 18 14:56:49 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1261 2021/12/10 18:42:53 hubertf Exp $
+# $NetBSD: Makefile,v 1.1262 2021/12/18 14:56:49 prlw1 Exp $
 #
 
 COMMENT=       Text processing utilities (does not include desktop publishing)
@@ -657,6 +657,7 @@
 SUBDIR+=       p5-Encode-Detect
 SUBDIR+=       p5-Encode-EUCJPASCII
 SUBDIR+=       p5-Encode-HanExtra
+SUBDIR+=       p5-Encode-IMAPUTF7
 SUBDIR+=       p5-Encode-JIS2K
 SUBDIR+=       p5-Encode-Locale
 SUBDIR+=       p5-Feed-Find
diff -r 38d80dfff88f -r feb69e9c0e60 textproc/p5-Encode-IMAPUTF7/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Encode-IMAPUTF7/DESCR Sat Dec 18 14:56:49 2021 +0000
@@ -0,0 +1,4 @@
+IMAP mailbox names are encoded in a modified UTF-7 when names
+contain international characters outside of the printable ASCII
+range.  The modified UTF-7 encoding is defined in RFC2060 (section
+5.1.3).
diff -r 38d80dfff88f -r feb69e9c0e60 textproc/p5-Encode-IMAPUTF7/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Encode-IMAPUTF7/Makefile      Sat Dec 18 14:56:49 2021 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2021/12/18 14:56:50 prlw1 Exp $
+
+DISTNAME=      Encode-IMAPUTF7-1.05
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    textproc perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Encode/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://metacpan.org/dist/Encode-IMAPUTF7
+COMMENT=       Perl extension to deal with UTF-7 modification for IMAP
+LICENSE=       ${PERL5_LICENSE}
+
+DEPENDS+=      p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
+
+PERL5_PACKLIST=                auto/Encode/IMAPUTF7/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 38d80dfff88f -r feb69e9c0e60 textproc/p5-Encode-IMAPUTF7/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Encode-IMAPUTF7/distinfo      Sat Dec 18 14:56:49 2021 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2021/12/18 14:56:50 prlw1 Exp $
+
+BLAKE2s (Encode-IMAPUTF7-1.05.tar.gz) = 7920f38a54b504132fcb6ea6a9d51a7fa66bf0a7e51ec76885b31e44b1c384f0
+SHA512 (Encode-IMAPUTF7-1.05.tar.gz) = e286e059db72c498173a312223152ca492700282345cccbd21ea49e0334fedcd922ae40b018aa8a6b474a10fbff9ac49f46d4c6f9920f3e508adab42bdca976f
+Size (Encode-IMAPUTF7-1.05.tar.gz) = 25646 bytes



Home | Main Index | Thread Index | Old Index