OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 09-Oct-2004 14:03:08
Branch: HEAD Handle: 2004100913030700
Modified files:
openpkg-src/perl-xml perl-xml.spec
Log:
add popular HTML::Template
Summary:
Revision Changes Path
1.149 +21 -1 openpkg-src/perl-xml/perl-xml.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-xml/perl-xml.spec
============================================================================
$ cvs diff -u -r1.148 -r1.149 perl-xml.spec
--- openpkg-src/perl-xml/perl-xml.spec 19 Sep 2004 08:23:38 -0000 1.148
+++ openpkg-src/perl-xml/perl-xml.spec 9 Oct 2004 12:03:07 -0000 1.149
@@ -31,6 +31,8 @@
%define V_html_tagreader 1.08
%define V_html_tagset 3.03
%define V_html_tree 3.18
+%define V_html_template 2.7
+%define V_html_template_extension 0.24
%define V_css 1.07
%define V_css_tiny 1.05
%define V_xml_dom 1.43
@@ -76,7 +78,7 @@
Group: Language
License: GPL/Artistic
Version: %{V_perl}
-Release: 20040919
+Release: 20041009
# package options
%option with_libxml no
@@ -133,6 +135,8 @@
Source36:
http://www.cpan.org/modules/by-module/XML/XML-Smart-%{V_xml_smart}.tar.gz
Source37: http://www.cpan.org/modules/by-module/CSS/CSS-%{V_css}.tar.gz
Source38:
http://www.cpan.org/modules/by-module/CSS/CSS-Tiny-%{V_css_tiny}.tar.gz
+Source39:
http://www.cpan.org/modules/by-module/HTML/HTML-Template-%{V_html_template}.tar.gz
+Source40:
http://www.cpan.org/modules/by-module/HTML/HTML-Template-Extension-%{V_html_template_extension}.tar.gz
# build information
Prefix: %{l_prefix}
@@ -203,6 +207,8 @@
- HTML::Table (%{V_html_table})
- HTML::TagReader (%{V_html_tagreader})
- HTML::SimpleParse (%{V_html_simpleparse})
+ - HTML::Template (%{V_html_template})
+ - HTML::Template::Extension (%{V_html_template_extension})
- CSS (%{V_css})
- CSS::Tiny (%{V_css_tiny})
@@ -237,6 +243,16 @@
url = http://www.cpan.org/modules/by-module/HTML/
regex = HTML-Tree-(__VER__)\.tar\.gz
}
+ prog perl-xml:HTML-Template = {
+ version = %{V_html_template}
+ url = http://www.cpan.org/modules/by-module/HTML/
+ regex = HTML-Template-(__VER__)\.tar\.gz
+ }
+ prog perl-xml:HTML-Template-Extension = {
+ version = %{V_html_template_extension}
+ url = http://www.cpan.org/modules/by-module/HTML/
+ regex = HTML-Template-Extension-(__VER__)\.tar\.gz
+ }
prog perl-xml:libxml-perl = {
version = %{V_xml_libxml_perl}
url = http://www.cpan.org/modules/by-module/XML/
@@ -443,6 +459,8 @@
%setup -q -T -D -a 36
%setup -q -T -D -a 37
%setup -q -T -D -a 38
+ %setup -q -T -D -a 39
+ %setup -q -T -D -a 40
%build
@@ -497,6 +515,8 @@
%{l_prefix}/bin/perl-openpkg -d %{SOURCE36} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE37} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE38} configure build install
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE39} configure build install
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE40} configure build install
# pre-activate the XML::SAX parsers
eval `%{l_prefix}/bin/perl -V:installvendorlib`
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]