View | Details | Raw Unified | Return to bug 29628
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	Text-Iconv
8
PORTNAME=	Text-Iconv
9
PORTVERSION=	1.1
9
PORTVERSION=	1.2
10
CATEGORIES=	converters perl5
10
CATEGORIES=	converters perl5
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
12
MASTER_SITE_SUBDIR=	Text
12
MASTER_SITE_SUBDIR=	Text
(-)distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (Text-Iconv-1.1.tar.gz) = 17c5da932b61f12d44fa6ca65c1d7775
1
MD5 (Text-Iconv-1.2.tar.gz) = eb1bfd6f713024bbad95048b367abdf9
(-)pkg-descr (-1 / +6 lines)
Line 1 Link Here
1
Text::Iconv - Perl interface to iconv() codeset conversion function
1
The Text::Iconv module provides a Perl interface to the iconv()
2
function as defined by the Single UNIX Specification.  The convert()
3
method converts the encoding of characters in the input string from
4
the fromcode codeset to the tocode codeset, and returns the result.
5
6
WWW: http://search.cpan.org/search?dist=Text-Iconv
(-)pkg-plist (-1 / +1 lines)
Lines 1-5 Link Here
1
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Iconv/.packlist
2
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Text/Iconv.pm
1
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Text/Iconv.pm
2
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Iconv/.packlist
3
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Iconv/Iconv.bs
3
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Iconv/Iconv.bs
4
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Iconv/Iconv.so
4
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Iconv/Iconv.so
5
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Iconv/autosplit.ix
5
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Iconv/autosplit.ix

Return to bug 29628