Репозиторий ALT Linux backports/2.4
Последнее обновление: 9 июля 2008 | Пакетов: 497 | Посещений: 1490753
 поиск   регистрация   авторизация 
 
Группа :: Разработка/Perl
Пакет: perl-HTML-Template-Pro

 Главная   Изменения   Спек   Патчи   Загрузить   Bugs and FR 

#################### WARNING! ######################
# this spec file is for ALT Linux distro only.     #
# other distro may have problems with rpm macro!!! #
####################################################

%define module HTML-Template-Pro

Name: perl-%module
Version: 0.63
Release: alt0.M24.1

Packager: Igor Yu. Vlasenko <viy at altlinux.org>

Summary: Perl+C/XS module to produce HTML from HTML Template files.
Group: Development/Perl
License: GPL or Artistic
#Source: http://www.cpan.org/modules/by-module/HTML/%module-%version.tar.gz
Source: %module-%version.tar.gz
Url: http://sourceforge.net/projects/html-tmpl-pro/

# Automatically added by buildreq on Wed Nov 06 2002

BuildRequires: perl-devel pcre libpcre-devel

%description
HTML::Template::Pro is a fast lightweight C/Perl+XS reimplementation
of HTML::Template and HTML::Template::Expr. It is not intended
to be a complete replacement, but to be a fast implementation
of HTML::Template if you don't need quering, the extended facility
of HTML::Template.
Designed for heavy upload, resource limitations, abcence of mod_perl.

HTML::Template module attempts make using HTML templates simple and natural.
It extends standard HTML with a few new HTML-esque tags - <TMPL_VAR>,
<TMPL_LOOP>, <TMPL_INCLUDE>, <TMPL_IF> and <TMPL_ELSE>.  The file
written with HTML and these new tags is called a template.  It is
usually saved separate from your script - possibly even created by
someone else!  Using this module you fill in the values for the
variables, loops and branches declared in the template.  This allows
you to seperate design - the HTML - from the data, which you generate
in the Perl script.

%prep
%setup -q -n %module-%version

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc README Changes README.ru FAQ
%perl_vendor_privlib/*
%perl_vendor_man3dir/*

%changelog

Полный changelog можно просмотреть здесь

 
design & coding: Vladimir Lettiev aka crux © 2004-2005