FreeBSD Bugzilla – Attachment 209593 Details for
Bug 242355
[NEW PORT] japanese/p5-Lingua-JA-Romanize-Japanese: Romanization of Japanese language
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
svn diff
p5-Lingua-JA-Romanize-Japanese.shar (text/plain), 3.67 KB, created by
Tomohiro Hosaka
on 2019-12-02 09:09:43 UTC
(
hide
)
Description:
svn diff
Filename:
MIME Type:
Creator:
Tomohiro Hosaka
Created:
2019-12-02 09:09:43 UTC
Size:
3.67 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># Makefile ># distinfo ># files/patch-lib_Lingua_JA_Romanize_DictJA.pm ># pkg-descr ># pkg-message ># pkg-plist ># >echo x - Makefile >sed 's/^X//' >Makefile << 'b67911656ef5d18c4ae36cb6741b7965' >X# $FreeBSD$ >X >XPORTNAME= Lingua-JA-Romanize-Japanese >XPORTVERSION= 0.23 >XCATEGORIES= japanese perl5 >XMASTER_SITES= CPAN >XMASTER_SITE_SUBDIR=CPAN:KAWASAKI >XPKGNAMEPREFIX= p5- >X >XMAINTAINER= bokutin@bokut.in >XCOMMENT= Romanization of Japanese language >X >XLICENSE= GPLv2+ >X >XBUILD_DEPENDS= p5-libwww>=0:www/p5-libwww >X >XUSES= perl5 >XUSE_PERL5= configure >XNO_ARCH= yes >X >XMAKE_ENV+= DISABLE_DIC_DOWNLOAD=1 >X >X.include <bsd.port.mk> >b67911656ef5d18c4ae36cb6741b7965 >echo x - distinfo >sed 's/^X//' >distinfo << '57677d168a5ec21bdf22c9501f075a8f' >XTIMESTAMP = 1574739437 >XSHA256 (Lingua-JA-Romanize-Japanese-0.23.tar.gz) = f3b0926b52576a20701fe0353a068de58f2054d41447811df82a84b897a09699 >XSIZE (Lingua-JA-Romanize-Japanese-0.23.tar.gz) = 41202 >57677d168a5ec21bdf22c9501f075a8f >echo x - files/patch-lib_Lingua_JA_Romanize_DictJA.pm >sed 's/^X//' >files/patch-lib_Lingua_JA_Romanize_DictJA.pm << '646fd9bba41d7da530581e46917a1dd7' >X--- lib/Lingua/JA/Romanize/DictJA.pm.orig 2008-01-20 09:56:38 UTC >X+++ lib/Lingua/JA/Romanize/DictJA.pm >X@@ -58,10 +58,11 @@ $VERSION = "0.23"; >X use Lingua::JA::Romanize::Kana; >X use ExtUtils::MakeMaker; >X use Fcntl; >X+use File::Temp; >X use IO::File; >X >X my $PERL581 = 1 if ( $] >= 5.008001 ); >X-my $FETCH_CACHE = "skk"; >X+my $FETCH_CACHE = File::Temp->newdir; >X my $DICT_DB = 'Japanese.bdb'; >X my $DIC_SMALL = [ qw( >X skk/SKK-JISYO.S >X@@ -130,7 +131,7 @@ sub update { >X my $cand = defined $IO::Zlib::VERSION ? $DIC_GZIPED : $DIC_LARGE; >X print "\t", $_, "\n" foreach (@$cand); >X my $mess = 'Do you wish to download these files?'; >X- my $yes = ExtUtils::MakeMaker::prompt( $mess, 'y' ); >X+ my $yes = ExtUtils::MakeMaker::prompt( $mess, $ENV{DISABLE_DIC_DOWNLOAD} ? 'n' : 'y' ); >X if ( $yes eq 'y' ) { >X $diclist = $cand; >X } >646fd9bba41d7da530581e46917a1dd7 >echo x - pkg-descr >sed 's/^X//' >pkg-descr << '7f9555c3c1089940396b503dd37f3979' >XRomanization of Japanese language. >X >XWWW: https://metacpan.org/release/Lingua-JA-Romanize-Japanese >7f9555c3c1089940396b503dd37f3979 >echo x - pkg-message >sed 's/^X//' >pkg-message << '90c81c06929c43140502a9f17b449376' >X[ >X{ type: install >X message: <<EOM >XThe dictionary included in this package is created from skk/SKK-JISYO.S included in the official tarball. >X >XTo update using a dictionary published online, execute the command below. >Xperl -MLingua::JA::Romanize::DictJA -e 'Lingua::JA::Romanize::DictJA->update();' >XEOM >X} >X] >90c81c06929c43140502a9f17b449376 >echo x - pkg-plist >sed 's/^X//' >pkg-plist << '842cde48cf18b70a11b15515ca566742' >X%%SITE_PERL%%/Lingua/JA/Romanize/Base.pm >X%%SITE_PERL%%/Lingua/JA/Romanize/DictJA.pm >X%%SITE_PERL%%/Lingua/JA/Romanize/Japanese.bdb >X%%SITE_PERL%%/Lingua/JA/Romanize/Japanese.pm >X%%SITE_PERL%%/Lingua/JA/Romanize/Juman.pm >X%%SITE_PERL%%/Lingua/JA/Romanize/Kana.pm >X%%SITE_PERL%%/Lingua/JA/Romanize/Kana/Hepburn.pm >X%%SITE_PERL%%/Lingua/JA/Romanize/MeCab.pm >X%%PERL5_MAN3%%/Lingua::JA::Romanize::Base.3.gz >X%%PERL5_MAN3%%/Lingua::JA::Romanize::DictJA.3.gz >X%%PERL5_MAN3%%/Lingua::JA::Romanize::Japanese.3.gz >X%%PERL5_MAN3%%/Lingua::JA::Romanize::Juman.3.gz >X%%PERL5_MAN3%%/Lingua::JA::Romanize::Kana.3.gz >X%%PERL5_MAN3%%/Lingua::JA::Romanize::Kana::Hepburn.3.gz >X%%PERL5_MAN3%%/Lingua::JA::Romanize::MeCab.3.gz >842cde48cf18b70a11b15515ca566742 >exit >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 242355
: 209593 |
209719