Update of
/cvsroot/fink/dists/10.4-transitional/stable/main/finkinfo/libs/perlmods
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1664/10.4-transitional/stable/main/finkinfo/libs/perlmods
Added Files:
nkf-pm.info nkf-pm.patch
Log Message:
moved from unstable.
--- NEW FILE: nkf-pm.info ---
Info2: <<
Package: nkf-pm%type_pkg[perl]
Version: 2.0.4.2005.01.02
Revision: 8
Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
Description: Perl module for NKF
License: Restrictive/Distributable
Maintainer: Todai Fink Team <[EMAIL PROTECTED]>
Depends: perl%type_pkg[perl]-core
BuildDepends: fink (>= 0.13.0-1)
Type: perl (5.8.4 5.8.6)
Source: http://www01.tcp-ip.or.jp/~furukawa/nkf_utf8/nkf204-2005.01.02.tar.gz
Source-MD5: 853eb2eac6295791d9d60a3450c6a5af
SourceDirectory: nkf204/NKF.mod
UpdatePOD: true
Patch: nkf-pm.patch
PatchScript: <<
head -n 21 NKF.pm > LICENSE
<<
DocFiles: Changes README LICENSE
InstallScript: <<
%{default_script}
mkdir -p %i/lib/perl5/%type_raw[perl]/man
mv %i/share/man/man3 %i/lib/perl5/%type_raw[perl]/man/man3
<<
DescDetail: <<
nkf-pm will let you use the feature of the NKF(Network Kanji code conversion
Filter) as NKF.pm from Perl programs.
<<
DescPackaging: earlier versions by Masanori Sekino ("nkf")
Homepage: http://sourceforge.jp/projects/nkf/
<<
--- NEW FILE: nkf-pm.patch ---
diff -Naur NKF.mod.orig/NKF.pm NKF.mod/NKF.pm
--- NKF.mod.orig/NKF.pm Sun Mar 13 01:19:52 2005
+++ NKF.mod/NKF.pm Sun Mar 13 01:15:49 2005
@@ -29,6 +29,13 @@
require Exporter;
require DynaLoader;
+BEGIN{
+if ($^V >= 5.008){
+ require encoding;
+ encoding->unimport();
+}
+}
+
@ISA = qw(Exporter DynaLoader);
# Items to export into callers namespace by default. Note: do not export
# names by default without a very good reason. Use EXPORT_OK instead.
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits