Add p5-Unicode-RecursiveDowngrade 0.02, perl extension to turn off UTF-8

flags inside of comprex variable.
This commit is contained in:
Jun Kuriyama 2005-11-04 09:35:58 +00:00
parent b1dce727a2
commit 71157d95dd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=147195
5 changed files with 32 additions and 0 deletions

View file

@ -58,6 +58,7 @@
SUBDIR += p5-Unicode-Map
SUBDIR += p5-Unicode-Map8
SUBDIR += p5-Unicode-MapUTF8
SUBDIR += p5-Unicode-RecursiveDowngrade
SUBDIR += p5-Unicode-String
SUBDIR += pecl-fribidi
SUBDIR += php4-iconv

View file

@ -0,0 +1,21 @@
# New ports collection makefile for: Unicode-RecursiveDowngrade
# Date created: 4 Nov 2005
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Unicode-RecursiveDowngrade
PORTVERSION= 0.02
CATEGORIES= converters perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/T/TA/TANIGUCHI
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension to turn off UTF-8 flags inside of comprex variable
PERL_CONFIGURE= yes
MAN3= Unicode::RecursiveDowngrade.3
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
MD5 (Unicode-RecursiveDowngrade-0.02.tar.gz) = af468e3642346b620def094b250aee8f
SIZE (Unicode-RecursiveDowngrade-0.02.tar.gz) = 4254

View file

@ -0,0 +1,3 @@
Perl extension to turn off UTF-8 flags inside of comprex variable.
WWW: http://search.cpan.org/dist/Unicode-RecursiveDowngrade

View file

@ -0,0 +1,5 @@
%%SITE_PERL%%/Unicode/RecursiveDowngrade.pm
@unexec rmdir %D/%%SITE_PERL%%/Unicode 2>/dev/null || true
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/RecursiveDowngrade/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/RecursiveDowngrade
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode 2>/dev/null || true