diff options
author | markd <markd@pkgsrc.org> | 2016-09-08 03:52:26 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2016-09-08 03:52:26 +0000 |
commit | 9247125207ba8134ab4bcb8a9e99be68d2b50b4c (patch) | |
tree | de37d7554cd29a561d8674a34b3ee41a5f28e1d2 | |
parent | 081d04024d6bfc61f03ffa1787f673fc95b85d18 (diff) | |
download | pkgsrc-9247125207ba8134ab4bcb8a9e99be68d2b50b4c.tar.gz |
Update BibTool to 2.65
2.65
* Hash function and value storing for field name mapping during xref
expansion fixed.
2.64
* New resource expand.xdata introduced to control the
expansion of xdata references.
* New resource crossref.map introduced to add a field name
mapping for crossrefs.
* New resource clear.crossref.map introduced to clear the
field name mapping for crossrefs.
* io.c introduced to contain input and output file parameters.
* Documentation switched to Lua\LaTeX.
2.63
* Omission of the previous release fixed.
2.62
* Combined rewrite and delete bug fixed.
* Minor improvements for the distribution.
* README renamed to README.md to comply with the
conventions of the GitHub repository.
2.61
* New resource rename.field introduced to conditionally rename a
field.
* Typedef String for Uchar* and used across.
* Duplicate file doc/bibtool.tex in the distribution tar ball
eliminated.
2.60
* The field name and other symbols may start with any allowed
character. Non-alpha characters at the beginning are treated as
warning only.
2.59
* Fix in print.c to omit an empty line after overflowing lines.
* Fix in print.c to avoid an overflow situation.
2.58
* Library tex_def.rsc extended with the primitives \i and \j.
* The source tar is signed. The key of the author can be obtained
from pgp.mit.edu.
* Test renamed to test.
-rw-r--r-- | print/bibtool/Makefile | 5 | ||||
-rw-r--r-- | print/bibtool/PLIST | 3 | ||||
-rw-r--r-- | print/bibtool/distinfo | 11 | ||||
-rw-r--r-- | print/bibtool/patches/patch-doc_Makefile | 15 |
4 files changed, 24 insertions, 10 deletions
diff --git a/print/bibtool/Makefile b/print/bibtool/Makefile index d8052b83bfb..a0f94155999 100644 --- a/print/bibtool/Makefile +++ b/print/bibtool/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2016/07/09 06:38:49 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2016/09/08 03:52:26 markd Exp $ -DISTNAME= BibTool-2.57 -PKGREVISION= 2 +DISTNAME= BibTool-2.65 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=biblio/bibtex/utils/bibtool/} diff --git a/print/bibtool/PLIST b/print/bibtool/PLIST index 371b9c652a1..ead88860657 100644 --- a/print/bibtool/PLIST +++ b/print/bibtool/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2015/01/24 13:40:14 mef Exp $ +@comment $NetBSD: PLIST,v 1.4 2016/09/08 03:52:26 markd Exp $ bin/bibtool lib/BibTool/biblatex.rsc lib/BibTool/braces.rsc @@ -13,7 +13,6 @@ lib/BibTool/sort_fld.rsc lib/BibTool/tex_def.rsc man/man1/bibtool.1 share/doc/BibTool/bibtool.pdf -share/doc/BibTool/c_lib.pdf share/doc/BibTool/ref_card.pdf share/examples/BibTool/bibtool.pl share/examples/BibTool/bibtool.tcl diff --git a/print/bibtool/distinfo b/print/bibtool/distinfo index fad6ce13bd0..dcc4c504318 100644 --- a/print/bibtool/distinfo +++ b/print/bibtool/distinfo @@ -1,11 +1,12 @@ -$NetBSD: distinfo,v 1.4 2015/11/04 01:01:31 agc Exp $ +$NetBSD: distinfo,v 1.5 2016/09/08 03:52:26 markd Exp $ -SHA1 (BibTool-2.57.tar.gz) = a6e80c86d347a39f3883e552db2dd4deb72b0e86 -RMD160 (BibTool-2.57.tar.gz) = d3a85e9b1271da26a7149cdb8cfd95d97ef5c24a -SHA512 (BibTool-2.57.tar.gz) = 7eb59a4f207a6c3cde846af0488aee2a300fa5858ef192c44bef66706d23dbcb45de89fa19a098de37ff37fa1248ff743e54c706decd645f1aa285e847ed8664 -Size (BibTool-2.57.tar.gz) = 749797 bytes +SHA1 (BibTool-2.65.tar.gz) = 389cf126587a75d4df8d4bf79f5cc85deb66bdf3 +RMD160 (BibTool-2.65.tar.gz) = 1c888c236bcb5c969f10f4facfe644215e1c93fb +SHA512 (BibTool-2.65.tar.gz) = a3206e10e339449963975ce73de1aa45f0450a9471ac61c9f2ccf2d5c6e008c5e10a2630d33faef9d1104b334b0ebf518014531b116dec844c267acb1c67ed48 +Size (BibTool-2.65.tar.gz) = 728543 bytes SHA1 (patch-aa) = 8c374a2825f4874ce701ab62d87afe8a3a6ab057 SHA1 (patch-ab) = 8c464aec252c9535939e36ff48b2a0a659eef1cd SHA1 (patch-configure) = dc729041f85dcb602b80aa107fb1673da666e202 +SHA1 (patch-doc_Makefile) = 0b11be1a36c56eff87a09fa818cd07b1f8211659 SHA1 (patch-parse.c) = cb58de4aad9a42db633929b701e40dc5622e594a SHA1 (patch-regex-0.12_regex.c) = ebffe11aec2c1ff40b4f4c41c3b9342c9426ea7a diff --git a/print/bibtool/patches/patch-doc_Makefile b/print/bibtool/patches/patch-doc_Makefile new file mode 100644 index 00000000000..8102f7b6c8e --- /dev/null +++ b/print/bibtool/patches/patch-doc_Makefile @@ -0,0 +1,15 @@ +$NetBSD: patch-doc_Makefile,v 1.1 2016/09/08 03:52:26 markd Exp $ + +c_lib.pdf wont build as uses obsolete font commands + +--- doc/Makefile.orig 2016-06-01 08:38:05.000000000 +0000 ++++ doc/Makefile +@@ -32,7 +32,7 @@ DIR_SEP = / + .aux.bbl: + $(BIBTEX) $* + +-TARGETS = bibtool.pdf ref_card.pdf c_lib.pdf ++TARGETS = bibtool.pdf ref_card.pdf + + ##----------------------------------------------------------------------------- + |