texlive[73562] trunk: bibcop (22jan25)
commits+karl at tug.org
commits+karl at tug.org
Wed Jan 22 22:07:46 CET 2025
Revision: 73562
https://tug.org/svn/texlive?view=revision&revision=73562
Author: karl
Date: 2025-01-22 22:07:46 +0100 (Wed, 22 Jan 2025)
Log Message:
-----------
bibcop (22jan25)
Modified Paths:
--------------
trunk/Build/source/texk/texlive/linked_scripts/bibcop/bibcop.pl
trunk/Master/texmf-dist/doc/bibtex/bibcop/DEPENDS.txt
trunk/Master/texmf-dist/doc/bibtex/bibcop/bibcop.pdf
trunk/Master/texmf-dist/doc/man/man1/bibcop.1
trunk/Master/texmf-dist/doc/man/man1/bibcop.man1.pdf
trunk/Master/texmf-dist/scripts/bibcop/bibcop.pl
trunk/Master/texmf-dist/source/bibtex/bibcop/bibcop.dtx
trunk/Master/texmf-dist/tex/latex/bibcop/bibcop.sty
Modified: trunk/Build/source/texk/texlive/linked_scripts/bibcop/bibcop.pl
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/bibcop/bibcop.pl 2025-01-22 21:07:28 UTC (rev 73561)
+++ trunk/Build/source/texk/texlive/linked_scripts/bibcop/bibcop.pl 2025-01-22 21:07:46 UTC (rev 73562)
@@ -21,7 +21,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
-# 2025/01/21 0.0.24
+# 2025/01/22 0.0.25
package bibcop;
use warnings;
@@ -37,12 +37,12 @@
# Only these tags are allowed and only these types of entries.
my %blessed = (
- 'article' => ['doi', 'year', 'title', 'author', 'journal', 'volume', 'number', 'month?', 'publisher?', 'pages?'],
+ 'article' => ['doi', 'year', 'title', 'author', 'journal', 'volume', 'number', 'month?', 'pages?'],
'inproceedings' => ['doi', 'booktitle', 'title', 'author', 'year', 'pages?', 'month?', 'organization?', 'volume?'],
'incollection' => ['doi', 'booktitle', 'title', 'author', 'year', 'editor', 'pages?', 'month?', 'volume?', 'publisher?'],
'book' => ['title', 'author', 'year', 'publisher', 'doi?', 'edition?'],
'phdthesis' => ['title', 'author', 'year', 'school', 'doi?'],
- 'misc' => ['title', 'author', 'year', 'eprint?', 'archiveprefix?', 'primaryclass?', 'month?', 'publisher?', 'organization?', 'doi?', 'howpublished?', 'note?'],
+ 'misc' => ['title', 'author', 'year', 'eprint?', 'archiveprefix?', 'primaryclass?', 'month?', 'organization?', 'doi?', 'howpublished?', 'note?'],
);
# See https://research.arizona.edu/faq/what-do-you-mean-when-you-say-use-title-case-proposalproject-titles
@@ -1109,7 +1109,7 @@
" --latex Report errors in LaTeX format using the \\PackageWarningNoLine command\n\n" .
"If any issues, please, report to GitHub: https://github.com/yegor256/bibcop");
} elsif (exists $args{'--version'} or exists $args{'-v'}) {
- info('0.0.24 2025/01/21');
+ info('0.0.25 2025/01/22');
} else {
my ($file) = grep { not($_ =~ /^-.*$/) } @ARGV;
if (not $file) {
Modified: trunk/Master/texmf-dist/doc/bibtex/bibcop/DEPENDS.txt
===================================================================
--- trunk/Master/texmf-dist/doc/bibtex/bibcop/DEPENDS.txt 2025-01-22 21:07:28 UTC (rev 73561)
+++ trunk/Master/texmf-dist/doc/bibtex/bibcop/DEPENDS.txt 2025-01-22 21:07:46 UTC (rev 73562)
@@ -13,4 +13,4 @@
soft pgfopts
soft scheme-basic
soft verbatimcopy
-soft xetex
\ No newline at end of file
+soft xetex
Modified: trunk/Master/texmf-dist/doc/bibtex/bibcop/bibcop.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/man/man1/bibcop.1
===================================================================
--- trunk/Master/texmf-dist/doc/man/man1/bibcop.1 2025-01-22 21:07:28 UTC (rev 73561)
+++ trunk/Master/texmf-dist/doc/man/man1/bibcop.1 2025-01-22 21:07:46 UTC (rev 73562)
@@ -1,4 +1,4 @@
-.TH bibcop 1 "2025/01/21"
+.TH bibcop 1 "2025/01/22"
.SH NAME
bibcop \- Style Checker and Fixer of BibTeX Files (.bib)
.SH SYNOPSIS
Modified: trunk/Master/texmf-dist/doc/man/man1/bibcop.man1.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/scripts/bibcop/bibcop.pl
===================================================================
--- trunk/Master/texmf-dist/scripts/bibcop/bibcop.pl 2025-01-22 21:07:28 UTC (rev 73561)
+++ trunk/Master/texmf-dist/scripts/bibcop/bibcop.pl 2025-01-22 21:07:46 UTC (rev 73562)
@@ -21,7 +21,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
-# 2025/01/21 0.0.24
+# 2025/01/22 0.0.25
package bibcop;
use warnings;
@@ -37,12 +37,12 @@
# Only these tags are allowed and only these types of entries.
my %blessed = (
- 'article' => ['doi', 'year', 'title', 'author', 'journal', 'volume', 'number', 'month?', 'publisher?', 'pages?'],
+ 'article' => ['doi', 'year', 'title', 'author', 'journal', 'volume', 'number', 'month?', 'pages?'],
'inproceedings' => ['doi', 'booktitle', 'title', 'author', 'year', 'pages?', 'month?', 'organization?', 'volume?'],
'incollection' => ['doi', 'booktitle', 'title', 'author', 'year', 'editor', 'pages?', 'month?', 'volume?', 'publisher?'],
'book' => ['title', 'author', 'year', 'publisher', 'doi?', 'edition?'],
'phdthesis' => ['title', 'author', 'year', 'school', 'doi?'],
- 'misc' => ['title', 'author', 'year', 'eprint?', 'archiveprefix?', 'primaryclass?', 'month?', 'publisher?', 'organization?', 'doi?', 'howpublished?', 'note?'],
+ 'misc' => ['title', 'author', 'year', 'eprint?', 'archiveprefix?', 'primaryclass?', 'month?', 'organization?', 'doi?', 'howpublished?', 'note?'],
);
# See https://research.arizona.edu/faq/what-do-you-mean-when-you-say-use-title-case-proposalproject-titles
@@ -1109,7 +1109,7 @@
" --latex Report errors in LaTeX format using the \\PackageWarningNoLine command\n\n" .
"If any issues, please, report to GitHub: https://github.com/yegor256/bibcop");
} elsif (exists $args{'--version'} or exists $args{'-v'}) {
- info('0.0.24 2025/01/21');
+ info('0.0.25 2025/01/22');
} else {
my ($file) = grep { not($_ =~ /^-.*$/) } @ARGV;
if (not $file) {
Modified: trunk/Master/texmf-dist/source/bibtex/bibcop/bibcop.dtx
===================================================================
--- trunk/Master/texmf-dist/source/bibtex/bibcop/bibcop.dtx 2025-01-22 21:07:28 UTC (rev 73561)
+++ trunk/Master/texmf-dist/source/bibtex/bibcop/bibcop.dtx 2025-01-22 21:07:46 UTC (rev 73562)
@@ -50,7 +50,7 @@
%<package>\NeedsTeXFormat{LaTeX2e}
%<package>\ProvidesPackage{bibcop}
%<*package>
-[2025/01/21 0.0.24 Style Checker of Bibliography Files]
+[2025/01/22 0.0.25 Style Checker of Bibliography Files]
%</package>
%<*driver>
\documentclass{ltxdoc}
Modified: trunk/Master/texmf-dist/tex/latex/bibcop/bibcop.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/bibcop/bibcop.sty 2025-01-22 21:07:28 UTC (rev 73561)
+++ trunk/Master/texmf-dist/tex/latex/bibcop/bibcop.sty 2025-01-22 21:07:46 UTC (rev 73562)
@@ -31,7 +31,7 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{bibcop}
-[2025/01/21 0.0.24 Style Checker of Bibliography Files]
+[2025/01/22 0.0.25 Style Checker of Bibliography Files]
More information about the tex-live-commits
mailing list.