mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
add p5-Unicode-IMAPUtf7 1.02
Perl extension to deal with IMAP UTF7 PR: 34284 Submitted by: Seamus Venasse <svenasse@polaris.ca>
This commit is contained in:
parent
d002fdd421
commit
42c19a6d62
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61995
@ -37,6 +37,7 @@
|
||||
SUBDIR += p5-MIME-Base64
|
||||
SUBDIR += p5-String-Multibyte
|
||||
SUBDIR += p5-Text-Iconv
|
||||
SUBDIR += p5-Unicode-IMAPUtf7
|
||||
SUBDIR += p5-Unicode-Map
|
||||
SUBDIR += p5-Unicode-Map8
|
||||
SUBDIR += p5-Unicode-MapUTF8
|
||||
|
26
converters/p5-Unicode-IMAPUtf7/Makefile
Normal file
26
converters/p5-Unicode-IMAPUtf7/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: Unicode::IMAPUtf7
|
||||
# Date created: 25 Jan 2002
|
||||
# Whom: Seamus Venasse <svenasse@polaris.ca>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Unicode-IMAPUtf7
|
||||
PORTVERSION= 1.02
|
||||
CATEGORIES= converters perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Unicode
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= svenasse@polaris.ca
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Unicode/String.pm:${PORTSDIR}/converters/p5-Unicode-String
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Unicode::IMAPUtf7.3
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
1
converters/p5-Unicode-IMAPUtf7/distinfo
Normal file
1
converters/p5-Unicode-IMAPUtf7/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Unicode-IMAPUtf7-1.02.tar.gz) = 968aba5abbbf995156d66a66fcce4030
|
1
converters/p5-Unicode-IMAPUtf7/pkg-comment
Normal file
1
converters/p5-Unicode-IMAPUtf7/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl extension to deal with IMAP UTF7
|
7
converters/p5-Unicode-IMAPUtf7/pkg-descr
Normal file
7
converters/p5-Unicode-IMAPUtf7/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
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/search?dist=Unicode-IMAPUtf7
|
||||
|
||||
Seamus Venasse <svenasse@polaris.ca>
|
8
converters/p5-Unicode-IMAPUtf7/pkg-plist
Normal file
8
converters/p5-Unicode-IMAPUtf7/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Unicode/IMAPUtf7/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Unicode/IMAPUtf7.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/auto/Unicode/IMAPUtf7/autosplit.ix
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Unicode/IMAPUtf7 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Unicode 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Unicode 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Unicode/IMAPUtf7 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Unicode 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user