Update p5-biblatex-biber to 2.7
2.7 (2016-12-08) * New option (--nouri-encode) to prevent URL encoding of URLs. Avoids breaking display of URLS which contain non-ASCII. * Misc bug fixes 2.6 (2016-09-10) * Improved tool mode bibtex output. This has some normalisation consequences for YEAR and custom fields. See PDF doc. * Support for new \ifuniquebaretitle test * Sourcemaps can now be restricted to particular refsections * Perl 5.24 is now required due to use of postfix deref notation * Removed RIS input driver due to lack of use * Added extended name format - see documentation * Added notfield function to sourcemaps - see documentation 2.5 (2016-05-10) * Added data annotations feature - see biblatex documentation. * Removed the "latinkeys.txt" Unicode::Collate table. This is now pointless because the compiled 'allkeys.txt' is faster and complete. * Incompatible biblatex/biber version is now a fatal error. * Significant performance improvements, particularly in sorting subsystem. * Addition of new bblXML output format and associated RelaxNG XML schema based on active datamodel. * Integration with new biblatex 3.4 labelprefix name change and refcontext option. * Integration with new biblatex 3.4 \DeclareDatafieldSet functionality. * Improved sourcemap looping functionality
This commit is contained in:
parent
68f431f427
commit
d889ad4332
2 changed files with 27 additions and 24 deletions
|
@ -1,20 +1,17 @@
|
|||
# $NetBSD: Makefile,v 1.17 2017/06/05 14:24:27 ryoon Exp $
|
||||
# $NetBSD: Makefile,v 1.18 2017/08/01 13:33:44 markd Exp $
|
||||
|
||||
VER= 2.4
|
||||
DISTNAME= biblatex-biber
|
||||
PKGNAME= p5-biblatex-biber-${VER}
|
||||
PKGREVISION= 2
|
||||
DISTNAME= biber-2.7
|
||||
PKGNAME= p5-biblatex-${DISTNAME}
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= http://sourceforge.net/projects/biblatex-biber/files/biblatex-biber/${VER}/
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=plk/}
|
||||
GITHUB_PROJECT= biber
|
||||
GITHUB_TAG= v${PKGVERSION_NOREV}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://biblatex-biber.sourceforge.net/
|
||||
HOMEPAGE= https://github.com/plk/biber
|
||||
COMMENT= Replacement of bibtex for users of BibLaTeX
|
||||
LICENSE= gnu-gpl-v1 OR artistic-2.0
|
||||
|
||||
DIST_SUBDIR= ${DISTNAME}-${VER}
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}-${VER}
|
||||
|
||||
PERL5_MODULE_TYPE= Module::Build
|
||||
PERL5_PACKLIST= auto/Biber/Config/.packlist
|
||||
USE_LANGUAGES= # empty
|
||||
|
@ -25,33 +22,39 @@ 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-DateTime-Calendar-Julian-[0-9]*:../../time/p5-DateTime-Calendar-Julian
|
||||
DEPENDS+= p5-DateTime-Format-Builder-[0-9]*:../../time/p5-DateTime-Format-Builder
|
||||
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-List-MoreUtils-XS-[0-9]*:../../devel/p5-List-MoreUtils-XS
|
||||
DEPENDS+= p5-Log-Log4perl-[0-9]*:../../devel/p5-Log-Log4perl
|
||||
DEPENDS+= p5-Regexp-Common-[0-9]*:../../textproc/p5-Regexp-Common
|
||||
DEPENDS+= p5-Sort-Key-[0-9]*:../../devel/p5-Sort-Key
|
||||
DEPENDS+= p5-Text-CSV-[0-9]*:../../textproc/p5-Text-CSV
|
||||
DEPENDS+= p5-Text-CSV_XS-[0-9]*:../../textproc/p5-Text-CSV_XS
|
||||
DEPENDS+= p5-Text-Roman-[0-9]*:../../textproc/p5-Text-Roman
|
||||
DEPENDS+= p5-Unicode-Collate>=1.14:../../converters/p5-Unicode-Collate
|
||||
DEPENDS+= p5-Unicode-Collate>=1.19:../../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
|
||||
DEPENDS+= p5-XML-Writer-String-[0-9]*:../../textproc/p5-XML-Writer-String
|
||||
DEPENDS+= p5-Business-ISSN-[0-9]*:../../misc/p5-Business-ISSN
|
||||
DEPENDS+= p5-Business-ISMN-[0-9]*:../../misc/p5-Business-ISMN
|
||||
DEPENDS+= p5-Unicode-LineBreak-[0-9]*:../../textproc/p5-Unicode-LineBreak
|
||||
DEPENDS+= p5-Unicode-LineBreak>=2016.003:../../textproc/p5-Unicode-LineBreak
|
||||
DEPENDS+= p5-Encode-EUCJPASCII-[0-9]*:../../textproc/p5-Encode-EUCJPASCII
|
||||
DEPENDS+= p5-Encode-HanExtra-[0-9]*:../../textproc/p5-Encode-HanExtra
|
||||
DEPENDS+= p5-Encode-JIS2K-[0-9]*:../../textproc/p5-Encode-JIS2K
|
||||
DEPENDS+= p5-Lingua-Translit>=0.25:../../textproc/p5-Lingua-Translit
|
||||
DEPENDS+= p5-autovivification-[0-9]*:../../devel/p5-autovivification
|
||||
|
||||
DEPENDS+= p5-Readonly-XS-[0-9]*:../../devel/p5-Readonly-XS
|
||||
|
||||
DEPENDS+= p5-IPC-Cmd-[0-9]*:../../devel/p5-IPC-Cmd
|
||||
DEPENDS+= p5-IPC-Run3-[0-9]*:../../devel/p5-IPC-Run3
|
||||
DEPENDS+= p5-Text-BibTeX>=0.71:../../textproc/p5-Text-BibTeX
|
||||
DEPENDS+= p5-Text-BibTeX>=0.76:../../textproc/p5-Text-BibTeX
|
||||
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
|
||||
|
||||
BUILD_DEPENDS+= p5-ExtUtils-LibBuilder>=0.4:../../devel/p5-ExtUtils-LibBuilder
|
||||
BUILD_DEPENDS+= p5-Config-AutoConf>=0.1:../../devel/p5-Config-AutoConf
|
||||
BUILD_DEPENDS+= p5-Config-AutoConf>=0.15:../../devel/p5-Config-AutoConf
|
||||
|
||||
INSTALLATION_DIRS= bin
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.5 2016/04/23 21:37:47 markd Exp $
|
||||
$NetBSD: distinfo,v 1.6 2017/08/01 13:33:44 markd Exp $
|
||||
|
||||
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
|
||||
SHA1 (biber-2.7.tar.gz) = dda7b8fd3f627d93fa896d1255900782cb79cf14
|
||||
RMD160 (biber-2.7.tar.gz) = 50f689a15bde19959ed261cea1c105fa815ab5a7
|
||||
SHA512 (biber-2.7.tar.gz) = a62c116d4278b177c9e05a1cac857358dd0ebc6283465e74bb557d13fa343843d8b84050a466b2308a309345309bd584ccd2e90ccbbefbd01f2203a8eea77609
|
||||
Size (biber-2.7.tar.gz) = 1274716 bytes
|
||||
|
|
Loading…
Reference in a new issue