diff options
author | leeym <leeym@FreeBSD.org> | 2008-06-15 07:33:46 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2008-06-15 07:33:46 +0800 |
commit | a81cc904ccb9f343e2909fcb0fa7b1c91231438c (patch) | |
tree | d81baf247957639e23af632a23a7ba3d5c42f153 | |
parent | 34ff6fd09149fcaf1f32006a85fab5c886c7339a (diff) | |
download | freebsd-ports-gnome-a81cc904ccb9f343e2909fcb0fa7b1c91231438c.tar.gz freebsd-ports-gnome-a81cc904ccb9f343e2909fcb0fa7b1c91231438c.tar.zst freebsd-ports-gnome-a81cc904ccb9f343e2909fcb0fa7b1c91231438c.zip |
- update to 0.04
-rw-r--r-- | textproc/p5-Unicode-Unihan/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-Unicode-Unihan/distinfo | 6 | ||||
-rw-r--r-- | textproc/p5-Unicode-Unihan/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/p5-Unicode-Unihan/pkg-plist | 7 |
4 files changed, 11 insertions, 11 deletions
diff --git a/textproc/p5-Unicode-Unihan/Makefile b/textproc/p5-Unicode-Unihan/Makefile index b10572e53cd1..b812540f5b43 100644 --- a/textproc/p5-Unicode-Unihan/Makefile +++ b/textproc/p5-Unicode-Unihan/Makefile @@ -6,14 +6,13 @@ # PORTNAME= Unicode-Unihan -DISTVERSION= 0.03 +DISTVERSION= 0.04 CATEGORIES= textproc perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= ../by-authors/id/D/DA/DANKOGAI PKGNAMEPREFIX= p5- MAINTAINER= leeym@FreeBSD.org -COMMENT= The Unihan Data Base 5.0.0 +COMMENT= The Unihan Data Base 5.1.0 PERL_CONFIGURE= yes diff --git a/textproc/p5-Unicode-Unihan/distinfo b/textproc/p5-Unicode-Unihan/distinfo index e1a601f6cf9f..4528526d2946 100644 --- a/textproc/p5-Unicode-Unihan/distinfo +++ b/textproc/p5-Unicode-Unihan/distinfo @@ -1,3 +1,3 @@ -MD5 (Unicode-Unihan-0.03.tar.gz) = 7d92da49f611b9c7c1ff9f19c091e918 -SHA256 (Unicode-Unihan-0.03.tar.gz) = 6436742f639e2bb7d8fbd955ba183ada96af9e8e23a848bd718f85a3fe3dd270 -SIZE (Unicode-Unihan-0.03.tar.gz) = 5120384 +MD5 (Unicode-Unihan-0.04.tar.gz) = 75d1210c43a4761f99ec372f64b499ae +SHA256 (Unicode-Unihan-0.04.tar.gz) = 4cab67bda49226c7e40c9f66c316956bcc6f78e507c08e649d055292faf4759f +SIZE (Unicode-Unihan-0.04.tar.gz) = 5199199 diff --git a/textproc/p5-Unicode-Unihan/pkg-descr b/textproc/p5-Unicode-Unihan/pkg-descr index 7e0b9b1fbf24..32da53c0ac68 100644 --- a/textproc/p5-Unicode-Unihan/pkg-descr +++ b/textproc/p5-Unicode-Unihan/pkg-descr @@ -1,11 +1,11 @@ -Unicode::Unihan - The Unihan Data Base 5.0.0 +Unicode::Unihan - The Unihan Data Base 5.1.0 use Unicode::Unihan; my $db = new Unicode::Unihan; print join("," => $db->Mandarin("\x{5c0f}\x{98fc}\x{5f3e}"), "\n"; This module provides a user-friendly interface to the Unicode Unihan -Database 5.0.0. With this module, the Unihan database is as easy as shown in +Database 5.1.0. With this module, the Unihan database is as easy as shown in above. WWW: http://search.cpan.org/dist/Unicode-Unihan/ diff --git a/textproc/p5-Unicode-Unihan/pkg-plist b/textproc/p5-Unicode-Unihan/pkg-plist index cd14aa2df283..f4ec66e49567 100644 --- a/textproc/p5-Unicode-Unihan/pkg-plist +++ b/textproc/p5-Unicode-Unihan/pkg-plist @@ -1,3 +1,4 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/Unihan/.packlist %%SITE_PERL%%/Unicode/Unihan.pm %%SITE_PERL%%/Unicode/Unihan/AccountingNumeric.db %%SITE_PERL%%/Unicode/Unihan/BigFive.db @@ -84,10 +85,10 @@ %%SITE_PERL%%/Unicode/Unihan/TotalStrokes.db %%SITE_PERL%%/Unicode/Unihan/TraditionalVariant.db %%SITE_PERL%%/Unicode/Unihan/Vietnamese.db +%%SITE_PERL%%/Unicode/Unihan/XHC1983.db %%SITE_PERL%%/Unicode/Unihan/Xerox.db %%SITE_PERL%%/Unicode/Unihan/ZVariant.db -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/Unihan/.packlist -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/Unihan -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode @dirrmtry %%SITE_PERL%%/Unicode/Unihan @dirrmtry %%SITE_PERL%%/Unicode +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/Unihan +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode |