diff options
author | Karl Berry <karl@freefriends.org> | 2016-11-24 23:05:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-11-24 23:05:53 +0000 |
commit | bde7e32a7a5c3e712a6f4b824569ab3f67ecf864 (patch) | |
tree | b4a885cd7de030ba005d6233e32fedf2e7f02f9e /Master/texmf-dist/source/support | |
parent | 7a13ffb6d9458fd728428c6202ef1afa1debfa45 (diff) |
bibtexperllibs (24nov16)
git-svn-id: svn://tug.org/texlive/trunk@42567 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/support')
11 files changed, 52 insertions, 49 deletions
diff --git a/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/Changes b/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/Changes index e39743738f4..746fec7e1a8 100644 --- a/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/Changes +++ b/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/Changes @@ -1,5 +1,8 @@ Revision history for BibTeX-Parser +0.70 2016-11-23 02:28:35+00:00 + Compatibility with perl 5.25 (Alexandr Ciornii) + 0.69 2016-03-24 15:13:50-04:00 Added option canonize_names to Entry::to_string diff --git a/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/META.yml b/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/META.yml index 4ad914183f5..18633ff674a 100644 --- a/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/META.yml +++ b/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/META.yml @@ -1,26 +1,23 @@ ---- #YAML:1.0 -name: BibTeX-Parser -version: 0.69 -abstract: A pure perl BibTeX parser +--- +abstract: 'A pure perl BibTeX parser' author: - - Gerhard Gossen <gerhard.gossen@googlemail.com> and Boris Veytsman <boris@varphi.com> -license: perl -distribution_type: module -configure_requires: - ExtUtils::MakeMaker: 6.30 + - 'Gerhard Gossen <gerhard.gossen@googlemail.com>' + - 'Boris Veytsman <borisv@lk.net>' build_requires: - ExtUtils::MakeMaker: 0 -requires: - File::Spec: 0 - IO::File: 0 - IO::String: 0 - LaTeX::ToUnicode: 0.02 - Test::More: 0.88 -no_index: - directory: - - t - - inc -generated_by: ExtUtils::MakeMaker version 6.55_02 + Test::More: 0.88 +configure_requires: + ExtUtils::MakeMaker: 6.30 +dynamic_config: 0 +generated_by: 'Dist::Zilla version 4.300037, CPAN::Meta::Converter version 2.120921' +license: perl meta-spec: - url: http://module-build.sourceforge.net/META-spec-v1.4.html - version: 1.4 + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: 1.4 +name: BibTeX-Parser +requires: + File::Spec: 0 + IO::File: 0 + IO::String: 0 + LaTeX::ToUnicode: 0.02 + Test::More: 0 +version: 0.70 diff --git a/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/Makefile.PL b/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/Makefile.PL index e135d79029f..2abfdb94e4c 100644 --- a/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/Makefile.PL +++ b/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/Makefile.PL @@ -29,7 +29,7 @@ my %WriteMakefileArgs = ( "TEST_REQUIRES" => { "Test::More" => "0.88" }, - "VERSION" => "0.69", + "VERSION" => "0.70", "test" => { "TESTS" => "t/*.t" } diff --git a/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/README b/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/README index 2f76b0bc279..37479c6b376 100644 --- a/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/README +++ b/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/README @@ -1,5 +1,5 @@ This archive contains the distribution BibTeX-Parser, -version 0.69: +version 0.70: A pure perl BibTeX parser diff --git a/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/dist.ini b/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/dist.ini index 386d1f20257..99af842cd1d 100644 --- a/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/dist.ini +++ b/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/dist.ini @@ -1,5 +1,5 @@ name = BibTeX-Parser -version = 0.69 +version = 0.70 author = Gerhard Gossen <gerhard.gossen@googlemail.com> and Boris Veytsman <boris@varphi.com> license = Perl_5 copyright_holder = Gerhard Gossen and Boris Veytsman diff --git a/Master/texmf-dist/source/support/bibtexperllibs/LaTeX-ToUnicode/Changes b/Master/texmf-dist/source/support/bibtexperllibs/LaTeX-ToUnicode/Changes index a1e68be7ade..14a27597c69 100644 --- a/Master/texmf-dist/source/support/bibtexperllibs/LaTeX-ToUnicode/Changes +++ b/Master/texmf-dist/source/support/bibtexperllibs/LaTeX-ToUnicode/Changes @@ -1,5 +1,8 @@ Changes for LaTeX::ToUnicode +0.05 2016-11-23 02:28:35+00:00 + Compatibility with perl 5.25 (Alexandr Ciornii) + 0.04 2015-12-25 19:16:41+00:00 Macrons are handled properly diff --git a/Master/texmf-dist/source/support/bibtexperllibs/LaTeX-ToUnicode/META.yml b/Master/texmf-dist/source/support/bibtexperllibs/LaTeX-ToUnicode/META.yml index 30d55cd33b1..0808eaa33c7 100644 --- a/Master/texmf-dist/source/support/bibtexperllibs/LaTeX-ToUnicode/META.yml +++ b/Master/texmf-dist/source/support/bibtexperllibs/LaTeX-ToUnicode/META.yml @@ -1,21 +1,19 @@ ---- #YAML:1.0 -name: LaTeX-ToUnicode -version: 0.04 -abstract: Convert LaTeX commands to Unicode +--- +abstract: 'Convert LaTeX commands to Unicode' author: - - Gerhard Gossen <gerhard.gossen@googlemail.com> and Boris Veytsman <boris@varphi.com> -license: perl -distribution_type: module + - 'Gerhard Gossen <gerhard.gossen@googlemail.com>' +build_requires: {} configure_requires: - ExtUtils::MakeMaker: 6.31 -build_requires: - ExtUtils::MakeMaker: 0 -requires: {} -no_index: - directory: - - t - - inc -generated_by: ExtUtils::MakeMaker version 6.55_02 + ExtUtils::MakeMaker: 6.31 +dynamic_config: 0 +generated_by: 'Dist::Zilla version 4.102342, CPAN::Meta::Converter version 2.101670' +license: perl meta-spec: - url: http://module-build.sourceforge.net/META-spec-v1.4.html - version: 1.4 + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: 1.4 +name: LaTeX-ToUnicode +requires: + perl: 5.8.0 +resources: + repository: http://github.com/gerhardgossen/latex-tounicode +version: 0.03 diff --git a/Master/texmf-dist/source/support/bibtexperllibs/LaTeX-ToUnicode/Makefile.PL b/Master/texmf-dist/source/support/bibtexperllibs/LaTeX-ToUnicode/Makefile.PL index 9660c45c8b5..c7a5cb344b8 100644 --- a/Master/texmf-dist/source/support/bibtexperllibs/LaTeX-ToUnicode/Makefile.PL +++ b/Master/texmf-dist/source/support/bibtexperllibs/LaTeX-ToUnicode/Makefile.PL @@ -20,7 +20,7 @@ my %WriteMakefileArgs = ( 'LICENSE' => 'perl', 'NAME' => 'LaTeX::ToUnicode', 'PREREQ_PM' => {}, - 'VERSION' => '0.04', + 'VERSION' => '0.05', 'test' => { 'TESTS' => 't/*.t' } diff --git a/Master/texmf-dist/source/support/bibtexperllibs/LaTeX-ToUnicode/README b/Master/texmf-dist/source/support/bibtexperllibs/LaTeX-ToUnicode/README index abbb803eb3b..201e61b1514 100644 --- a/Master/texmf-dist/source/support/bibtexperllibs/LaTeX-ToUnicode/README +++ b/Master/texmf-dist/source/support/bibtexperllibs/LaTeX-ToUnicode/README @@ -1,7 +1,7 @@ This archive contains the distribution LaTeX-ToUnicode, -version 0.04: +version 0.05: Convert LaTeX commands to Unicode diff --git a/Master/texmf-dist/source/support/bibtexperllibs/LaTeX-ToUnicode/dist.ini b/Master/texmf-dist/source/support/bibtexperllibs/LaTeX-ToUnicode/dist.ini index 7c49db83b46..5829e6a2cc5 100644 --- a/Master/texmf-dist/source/support/bibtexperllibs/LaTeX-ToUnicode/dist.ini +++ b/Master/texmf-dist/source/support/bibtexperllibs/LaTeX-ToUnicode/dist.ini @@ -2,8 +2,8 @@ name = LaTeX-ToUnicode author = Gerhard Gossen <gerhard.gossen@googlemail.com> and Boris Veytsman <boris@varphi.com> license = Perl_5 copyright_holder = Gerhard Gossen and Boris Veytsman -copyright_year = 2015 -version = 0.04 +copyright_year = 2010-2016 +version = 0.05 [@Classic] [Prereqs] diff --git a/Master/texmf-dist/source/support/bibtexperllibs/README b/Master/texmf-dist/source/support/bibtexperllibs/README index 97327b97139..34aeb2129d0 100644 --- a/Master/texmf-dist/source/support/bibtexperllibs/README +++ b/Master/texmf-dist/source/support/bibtexperllibs/README @@ -1,5 +1,5 @@ BibTeX Perl Libs - Version 1.1 + Version 1.2 Gerhard Gossen and Boris Veytsman This package provides BibTeX related Perl libraries by Gerhard Gossen, @@ -12,6 +12,8 @@ scripts/bibtexperllibs inside your TeX distribution. Changes: + version 1.2 Upgraded BibTeX::Parser to v0.70 and LaTeX::ToUnicode to 0.05 + version 1.1 Upgraded BibTeX::Parser to v0.69 version 1.0 Upgraded BibTeX::Parser to v0.68 and LaTeX::ToUnicode to 0.04 |