[Erp5-report] r24128 - in /spec/mandriva/2008.0: perl-Encode-HanExtra/ perl-Encode-JIS2K/ w...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Oct 9 20:26:21 CEST 2008


Author: kazuhiko
Date: Thu Oct  9 20:26:21 2008
New Revision: 24128

URL: http://svn.erp5.org?rev=24128&view=rev
Log:
support more encodings.

Added:
    spec/mandriva/2008.0/perl-Encode-HanExtra/
    spec/mandriva/2008.0/perl-Encode-HanExtra/perl-Encode-HanExtra.spec
    spec/mandriva/2008.0/perl-Encode-JIS2K/
    spec/mandriva/2008.0/perl-Encode-JIS2K/perl-Encode-JIS2K.spec
Modified:
    spec/mandriva/2008.0/w3c-markup-validator/w3c-markup-validator.spec

Added: spec/mandriva/2008.0/perl-Encode-HanExtra/perl-Encode-HanExtra.spec
URL: http://svn.erp5.org/spec/mandriva/2008.0/perl-Encode-HanExtra/perl-Encode-HanExtra.spec?rev=24128&view=auto
==============================================================================
--- spec/mandriva/2008.0/perl-Encode-HanExtra/perl-Encode-HanExtra.spec (added)
+++ spec/mandriva/2008.0/perl-Encode-HanExtra/perl-Encode-HanExtra.spec Thu Oct  9 20:26:21 2008
@@ -1,0 +1,72 @@
+%define module	Encode-HanExtra
+%define name	perl-%{module}
+%define version	0.23
+%define release %mkrel 1
+
+Name:		%{name}
+Version:	%{version}
+Release:	%{release}
+Summary:	Extra sets of Chinese encodings
+Group:		Development/Perl
+License:	MIT
+Source:		http://www.cpan.org/authors/id/S/SB/SBURKE/%{module}-%{version}.tar.gz
+Url:		http://search.cpan.org/dist/%{module}/
+%if %{mdkversion} < 1010
+BuildRequires:	perl-devel
+%endif
+BuildRoot:	%{_tmppath}/%{name}-%{version}
+
+%description
+This version includes the following encoding tables:
+
+  Canonical   Alias                             Description
+  -----------------------------------------------------------------------------
+  big5-1984   /\b(tca-)?big5-?(19)?84$/i        TCA's original Big5-1984
+  big5-2003   /\b(cmex-)?big5-?(20)?03$/i       Big5-2003 (national standard)
+  big5ext     /\b(cmex-)?big5-?e(xt)?$/i        CMEX's Big5e Extension
+  big5plus    /\b(cmex-)?big5-?p(lus)?$/i       CMEX's Big5+ Extension
+              /\b(cmex-)?big5\+$/i
+  cccii       /\b(ccag-)?cccii$/i               Chinese Character Code for
+                                                Information Interchange
+  cns11643-1  /\bCNS[-_ ]?11643[-_]1$/i         Taiwan's CNS map, plane 1
+  cns11643-2  /\bCNS[-_ ]?11643[-_]2$/i         Taiwan's CNS map, plane 2
+  cns11643-3  /\bCNS[-_ ]?11643[-_]3$/i         Taiwan's CNS map, plane 3
+  cns11643-4  /\bCNS[-_ ]?11643[-_]4$/i         Taiwan's CNS map, plane 4
+  cns11643-5  /\bCNS[-_ ]?11643[-_]5$/i         Taiwan's CNS map, plane 5
+  cns11643-6  /\bCNS[-_ ]?11643[-_]6$/i         Taiwan's CNS map, plane 6
+  cns11643-7  /\bCNS[-_ ]?11643[-_]7$/i         Taiwan's CNS map, plane 7
+  cns11643-f  /\bCNS[-_ ]?11643[-_]f$/i         Taiwan's CNS map, plane F
+  euc-tw      /\beuc.*tw$/i                     EUC (Extended Unix Character)
+              /\btw.*euc$/i
+  gb18030     /\bGB[-_ ]?18030$/i               GBK with Traditional Characters
+  unisys      /\bunisys$/i                      Unisys Traditional Chinese
+  unisys-sosi1                                  Unisys SOSI1 transport encoding
+  unisys-sosi2                                  Unisys SOSI2 transport encoding
+
+%prep
+%setup -q -n %{module}-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%make
+
+%check
+%{__make} test
+
+%install
+rm -rf %{buildroot}
+%makeinstall_std
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%defattr(-,root,root)
+%doc README Changes
+%{perl_vendorarch}/Encode
+%{perl_vendorarch}/auto/Encode
+%{_mandir}/man3/*
+
+%changelog
+* Fri Sep 12 2008 Kazuhiko Shiozaki <kazuhiko at nexedi.com> 0.23-1nxd2008.1
+- initial package for Mandriva

Added: spec/mandriva/2008.0/perl-Encode-JIS2K/perl-Encode-JIS2K.spec
URL: http://svn.erp5.org/spec/mandriva/2008.0/perl-Encode-JIS2K/perl-Encode-JIS2K.spec?rev=24128&view=auto
==============================================================================
--- spec/mandriva/2008.0/perl-Encode-JIS2K/perl-Encode-JIS2K.spec (added)
+++ spec/mandriva/2008.0/perl-Encode-JIS2K/perl-Encode-JIS2K.spec Thu Oct  9 20:26:21 2008
@@ -1,0 +1,66 @@
+%define module	Encode-JIS2K
+%define name	perl-%{module}
+%define version	0.02
+%define release %mkrel 1
+
+%define _requires_exceptions perl(Encode::JIS2K::2022JP3)
+%define _provides_exceptions perl(Encode::JIS7::2022JP3)
+
+Name:		%{name}
+Version:	%{version}
+Release:	%{release}
+Summary:	Encode::JIS2K - JIS X 0212 (aka JIS 2000) Encodings
+Group:		Development/Perl
+License:	Artistic
+Source:		http://www.cpan.org/authors/id/S/SB/SBURKE/%{module}-%{version}.tar.gz
+Url:		http://search.cpan.org/dist/%{module}/
+%if %{mdkversion} < 1010
+BuildRequires:	perl-devel
+%endif
+BuildRoot:	%{_tmppath}/%{name}-%{version}
+
+%description
+This module implements encodings that covers JIS X 0213
+charset (AKA JIS 2000, hence the module name).  Encodings
+supported are as follows.
+
+  Canonical     Alias                                      Description
+  --------------------------------------------------------------------
+  euc-jisx0213  qr/\beuc.*jp[ \-]?(?:2000|2k)$/i          EUC-JISX0213
+                qr/\bjp.*euc[ \-]?(2000|2k)$/i
+                qr/\bujis[ \-]?(?:2000|2k)$/i
+  shiftjisx0123 qr/\bshift.*jis(?:2000|2k)$/i           Shift_JISX0213
+                qr/\bsjisp \-]?(?:2000|2k)$/i
+
+  iso-2022-jp-3
+  jis0213-1-raw                         JIS X 0213 plane 1, raw format
+  jis0213-2-raw                         JIS X 0213 plane 2, raw format
+  --------------------------------------------------------------------
+
+%prep
+%setup -q -n %{module}-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%make
+
+%check
+%{__make} test
+
+%install
+rm -rf %{buildroot}
+%makeinstall_std
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%defattr(-,root,root)
+%doc README Changes
+%{perl_vendorarch}/Encode
+%{perl_vendorarch}/auto/Encode
+
+
+%changelog
+* Fri Sep 12 2008 Kazuhiko Shiozaki <kazuhiko at nexedi.com> 0.02-1nxd2008.1
+- initial package for Mandriva

Modified: spec/mandriva/2008.0/w3c-markup-validator/w3c-markup-validator.spec
URL: http://svn.erp5.org/spec/mandriva/2008.0/w3c-markup-validator/w3c-markup-validator.spec?rev=24128&r1=24127&r2=24128&view=diff
==============================================================================
--- spec/mandriva/2008.0/w3c-markup-validator/w3c-markup-validator.spec (original)
+++ spec/mandriva/2008.0/w3c-markup-validator/w3c-markup-validator.spec Thu Oct  9 20:26:21 2008
@@ -15,7 +15,6 @@
 Source0:        http://validator.w3.org/dist/validator.tar.gz
 Source1:        http://validator.w3.org/dist/sgml-lib.tar.gz
 Patch0:         conf.patch
-Patch1:         perl-module.patch
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -50,7 +49,6 @@
    s|/validator\.w3\.org/|/localhost/w3c-validator/|' \
   htdocs/config/validator.conf
 %patch0 -p1
-%patch1 -p1
 
 # Move config out of the way
 mv htdocs/config __config
@@ -116,7 +114,10 @@
 
 
 %changelog
-* Thu Mar 13 2008 Kazuhiko Shiozaki <kazuhiko at nexedi.com> 0.8.2-1mdv2008.0
+* Fri Sep 12 2008 Kazuhiko Shiozaki <kazuhiko at nexedi.com> 0.8.2-2nxd2008.0
+- support more encodings
+
+* Thu Mar 13 2008 Kazuhiko Shiozaki <kazuhiko at nexedi.com> 0.8.2-1nxd2008.0
 - 0.8.2.
 - arrange for Mandriva 2008.0
 




More information about the Erp5-report mailing list