debian/0000755000000000000000000000000012231167772007176 5ustar debian/watch0000644000000000000000000000017412144236751010226 0ustar version=3 https://metacpan.org/release/HTML-Template-Pro/ .*/HTML-Template-Pro-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/clean0000644000000000000000000000002112144236751010171 0ustar debian/README.ru debian/rules0000755000000000000000000000043412144236751010254 0ustar #!/usr/bin/make -f # TEST_DIE=1, TEST_QUERY=1, TEST_VANGUARD=1, TEST_SHARED_MEMORY=1 fail %: dh $@ override_dh_auto_build: dh_auto_build iconv -f CP1251 -t UTF-8 README.ru >debian/README.ru override_dh_auto_clean: rm -rf Makefile Makefile.old blib *.o Pro.c Pro.bs MYMETA.yml debian/copyright0000644000000000000000000000620512144236751011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Igor Yu. Vlasenko Source: https://metacpan.org/release/HTML-Template-Pro/ Upstream-Name: HTML-Template-Pro Files: * Copyright: 2005-2009, Igor Yu. Vlasenko 2000-2009, Sam Tregar License: Artistic or GPL-2+ Files: expr.c Copyright: 1984, 1989-1990, 2000-2006, Free Software Foundation, Inc. License: GPL-3+ + exception Files: ppport.h Copyright: 2001, Paul Marquess (Version 2.x) 1999, Kenneth Albanowski (Version 1.x) License: Artistic or GPL-1+ Files: debian/* Copyright: 2007-2008, Damyan Ivanov 2007, Vincent Danjean 2008-2011, gregor herrmann 2008, Roberto C. Sanchez 2009, Franck Joncourt 2009, Jonathan Yu 2009, Jose Luis Rivas 2010-2012, Nicholas Bamber License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. . On Debian systems, the complete text of version 2 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. License: GPL-3+ + exception This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. . On Debian systems, the complete text of version 3 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-3'. . As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn't itself a parser generator using the skeleton or a modified version thereof as a parser skeleton. Alternatively, if you modify or redistribute the parser skeleton itself, you may (at your option) remove this special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception. . This special exception was added by the Free Software Foundation in version 2.2 of Bison. debian/source/0000755000000000000000000000000012144236751010473 5ustar debian/source/format0000644000000000000000000000001412144236751011701 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012144236751010622 5ustar debian/patches/series0000644000000000000000000000001512144236751012033 0ustar optint.patch debian/patches/optint.patch0000644000000000000000000000112012144236751013152 0ustar Author: Nicholas Bamber Subject: Makefile was trying to rebuild optint.c Don't understand why this is necessary, but it builds cleanly straqight off CPAN. Last-Update: 2012-03-04 Forwarded: not-needed --- a/Makefile.PL +++ b/Makefile.PL @@ -91,7 +91,10 @@ return <<'MAKE_FRAG'; expr.c: calc.inc exprtool.inc exprpstr.inc procore\$(OBJ_EXT): loadfile.inc tagstack.inc -optint.c: optint.re2c.m4 + +# Don't understand why this rule should give any issues +# as optint.c exists +#optint.c: optint.re2c.m4 #proparam.c proparam.h: pparam.h # ./pparam2proparam debian/compat0000644000000000000000000000000212144236751010371 0ustar 9 debian/libhtml-template-pro-perl.docs0000644000000000000000000000003212144236751015042 0ustar debian/README.ru FAQ TODO debian/control0000644000000000000000000000353212144236751010601 0ustar Source: libhtml-template-pro-perl Maintainer: Debian Perl Group Uploaders: Damyan Ivanov , gregor herrmann , Vincent Danjean , Jose Luis Rivas , Jonathan Yu , Franck Joncourt , Nicholas Bamber Section: perl Priority: optional Build-Depends: debhelper (>= 9.20120312), perl, libjson-perl, libpcre3-dev, libtest-pod-perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhtml-template-pro-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhtml-template-pro-perl.git Homepage: https://metacpan.org/release/HTML-Template-Pro/ Package: libhtml-template-pro-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, libjson-perl Description: Perl module to use HTML Templates from CGI scripts HTML::Template::Pro attempts to make using HTML templates simple and natural. It extends standard HTML with a few new HTML-esque tags that provide control structures, such as allowing for simple variable manipulation, looping, file inclusion and conditionals (if, else, unless). HTML::Template::Pro is intended to be a drop-in replacement for HTML::Template (and some of its extensions) but written in C below the Perl Interface and so faster. . The file written with HTML and these new tags is called a template, which is usually saved separately from your script. Using this module, you fill in the values for the variables declared in the template, allowing you to separate the web site design from the data you generate inside your Perl script. debian/changelog0000644000000000000000000002310712231167772011053 0ustar libhtml-template-pro-perl (0.9510-1build1) trusty; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Mon, 21 Oct 2013 10:12:26 +0100 libhtml-template-pro-perl (0.9510-1) unstable; urgency=low [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * New upstream release. Fixes "FTBFS with perl 5.18: POD syntax" (Closes: #708078) * Set Standards-Version to 3.9.4 (no changes). * Use debhelper 9.20120312 to get all hardening flags. -- gregor herrmann Mon, 13 May 2013 21:24:19 +0200 libhtml-template-pro-perl (0.9509-1) unstable; urgency=low * New upstream release * Raised standards version to 3.9.3 * Updated copyright * Added a comparison with HTML::Template in the long description * Added a patch to stop build failure over optint.c and added overrode clean rules -- Nicholas Bamber Sun, 04 Mar 2012 13:56:16 +0000 libhtml-template-pro-perl (0.9508-1) unstable; urgency=low * Team upload. * New upstream release. -- Ansgar Burchardt Wed, 28 Dec 2011 11:41:50 +0100 libhtml-template-pro-perl (0.9507-1) unstable; urgency=medium * Team upload. * New upstream release. * Upload with medium urgency as this fixes a XSS vulnerability. (Closes: #652587) -- Ansgar Burchardt Sun, 18 Dec 2011 23:04:24 +0100 libhtml-template-pro-perl (0.9506-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ gregor herrmann ] * New upstream release. * Update years of packaging copyright. * Bump debhelper compatibility level to 8. -- gregor herrmann Wed, 05 Oct 2011 18:53:32 +0200 libhtml-template-pro-perl (0.9505-1) unstable; urgency=low * Removed patch as it has been applied upstream * New upstream release * Raised standards version to 3.9.2 * Updated copyright -- Nicholas Bamber Mon, 04 Jul 2011 19:08:18 +0100 libhtml-template-pro-perl (0.9503-1) unstable; urgency=low [ Nicholas Bamber ] * New upstream release * Upped standard to 3.9.1 * Added myself to Uploaders * Reviewed spelling patch * Refreshed control * Reviewed and updated copyright [ gregor herrmann ] * debian/copyright: refresh License stanzas. * Remove version from libjson-perl (build) dependency, already satisfied on stable. -- Nicholas Bamber Sun, 05 Sep 2010 22:39:53 +0100 libhtml-template-pro-perl (0.9502-1) unstable; urgency=low * New upstream release. * Set Standards-Version to 3.9.0 (no changes). -- gregor herrmann Mon, 28 Jun 2010 18:04:28 +0200 libhtml-template-pro-perl (0.9501-1) unstable; urgency=low * New upstream release. -- gregor herrmann Sat, 19 Jun 2010 01:56:52 +0200 libhtml-template-pro-perl (0.95-1) unstable; urgency=low * New upstream release. * Refresh DEP3 patch header. -- gregor herrmann Sun, 23 May 2010 17:04:07 +0200 libhtml-template-pro-perl (0.94-1) unstable; urgency=low * New upstream release. * Convert to source format 3.0 (quilt). * Set Standards-Version to 3.8.4 (no changes). * debian/copyright: update formatting and list of contributors to debian/*. * Add a patch to fix some spelling mistakes. -- gregor herrmann Sun, 28 Mar 2010 19:36:44 +0200 libhtml-template-pro-perl (0.93-1) unstable; urgency=low * New upstream release -- Jonathan Yu Mon, 23 Nov 2009 19:15:55 -0500 libhtml-template-pro-perl (0.92-1) unstable; urgency=low * New upstream release + Appears to be minor bugfixes; no changelog entry was recorded upstream -- Jonathan Yu Tue, 29 Sep 2009 18:57:44 -0400 libhtml-template-pro-perl (0.90-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release + Add force_untaint option + Treat code references properly by evaluating them dynamically + Fix to support magic arrays and hashes + Void context output writes to built-in stdout + Add support for template tags decorated as XML * Now requires JSON 2 or later. * Drop perl version dependency as permitted by SV 3.8.3 [ Ryan Niebur ] * Update jawnsy's email address -- Jonathan Yu Sat, 19 Sep 2009 18:01:12 -0400 libhtml-template-pro-perl (0.87-1) unstable; urgency=low * New upstream release + Fix memory leak in expr + By default, the built-in find_file implementation is used now -- Jonathan Yu Sat, 29 Aug 2009 19:19:18 -0400 libhtml-template-pro-perl (0.86-1) unstable; urgency=low * New upstream release + Bugfix for case_sensitive=0 root keys + Bugfixes for expr and find_file + New future NULL expr type + New builtins: atan2, int, abs, defined, length -- Jonathan Yu Mon, 24 Aug 2009 07:55:23 -0400 libhtml-template-pro-perl (0.85-1) unstable; urgency=low [ Franck Joncourt ] * New upstream release * Bumped Standards-Version up to 3.8.3 (no changes). * Add /me to Uploaders. [ Jonathan Yu ] * Converted to short dh rules format * Clean up control description * Added myself to Uploaders and Copyright * Updated copyright for the distribution and for ppport.h -- Franck Joncourt Tue, 18 Aug 2009 22:30:20 +0200 libhtml-template-pro-perl (0.76-1) unstable; urgency=low [ Jose Luis Rivas ] * New upstream release [ gregor herrmann ] * Install the new TODO file. -- Jose Luis Rivas Tue, 14 Jul 2009 12:25:11 -0430 libhtml-template-pro-perl (0.75-1) unstable; urgency=low [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Jose Luis Rivas ] * New upstream release * Updated Standards-Version to 3.8.2, no changes needed. * Added me as uploader. [ gregor herrmann ] * debian/copyright: update years of upstream copyright. -- Jose Luis Rivas Thu, 09 Jul 2009 15:31:43 -0430 libhtml-template-pro-perl (0.74-1) unstable; urgency=low * New upstream release. -- gregor herrmann Wed, 22 Apr 2009 20:33:35 +0200 libhtml-template-pro-perl (0.73-1) unstable; urgency=low * New upstream release. * Disable additional tests in debian/rules, remove build dependency on libipc-sharedcache-perl from debian/control. * Set Standards-Version to 3.8.1 (no changes). * debian/copyright: update years of packaging copyright. -- gregor herrmann Thu, 09 Apr 2009 21:24:06 +0200 libhtml-template-pro-perl (0.72-1) unstable; urgency=low * New upstream release. * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * Add debian/README.ru to the newly created debian/clean and simplify debian/rules' clean target. * debian/copyright: add copyright and license information about third-party code. * Activate an additional test during build by setting TEST_SHARED_MEMORY in debian/rules and adding libipc-sharedcache-perl to Build-Depends in debian/control. * Use iconv instead of konwert in debian/rules for converting README.ru to UTF-8; saves us a build-dependency in debian/control. -- gregor herrmann Sun, 21 Dec 2008 23:45:10 +0100 libhtml-template-pro-perl (0.71-1) unstable; urgency=low * New upstream release. * Set debhelper compatibility level to 7; adapt debian/{control,compat,rules}. * Change debian/copyright to the new format. -- gregor herrmann Mon, 08 Sep 2008 20:30:06 +0200 libhtml-template-pro-perl (0.70-1) unstable; urgency=low * New upstream release. * debian/watch: extended regexp for matching upstream releases. * debian/copyright: update years of copyright. * Set Standards-Version to 3.8.0 (no changes). * Add /me to Uploaders. * Refresh debian/rules, no functional changes. -- gregor herrmann Sat, 14 Jun 2008 22:27:42 +0200 libhtml-template-pro-perl (0.69-1) unstable; urgency=low * New upstream release. -- Roberto C. Sanchez Sun, 16 Mar 2008 01:31:42 -0400 libhtml-template-pro-perl (0.68.1-1) unstable; urgency=low [ Jose Luis Rivas ] * New upstream release [ gregor herrmann ] * debian/rules: delete /usr/share/perl5 only if it exists. [ Damyan Ivanov ] * s/This module/HTML::Template::Pro/ in long description * debian/rules: stop setting VENDORARCH variables * debhelper compatibility level 6 -- Damyan Ivanov Mon, 21 Jan 2008 14:35:03 +0200 libhtml-template-pro-perl (0.67-1) unstable; urgency=low [ Vincent Danjean ] * add debian/watch file [ David Paleino ] * New upstream version * debian/control: - updating Standards-Version to 3.7.3 * debian/watch - now using a dist-based URL * debian/rules - removing empty /usr/share/perl5/ [ Damyan Ivanov ] * drop redundant README from docs, install FAQ instead * re-code README.ru in UTF-8 + remove it in clean target + add konwert to Build-Depends * comment-out unused dh_installexamples * add "v?" to watchfile pattern * add myself to Uploaders -- Damyan Ivanov Fri, 28 Dec 2007 15:52:02 +0200 libhtml-template-pro-perl (0.66-1) unstable; urgency=low * Initial Release. (Closes: #452034) * Packaged for Koha (http://www.koha.org/) -- Vincent Danjean Tue, 20 Nov 2007 00:37:43 +0100