diff options
author | markd <markd@pkgsrc.org> | 2016-04-23 21:37:47 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2016-04-23 21:37:47 +0000 |
commit | c721a6922531c6851fa40e7ed8dffe95464f0a0b (patch) | |
tree | 5efd119a6b2f50ecd8341978b6d9b15b34da71be /print | |
parent | 1d248f4b47e9370a7437ec32435ec823d0b02024 (diff) | |
download | pkgsrc-c721a6922531c6851fa40e7ed8dffe95464f0a0b.tar.gz |
Update p5-biblatex-biber to 2.4
2.4 (2016-03-01)
* Misc bug fixes
* There is now a 64-bit windows build built on windows 10
* Biblatexml datasources now support sourcemapping and have a schema
automatically generated from the datamodel. See new biber options
'validate-bltxml' and 'no-bltxml-schema' in --help output.
* New functionality in sourcemaps for creating new entries and
looping over specified fields.
* Sorting key used to sort names is now customisable. See
\DeclareSortingNamekeyScheme in biblatex manual.
* Support for Zotero RDF/XML and Endnote removed. These were
experimental and messy.
2.3 (2015-12-28)
* Misc bug fixes
2.2 (2015-10-21)
* Tool mode now preserves comments at the end of the file
* New ISBN formatting options for biber (--isbn10, --isnb13,
--isbn-normalise)
* Implemented way of ignoring certain regexps when counting
fixed-width string in labels (see biblatex \DeclareNolabelwidthcount
macro)
* Updated binary builds to perl 5.22
* Cygwin binary build is now handled by Texlive builders
* Misc bug fixes
2.1 (2015-05-06)
* Misc bug fixes
2.0 (2015-04-20)
* Misc bug fixes
* New negated "per type" sourcemap verb for negating the application
of maps to specific entry types
* New "entry clone" sourcemap verb for cloning entries during
sourcemapping. See PDF documentation for biber.
* Added range length calculation support. Biber now calculates the length
of ranges for biblatex and can handle roman numerals, including just
about any UTF-8 composed, non-composed or compat versions
* Complete re-write of the biblatex use* name functionality now
automatically supports all name fields defined in the data model. See
biblatex manual
* Moved labelname and labeltitle resolution from biber to biblatex for
more flexibility and future extensions
* Moved to perl 5.20 for all internals and builds
Diffstat (limited to 'print')
-rw-r--r-- | print/p5-biblatex-biber/Makefile | 15 | ||||
-rw-r--r-- | print/p5-biblatex-biber/distinfo | 11 |
2 files changed, 15 insertions, 11 deletions
diff --git a/print/p5-biblatex-biber/Makefile b/print/p5-biblatex-biber/Makefile index 98edf62b9c3..2992cb35cf0 100644 --- a/print/p5-biblatex-biber/Makefile +++ b/print/p5-biblatex-biber/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2016/03/30 05:33:00 markd Exp $ +# $NetBSD: Makefile,v 1.15 2016/04/23 21:37:47 markd Exp $ -VER= 1.9 +VER= 2.4 DISTNAME= biblatex-biber PKGNAME= p5-biblatex-biber-${VER} -PKGREVISION= 3 CATEGORIES= print MASTER_SITES= http://sourceforge.net/projects/biblatex-biber/files/biblatex-biber/${VER}/ @@ -21,14 +20,20 @@ USE_LANGUAGES= # empty USE_TOOLS+= perl REPLACE_PERL+= bin/biber +DEPENDS+= p5-Class-Accessor-[0-9]*:../../devel/p5-Class-Accessor DEPENDS+= p5-Data-Compare-[0-9]*:../../devel/p5-Data-Compare DEPENDS+= p5-Data-Dump-[0-9]*:../../devel/p5-Data-Dump +DEPENDS+= p5-Data-Uniqid-[0-9]*:../../devel/p5-Data-Uniqid DEPENDS+= p5-Date-Simple-[0-9]*:../../devel/p5-Date-Simple DEPENDS+= p5-File-Slurp-[0-9]*:../../devel/p5-File-Slurp DEPENDS+= p5-List-AllUtils-[0-9]*:../../devel/p5-List-AllUtils +DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils DEPENDS+= p5-Log-Log4perl-[0-9]*:../../devel/p5-Log-Log4perl DEPENDS+= p5-Regexp-Common-[0-9]*:../../textproc/p5-Regexp-Common -#DEPENDS+= {perl>=5.15.9,p5-Unicode-Collate>=0.89}:../../converters/p5-Unicode-Collate +DEPENDS+= p5-Text-Roman-[0-9]*:../../textproc/p5-Text-Roman +DEPENDS+= p5-Unicode-Collate>=1.14:../../converters/p5-Unicode-Collate +DEPENDS+= p5-Unicode-Normalize>=1.25:../../converters/p5-Unicode-Normalize +DEPENDS+= p5-XML-LibXML>=1.70:../../textproc/p5-XML-LibXML DEPENDS+= p5-XML-LibXML-Simple-[0-9]*:../../textproc/p5-XML-LibXML-Simple DEPENDS+= p5-XML-LibXSLT-[0-9]*:../../textproc/p5-XML-LibXSLT DEPENDS+= p5-XML-Writer-[0-9]*:../../textproc/p5-XML-Writer @@ -41,7 +46,7 @@ DEPENDS+= p5-autovivification-[0-9]*:../../devel/p5-autovivification DEPENDS+= p5-Readonly-XS-[0-9]*:../../devel/p5-Readonly-XS DEPENDS+= p5-IPC-Run3-[0-9]*:../../devel/p5-IPC-Run3 -DEPENDS+= p5-Text-BibTeX-[0-9]*:../../textproc/p5-Text-BibTeX +DEPENDS+= p5-Text-BibTeX>=0.71:../../textproc/p5-Text-BibTeX DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww BUILD_DEPENDS+= p5-ExtUtils-LibBuilder>=0.4:../../devel/p5-ExtUtils-LibBuilder diff --git a/print/p5-biblatex-biber/distinfo b/print/p5-biblatex-biber/distinfo index 58ad2ad48c6..402f9415cd3 100644 --- a/print/p5-biblatex-biber/distinfo +++ b/print/p5-biblatex-biber/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.4 2016/03/30 05:33:00 markd Exp $ +$NetBSD: distinfo,v 1.5 2016/04/23 21:37:47 markd Exp $ -SHA1 (biblatex-biber-1.9/biblatex-biber.tar.gz) = cbdcf96c40ec38817576f5ea6e3457e7d9e9b703 -RMD160 (biblatex-biber-1.9/biblatex-biber.tar.gz) = 1c8c597703f2f76f8d94ef6534cc450fae652d29 -SHA512 (biblatex-biber-1.9/biblatex-biber.tar.gz) = 6d88ccf2bae4c498f1ee154e57c9098751a6ef9e7e6ea75f511777c004c66dd2295f94f37fb1e9137d9cd5ebae040926005bf68e568718fdd5c04508b619bfd9 -Size (biblatex-biber-1.9/biblatex-biber.tar.gz) = 2049168 bytes -SHA1 (patch-lib_Biber_LaTeX_Recode.pm) = cd8026d7b2f071241663dd91c9ffb2ad9eee5fe6 +SHA1 (biblatex-biber-2.4/biblatex-biber.tar.gz) = ff482d4d717739b01bc658262e13b23b8fc44d36 +RMD160 (biblatex-biber-2.4/biblatex-biber.tar.gz) = 4d4330e41bdf081727866d7565f13aca347f67aa +SHA512 (biblatex-biber-2.4/biblatex-biber.tar.gz) = 6f3b8c2f3b4171a276ad7d5bc16ad78fbecf5bab6b5232c13970af9a0540ab35fbce192f965030f86a06b7ccf3d93958cc1583495948e4b1f65c3b759e3186e2 +Size (biblatex-biber-2.4/biblatex-biber.tar.gz) = 1062340 bytes |