pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/p5-biblatex-biber (pkgsrc)
details: https://anonhg.NetBSD.org/pkgsrc/rev/105e633fcae0
branches: trunk
changeset: 645577:105e633fcae0
user: mef <mef%pkgsrc.org@localhost>
date: Fri Jan 30 14:17:26 2015 +0000
description:
(pkgsrc)
- Drop dependency to obsolete devel/p5-File-Slurp-Unicode
- Fix dependency to wip package to misc category, say,
misc/p5-Business-ISSN
misc/p5-Business-ISMN
See
http://mail-index.netbsd.org/tech-pkg/2014/10/02/msg013638.html
(upstream)
- Update 0.9.9 to 1.9
------------------
1.9 (2014-05-25)
* Misc bug fixes
* Option names accept dashes as well as underscores for general Tex
option compatibility.
* New "--input-directory" option
* Tool mode now also supports data validation
* Perl 5.18 is now used to build all biber binaries
* Locale-sensitive sorting now more granular (see biblatex
"sortlocale" documentation)
* Source mapping feature now interpolates from previous matches
* Now supports generalised separated values lists using new
"--xsvsep" option.
* Macro <-> UTF-8 conversion now more robust
* New Text::BibTeX library now supports generating initials from
general UTF-8 strings (for, e.g. Russian names)
1.8 (2013-10-21)
* Perl 5.18 compatibility (hash order randomisation)
* Removed Data::Diver module due to linux licensing restrictions
* Misc Bug Fixes
1.7 (2013-07-07)
* Added clrmacros option
* Added map_nomatch
* Added --tool_macro_fields option
* Exposed sorting option to user-level config file (so sorting in tool mode is possible)
1.6 (2013-04-30)
* Bugfixes
* Now uses perl 5.16. Non-binary (unpacked) use requires perl 5.16+
* Improved tool mode with some formatting options
* Made Unicode NFD/NFC boundaries more robust
* labelyear is now labeldate to match biblatex 2.6
* Support for new CLONESOURCEKEY field (see biblatex 2.6 docs)
* New padding character option in labelalphatemplate (see biblatex
2.6 docs)
1.5 (2013-01-10)
* Added new source mapping option "map_entry_null"
* Renamed some options (old ones remain as aliases):
bibencoding -> input_encoding
bblencoding -> output_encoding
bblsafechars -> output_safechars
bblsafecharsset -> output_safecharsset
outfile -> output_file
outformat -> output_format
* New "tool" mode with "--tool" option which takes a data source as argument
and just performs reencoding and source mappings etc. as per options and config file.
* Support for customisable BibTeX data source list and name separators
* Better debug output for source mapping
* Better defined source mapping hierarchy with bugfixes
1.4 (2012-11-28)
* Support for biblatex 2.4 style sourcemaps (See \DeclareStyleSourcemap in
biblatex docs)
* entrykey is now a possible read-only pseudo field in sourcemaps
* Reencode data interface completely re-written. New user option
--recodedata allows users to specify a new data file for defining
reencoding sets.
* Internal changes to allow multiple script/lang variants of
fields in biblatex in the future.
* Citation key aliases now supported more comprehensively, in crossrefs etc.
* Support for new RELATEDOPTIONS field (see biblatex docs)
* Misc bug fixes
1.3 (01-11-2012)
* New "append" mode for sourcemap to allow combining of fields
* map_final now possible for map_set_field steps which causes map to
stop completely if map_overwrite is false and the field to set
already exists
* Allow extrayear generation when there is no labelyear
1.2 (20-08-2012)
* Misc bug fixes
1.1 (01-08-2012)
* Misc bug fixes
* Fixed later CentOS libz issue by including latest libz for linux builds
* Fixed DOT output (SF bug 3544894)
1.0 (01-07-2012)
* Internal data model processing changes
* New labeltitleyear and extratitleyear disambiguation tracker
* New labeltitle and extratitle disambiguation tracker
* Sorting per list enabled for biblatex 2.0
* New noinit option for ignoring parts of names when generating initials
* Some optimisations for large data sources
* Fixed build issues which broke PAR::Packer binary under latest Debian (Wheezy)
diffstat:
print/p5-biblatex-biber/Makefile | 12 +++++-------
print/p5-biblatex-biber/distinfo | 8 ++++----
2 files changed, 9 insertions(+), 11 deletions(-)
diffs (56 lines):
diff -r 896822bf7bd0 -r 105e633fcae0 print/p5-biblatex-biber/Makefile
--- a/print/p5-biblatex-biber/Makefile Fri Jan 30 13:50:44 2015 +0000
+++ b/print/p5-biblatex-biber/Makefile Fri Jan 30 14:17:26 2015 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2014/10/04 12:32:03 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2015/01/30 14:17:26 mef Exp $
-VER= 0.9.9
+VER= 1.9
DISTNAME= biblatex-biber
PKGNAME= p5-biblatex-biber-${VER}
-PKGREVISION= 4
CATEGORIES= print
MASTER_SITES= http://sourceforge.net/projects/biblatex-biber/files/biblatex-biber/${VER}/
@@ -13,7 +12,7 @@
LICENSE= gnu-gpl-v1 OR artistic-2.0
DIST_SUBDIR= ${DISTNAME}-${VER}
-WRKSRC= ${WRKDIR}/${DISTNAME}-v${VER}
+WRKSRC= ${WRKDIR}/${DISTNAME}-${VER}
PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/Biber/Config/.packlist
@@ -25,7 +24,6 @@
DEPENDS+= p5-Data-Dump-[0-9]*:../../devel/p5-Data-Dump
DEPENDS+= p5-Date-Simple-[0-9]*:../../devel/p5-Date-Simple
DEPENDS+= p5-File-Slurp-[0-9]*:../../devel/p5-File-Slurp
-DEPENDS+= p5-File-Slurp-Unicode-[0-9]*:../../devel/p5-File-Slurp-Unicode
DEPENDS+= p5-List-AllUtils-[0-9]*:../../devel/p5-List-AllUtils
DEPENDS+= p5-Log-Log4perl-[0-9]*:../../devel/p5-Log-Log4perl
DEPENDS+= p5-Regexp-Common-[0-9]*:../../textproc/p5-Regexp-Common
@@ -34,8 +32,8 @@
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]*:../../wip/p5-Business-ISSN
-DEPENDS+= p5-Business-ISMN-[0-9]*:../../wip/p5-Business-ISMN
+DEPENDS+= p5-Business-ISSN-[0-9]*:../../misc/p5-Business-ISSN
+DEPENDS+= p5-Business-ISMN-[0-9]*:../../misc/p5-Business-ISMN
DEPENDS+= p5-Readonly-XS-[0-9]*:../../devel/p5-Readonly-XS
DEPENDS+= tex-biblatex-1.7:../../print/tex-biblatex
diff -r 896822bf7bd0 -r 105e633fcae0 print/p5-biblatex-biber/distinfo
--- a/print/p5-biblatex-biber/distinfo Fri Jan 30 13:50:44 2015 +0000
+++ b/print/p5-biblatex-biber/distinfo Fri Jan 30 14:17:26 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2012/09/14 13:20:45 is Exp $
+$NetBSD: distinfo,v 1.2 2015/01/30 14:17:26 mef Exp $
-SHA1 (biblatex-biber-0.9.9/biblatex-biber.tar.gz) = 6d778184aa25c2af3d3a179b30fbb74d226de260
-RMD160 (biblatex-biber-0.9.9/biblatex-biber.tar.gz) = cadd7aeda10701b3a3591740b3f13ec1716517a2
-Size (biblatex-biber-0.9.9/biblatex-biber.tar.gz) = 1621125 bytes
+SHA1 (biblatex-biber-1.9/biblatex-biber.tar.gz) = cbdcf96c40ec38817576f5ea6e3457e7d9e9b703
+RMD160 (biblatex-biber-1.9/biblatex-biber.tar.gz) = 1c8c597703f2f76f8d94ef6534cc450fae652d29
+Size (biblatex-biber-1.9/biblatex-biber.tar.gz) = 2049168 bytes
Home |
Main Index |
Thread Index |
Old Index