debian/0000755000000000000000000000000011616331066007171 5ustar debian/control0000644000000000000000000000204611616331066010576 0ustar Source: libtenjin-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libhtml-parser-perl, libtry-tiny-perl, perl Maintainer: Debian Perl Group Uploaders: Harlan Lieberman-Berg Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Tenjin/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libtenjin-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtenjin-perl.git Package: libtenjin-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libhtml-parser-perl Description: fast templating engine with support for embedded Perl Tenjin is a very fast and full-featured templating engine, implemented in several programming languages, among them Perl. . The Perl version of Tenjin supports embedded Perl code, nestable layout template, inclusion of other templates inside a template, capturing parts of or the entire template output, file and memory caching, template arguments and preprocessing. debian/copyright0000644000000000000000000000263611616331066011133 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Name: Tenjin Maintainer: Ido Perlmuter Source: http://search.cpan.org/dist/Tenjin/ Copyright: Expat Files: * Copyright: 2011, Ido Perlmuter License: Expat Files: debian/* Copyright: 2011, Harlan Lieberman-Berg License: Expat License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/watch0000644000000000000000000000015111616331066010217 0ustar version=3 http://search.cpan.org/dist/Tenjin/ .*/Tenjin-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/patches/0000755000000000000000000000000011616331066010620 5ustar debian/patches/series0000644000000000000000000000003211616331066012030 0ustar fix-readme-spelling.patch debian/patches/fix-readme-spelling.patch0000644000000000000000000000670711616331066015507 0ustar Description: Fix minor spelling errors in readme and the manpage. Subject: Fix minor spelling errors Origin: vendor Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=69873 From: Harlan Lieberman-Berg Reviewed-by: gregor herrmann Last-Update: 2011-08-01 --- a/README +++ b/README @@ -88,7 +88,7 @@ * prefix - A string that will be automatically prepended to template names when searching for them in the path. Empty by default. - * postfix - The default extension to be automtically appended to + * postfix - The default extension to be automatically appended to template names when searching for them in the path. Don't forget to include the dot, such as '.html'. Empty by default. @@ -200,11 +200,11 @@ (which will simply be $filename with '.cache' appended to it. store_cachefile( $cachename, $template ) - Receives the name of a template cache file and the corrasponding + Receives the name of a template cache file and the corresponding template object, and creates the cache file on disk. load_cachefile( $cachename, $template ) - Receives the name of a template cache file and the corrasponding + Receives the name of a template cache file and the corresponding template object, reads the cache file and stores it in the template object (as 'script'). @@ -223,7 +223,7 @@ and for frequently asked questions. - Note that the Perl version of Tenjin is refered to as plTenjin on the + Note that the Perl version of Tenjin is referred to as plTenjin on the Tenjin website, and that, as opposed to this module, the website suggests using a .plhtml extension for the templates instead of .html (this is entirely your choice). @@ -251,7 +251,7 @@ present. Version 0.06 (this version) restored the layout template feature which - was accidentaly missing in version 0.05, and the ability to call the + was accidentally missing in version 0.05, and the ability to call the utility methods of Tenjin::Util natively inside templates. You will want to remove your templates' .cache files when upgrading to 0.6 too. @@ -263,7 +263,7 @@ Development of Tenjin is done with github at . -ACKNOWLEDGEMENTS +ACKNOWLEDGMENTS I would like to thank the following people for their contributions: * Makoto Kuwata --- a/lib/Tenjin.pm +++ b/lib/Tenjin.pm @@ -122,7 +122,7 @@ =item * B - A string that will be automatically prepended to template names when searching for them in the path. Empty by default. -=item * B - The default extension to be automtically appended to template names +=item * B - The default extension to be automatically appended to template names when searching for them in the path. Don't forget to include the dot, such as '.html'. Empty by default. @@ -499,7 +499,7 @@ =back Version 0.06 (this version) restored the layout template feature which was -accidentaly missing in version 0.05, and the ability to call the utility +accidentally missing in version 0.05, and the ability to call the utility methods of L natively inside templates. You will want to remove your templates' .cache files when upgrading to 0.6 too. @@ -593,4 +593,4 @@ See http://dev.perl.org/licenses/ for more information. -=cut \ No newline at end of file +=cut debian/compat0000644000000000000000000000000211616331066010367 0ustar 8 debian/changelog0000644000000000000000000000026211616331066011043 0ustar libtenjin-perl (0.070001-1) unstable; urgency=low * Initial Release. (Closes: #635942) -- Harlan Lieberman-Berg Wed, 03 Aug 2011 15:58:52 -0400 debian/source/0000755000000000000000000000000011616331066010471 5ustar debian/source/format0000644000000000000000000000001411616331066011677 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611616331066010250 0ustar #!/usr/bin/make -f %: dh $@