Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37708467
en ru br
ALT Linux repositórios
S:3.5.9-alt1

Group :: Desenvolvimento/Perl
RPM: perl-Text-Xslate

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: perl-Text-Xslate-3.5.4-alt1.patch
Download


 .gear/rules                                        |   3 +
 .../tags/b494bc78291718a968a15d31183ff0ce7d08d47f  |  12 +++
 .gear/tags/list                                    |   1 +
 .gear/upstream/remotes                             |   3 +
 .gitignore                                         |   1 +
 altlinux/perl-Text-Xslate.spec                     | 119 +++++++++++++++++++++
 t/020_interface/005_util.t                         |   4 +-
 7 files changed, 141 insertions(+), 2 deletions(-)
diff --git a/.gear/rules b/.gear/rules
new file mode 100644
index 0000000..e6b52ff
--- /dev/null
+++ b/.gear/rules
@@ -0,0 +1,3 @@
+tar: @version@:.
+diff: @version@:. .
+spec: altlinux/perl-Text-Xslate.spec
diff --git a/.gear/tags/b494bc78291718a968a15d31183ff0ce7d08d47f b/.gear/tags/b494bc78291718a968a15d31183ff0ce7d08d47f
new file mode 100644
index 0000000..89d8ad8
--- /dev/null
+++ b/.gear/tags/b494bc78291718a968a15d31183ff0ce7d08d47f
@@ -0,0 +1,12 @@
+object 4c0482dd1f9cf46016a075589bc77b566f12910e
+type commit
+tag 3.5.4
+tagger Igor Vlasenko <viy@altlinux.org> 1513707930 +0200
+
+3.5.4
+-----BEGIN PGP SIGNATURE-----
+
+iEYEABECAAYFAlo5WZoACgkQDX9MpIRaJ2O/qgCgruYnVjIJzYyrghuDqIoNSA2h
+hRoAoM5nQ2BdMuZVNzQKiP076uDo4g5u
+=Rmr4
+-----END PGP SIGNATURE-----
diff --git a/.gear/tags/list b/.gear/tags/list
new file mode 100644
index 0000000..dfc9276
--- /dev/null
+++ b/.gear/tags/list
@@ -0,0 +1 @@
+b494bc78291718a968a15d31183ff0ce7d08d47f 3.5.4
diff --git a/.gear/upstream/remotes b/.gear/upstream/remotes
new file mode 100644
index 0000000..774f389
--- /dev/null
+++ b/.gear/upstream/remotes
@@ -0,0 +1,3 @@
+[remote "upstream"]
+        fetch = +refs/heads/*:refs/remotes/upstream/*
+        url = git://github.com/xslate/p5-Text-Xslate.git
diff --git a/.gitignore b/.gitignore
index bb89b6c..f7cdddc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,7 @@ Text-Xslate-*
 !.gitignore
 !.shipit
 !.proverc
+!.gear
 !.travis.yml
 *~
 *.o
diff --git a/altlinux/perl-Text-Xslate.spec b/altlinux/perl-Text-Xslate.spec
new file mode 100644
index 0000000..f9bfce5
--- /dev/null
+++ b/altlinux/perl-Text-Xslate.spec
@@ -0,0 +1,119 @@
+Name: perl-Text-Xslate
+Version: 3.5.4
+Release: alt1
+
+Summary: Text::Xslate - Scalable template engine for Perl5
+License: Perl
+Group: Development/Perl
+
+Url: %CPAN Text-Xslate
+# Cloned from git://github.com/xslate/p5-Text-Xslate.git
+Source: %name-%version.tar
+Patch: %name-%version-%release.patch
+
+BuildRequires: perl-Any-Moose perl-Data-MessagePack perl-Devel-StackTrace perl-Encode-JP perl-File-Copy-Recursive perl-Mouse perl-Template perl-Test-Requires perl-autodie perl-unicore perl(Module/Build/XSUtil.pm)
+
+%description
+Xslate is a template engine for Perl5 with the following features:
+* Extremely fast - Up to 50~100 times faster than TT2!
+* Supports multiple template syntaxes - TT2 compatible syntax,
+  for example
+* Easy to enhance - by importing subroutines and/or by calling
+  object methods
+* Safe - Escapes HTML meta characters by default
+
+%prep
+%setup -q
+%patch -p1
+
+%build
+%perl_vendor_build INSTALLMAN1DIR=%_man1dir
+
+%install
+%perl_vendor_install
+
+%files
+%doc Changes README.md example
+%_bindir/xslate
+%_man1dir/xslate.1*
+%perl_vendor_archlib/Text/Xslate*
+%perl_vendor_autolib/Text/Xslate
+%doc Changes README.md HACKING
+
+%changelog
+* Tue Dec 19 2017 Igor Vlasenko <viy@altlinux.ru> 3.5.4-alt1
+- automated CPAN update
+
+* Fri Dec 15 2017 Igor Vlasenko <viy@altlinux.ru> 3.4.0-alt1.1
+- rebuild with new perl 5.26.1
+
+* Fri Feb 17 2017 Igor Vlasenko <viy@altlinux.ru> 3.4.0-alt1
+- automated CPAN update
+
+* Fri Feb 03 2017 Igor Vlasenko <viy@altlinux.ru> 3.3.9-alt1.1
+- rebuild with new perl 5.24.1
+
+* Thu Mar 03 2016 Igor Vlasenko <viy@altlinux.ru> 3.3.9-alt1
+- automated CPAN update
+
+* Wed Nov 25 2015 Igor Vlasenko <viy@altlinux.ru> 3.3.7-alt1.1
+- rebuild with new perl 5.22.0
+
+* Thu Oct 15 2015 Igor Vlasenko <viy@altlinux.ru> 3.3.7-alt1
+- automated CPAN update
+
+* Wed Dec 17 2014 Igor Vlasenko <viy@altlinux.ru> 3.3.3-alt1
+- automated CPAN update
+
+* Tue Dec 09 2014 Igor Vlasenko <viy@altlinux.ru> 3.2.5-alt1.1
+- rebuild with new perl 5.20.1
+
+* Fri Jul 25 2014 Igor Vlasenko <viy@altlinux.ru> 3.2.5-alt1
+- automated CPAN update
+
+* Mon Jun 30 2014 Igor Vlasenko <viy@altlinux.ru> 3.2.4-alt1
+- new version 3.2.4
+
+* Thu Dec 12 2013 Vladimir Lettiev <crux@altlinux.ru> 3.1.0-alt1
+- 2.0009 -> 3.1.0
+
+* Thu Aug 29 2013 Vladimir Lettiev <crux@altlinux.ru> 2.0009-alt1
+- 1.6001 -> 2.0009
+
+* Tue Dec 18 2012 Vladimir Lettiev <crux@altlinux.ru> 1.6001-alt2
+- Optimized build requires
+
+* Tue Dec 18 2012 Vladimir Lettiev <crux@altlinux.ru> 1.6001-alt1
+- 1.5018 -> 1.6001
+
+* Mon Oct 01 2012 Vladimir Lettiev <crux@altlinux.ru> 1.5018-alt1
+- 1.5017 -> 1.5018
+
+* Sun Sep 02 2012 Vladimir Lettiev <crux@altlinux.ru> 1.5017-alt1
+- 1.5007 -> 1.5017
+- built for perl-5.16
+
+* Sun Dec 04 2011 Vladimir Lettiev <crux@altlinux.ru> 1.5007-alt2
+- Buildreq Amon2 -> Amon2::Lite
+
+* Fri Dec 02 2011 Vladimir Lettiev <crux@altlinux.ru> 1.5007-alt1
+- New version 1.5007
+
+* Wed Oct 12 2011 Alexey Tourbin <at@altlinux.ru> 1.5003-alt1
+- 1.5002 -> 1.5003
+- built for perl-5.14
+
+* Sat Jul 30 2011 Vladimir Lettiev <crux@altlinux.ru> 1.4001-alt1
+- New version 1.4001
+
+* Thu Jul 28 2011 Vladimir Lettiev <crux@altlinux.ru> 1.4000-alt1
+- New version 1.4000
+
+* Sat Mar 05 2011 Vladimir Lettiev <crux@altlinux.ru> 1.0012-alt1
+- New version 1.0012
+
+* Thu Mar 03 2011 Vladimir Lettiev <crux@altlinux.ru> 1.0011-alt1
+- New version 1.0011
+
+* Thu Feb 17 2011 Vladimir Lettiev <crux@altlinux.ru> 1.0008-alt1
+- initial build
diff --git a/t/020_interface/005_util.t b/t/020_interface/005_util.t
index dd81aed..0874f5c 100644
--- a/t/020_interface/005_util.t
+++ b/t/020_interface/005_util.t
@@ -75,12 +75,12 @@ is value_to_literal('01'), q{"01"};
 # other utils
 
 is read_around(__FILE__, 1), <<'X', 'read_around';
-#!perl -w
+#!/usr/bin/perl -w
 use strict;
 X
 
 is read_around(__FILE__, 1, 2), <<'X', 'read_around';
-#!perl -w
+#!/usr/bin/perl -w
 use strict;
 use Test::More;
 X
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009