1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

Update to 2.07

use SITE_PERL and %%SITE_PERL%%
strip pkg-descr from all it's superfluous spaces

PR:		51568
Submitted by:	me
Approved by:	maintainer timeout (+2 months)
This commit is contained in:
Mathieu Arnold 2003-09-02 14:02:05 +00:00
parent 3a5cf2c8c4
commit 958ed52f89
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88354
5 changed files with 35 additions and 24 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Unicode-String
PORTVERSION= 2.06
PORTVERSION= 2.07
CATEGORIES= converters perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Unicode
@ -15,11 +15,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ilia@cgu.chel.su
COMMENT= These are experimental Perl5 modules to handle various Unicode issues
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
PERL_CONFIGURE= yes
MAN3= Unicode::CharName.3 Unicode::String.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (Unicode-String-2.06.tar.gz) = faa22a6d9fadd52451e0c7da0e5aa8f5
MD5 (Unicode-String-2.07.tar.gz) = d3658d0d1adbf69361771244ac88b237

View File

@ -0,0 +1,12 @@
--- String.pm~ Tue Mar 11 04:16:42 2003
+++ String.pm Fri May 2 15:26:38 2003
@@ -128,7 +128,8 @@
# This is different from perl's normal behaviour by not letting
# a U+0030 ("0") be false.
my $self = shift;
- $$self ? 1 : "";
+ my $a = $$self;
+ $a ? 1 : "";
}

View File

@ -1,16 +1,16 @@
These are experimental modules to handle various Unicode issues. They
were made before perl included native UTF8 support.
The current set of modules are:
Unicode::String - represent strings of Unicode chars
Unicode::CharName - look up character names
Unicode::Map8 - mapping tables towards 8-bit char sets
These are experimental modules to handle various Unicode issues. They were
made before perl included native UTF8 support.
The current set of modules are:
Unicode::String - represent strings of Unicode chars
Unicode::CharName - look up character names
Unicode::Map8 - mapping tables towards 8-bit char sets
(the Unicode::Map8 module is distributed separately)
COPYRIGHT 1997-2000 Gisle Aas. All rights reserved.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
COPYRIGHT 1997-2000 Gisle Aas. All rights reserved.
This library is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
WWW: http://www.unicode.org/

View File

@ -1,8 +1,8 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Unicode/CharName.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Unicode/String.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Unicode/String/String.bs
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Unicode/String/String.so
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Unicode/String/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Unicode/String
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Unicode
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Unicode
%%SITE_PERL%%/%%PERL_ARCH%%/Unicode/CharName.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Unicode/String.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/String/.packlist
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/String/String.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/String/String.so
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/String
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Unicode 2>/dev/null || true