SF.net SVN: gar:[26910] csw/mgar/pkg/cpan/HTML-Template/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Wed Mar 16 14:48:10 CET 2022
Revision: 26910
http://sourceforge.net/p/gar/code/26910
Author: dmichelsen
Date: 2022-03-16 13:48:09 +0000 (Wed, 16 Mar 2022)
Log Message:
-----------
cpan/HTML-Template/trunk: Update to 2.97 and makemake
Modified Paths:
--------------
csw/mgar/pkg/cpan/HTML-Template/trunk/Makefile
csw/mgar/pkg/cpan/HTML-Template/trunk/checksums
Modified: csw/mgar/pkg/cpan/HTML-Template/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/HTML-Template/trunk/Makefile 2022-03-15 22:51:38 UTC (rev 26909)
+++ csw/mgar/pkg/cpan/HTML-Template/trunk/Makefile 2022-03-16 13:48:09 UTC (rev 26910)
@@ -1,26 +1,24 @@
NAME = HTML-Template
-VERSION = 2.9
+VERSION = 2.97
CATEGORIES = cpan
GARTYPE = v2
AUTHOR = SAMTREGAR
-DESCRIPTION = Perl module to use HTML Templates from CGI scripts
+DESCRIPTION = Perl module to use HTML-like templating language
define BLURB
- This module attempts to 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>, <TMPL_ELSE> and <TMPL_UNLESS>. 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 separate design - the
- HTML - from the data, which you generate in the Perl script.
endef
-PACKAGES = CSWpmhtmltmpl
-CATALOGNAME = pm_htmltemplate
+CATALOG_RELEASE = unstable
-LICENSE = GPL
+LICENSE = LICENSE
-ARCHALL = 1
+BUILD_DEP_PKGS += CSWpm-test-pod
+PACKAGES += CSWpm-html-template
+CATALOGNAME_CSWpm-html-template = pm_html_template
+SPKG_DESC_CSWpm-html-template = Perl module to use HTML-like templating language
+ARCHALL_CSWpm-html-template = 1
+OBSOLETED_BY_CSWpm-html-template += CSWpmhtmltmpl
+CATALOGNAME_CSWpmhtmltmpl = pm_htmltemplate_stub
+
include gar/category.mk
Modified: csw/mgar/pkg/cpan/HTML-Template/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/HTML-Template/trunk/checksums 2022-03-15 22:51:38 UTC (rev 26909)
+++ csw/mgar/pkg/cpan/HTML-Template/trunk/checksums 2022-03-16 13:48:09 UTC (rev 26910)
@@ -1 +1 @@
-cbf88a486b36284be55765ac7357c187 HTML-Template-2.9.tar.gz
+ee5f4a78102d2ffe089e047d2dbb0ff8 HTML-Template-2.97.tar.gz
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list