diff options
author | Aaron Dalton <aaron@FreeBSD.org> | 2006-06-12 17:33:37 +0000 |
---|---|---|
committer | Aaron Dalton <aaron@FreeBSD.org> | 2006-06-12 17:33:37 +0000 |
commit | 831af5fc466c737116b030a1b4f31213c126137a (patch) | |
tree | 4e19e97570141695bd62a3ebdc6075a0e6c7b070 /converters/p5-Unicode-MapUTF8 | |
parent | 2d44899786a02a8f4920f85b50181c786228d998 (diff) | |
download | ports-831af5fc466c737116b030a1b4f31213c126137a.tar.gz ports-831af5fc466c737116b030a1b4f31213c126137a.zip |
Notes
Diffstat (limited to 'converters/p5-Unicode-MapUTF8')
-rw-r--r-- | converters/p5-Unicode-MapUTF8/Makefile | 3 | ||||
-rw-r--r-- | converters/p5-Unicode-MapUTF8/distinfo | 6 | ||||
-rw-r--r-- | converters/p5-Unicode-MapUTF8/pkg-descr | 6 | ||||
-rw-r--r-- | converters/p5-Unicode-MapUTF8/pkg-plist | 5 |
4 files changed, 10 insertions, 10 deletions
diff --git a/converters/p5-Unicode-MapUTF8/Makefile b/converters/p5-Unicode-MapUTF8/Makefile index fe4b4d35a363..039877302443 100644 --- a/converters/p5-Unicode-MapUTF8/Makefile +++ b/converters/p5-Unicode-MapUTF8/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= Unicode-MapUTF8 -PORTVERSION= 1.09 +PORTVERSION= 1.11 CATEGORIES= converters perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Unicode @@ -23,7 +23,6 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= Unicode::MapUTF8.3 -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include <bsd.port.pre.mk> diff --git a/converters/p5-Unicode-MapUTF8/distinfo b/converters/p5-Unicode-MapUTF8/distinfo index 5719390ec8de..01751eaf35a0 100644 --- a/converters/p5-Unicode-MapUTF8/distinfo +++ b/converters/p5-Unicode-MapUTF8/distinfo @@ -1,3 +1,3 @@ -MD5 (Unicode-MapUTF8-1.09.tar.gz) = 32b2593bb38b24b5f5fef2aaf444a367 -SHA256 (Unicode-MapUTF8-1.09.tar.gz) = 838734e0d4fc8cdaaf94df7144e07072fad9602e4c305c0faed32498236dd98d -SIZE (Unicode-MapUTF8-1.09.tar.gz) = 7667 +MD5 (Unicode-MapUTF8-1.11.tar.gz) = 16e66ee0bdc0e6cc9c36e29212d8ffdc +SHA256 (Unicode-MapUTF8-1.11.tar.gz) = db534d74b18b2464743efc6aada51854e0fde88f875d208a154eddb9f2b50e93 +SIZE (Unicode-MapUTF8-1.11.tar.gz) = 16402 diff --git a/converters/p5-Unicode-MapUTF8/pkg-descr b/converters/p5-Unicode-MapUTF8/pkg-descr index cc27dd5c650e..466897b404fd 100644 --- a/converters/p5-Unicode-MapUTF8/pkg-descr +++ b/converters/p5-Unicode-MapUTF8/pkg-descr @@ -1,6 +1,3 @@ -Unicode::MapUTF8 ----------------- - Provides an adapter layer between core routines for converting to and from UTF8 and other encodings. In essence, a way to give multiple existing Unicode modules a single common interface so @@ -9,3 +6,6 @@ simple UTF8 to-from other character set string conversions. As such, it wraps the Unicode::String, Unicode::Map8, Unicode::Map and Jcode modules in a standardized and simple API. + +WWW: http://search.cpan.org/dist/Unicode-MapUTF8 +Author: Benjamin Franz <snowhare@nihongo.org> diff --git a/converters/p5-Unicode-MapUTF8/pkg-plist b/converters/p5-Unicode-MapUTF8/pkg-plist index 6a633ea87f33..a97f13bb1132 100644 --- a/converters/p5-Unicode-MapUTF8/pkg-plist +++ b/converters/p5-Unicode-MapUTF8/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/Unicode/MapUTF8.pm +%%SITE_PERL%%/Unicode/MapUTF8.pod %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/MapUTF8/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/MapUTF8 -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode -@dirrm %%SITE_PERL%%/Unicode +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode +@dirrmtry %%SITE_PERL%%/Unicode |