diff options
author | sno <sno@pkgsrc.org> | 2010-03-16 22:30:01 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-03-16 22:30:01 +0000 |
commit | 39fe3ecc5a819077c29c9a79969953e941508341 (patch) | |
tree | 3a7f36bb391c6df99fb4cad9621798e1e0337e0a /textproc | |
parent | c9b276e473e52804e71185fe700c02e1f2322717 (diff) | |
download | pkgsrc-39fe3ecc5a819077c29c9a79969953e941508341.tar.gz |
Updating textproc/p5-Text-BibTeX from 0.41 to 0.42
Upstream changes:
Release 0.42 - 16 March, 2010
-----------------------------
* names with more than two commas are left untouched if protected by
braces.
* can now deal with names with hyphens and generate the correct BibTeX
compatible abbreviations.
* can generate initials for protected name parts, like BibTeX can.
* can deal with generating initials for names which contains Unicode
characters.
* fixed compilation on machines needing alloca.h
* added new README file with more up-to-date information.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-BibTeX/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-Text-BibTeX/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/p5-Text-BibTeX/Makefile b/textproc/p5-Text-BibTeX/Makefile index ce0204f84cb..70ce328d179 100644 --- a/textproc/p5-Text-BibTeX/Makefile +++ b/textproc/p5-Text-BibTeX/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2010/03/16 09:53:02 sno Exp $ +# $NetBSD: Makefile,v 1.20 2010/03/16 22:30:01 sno Exp $ -DISTNAME= Text-BibTeX-0.41 +DISTNAME= Text-BibTeX-0.42 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5tbt CATEGORIES= textproc perl5 diff --git a/textproc/p5-Text-BibTeX/distinfo b/textproc/p5-Text-BibTeX/distinfo index 57565b767b4..e1d252f286e 100644 --- a/textproc/p5-Text-BibTeX/distinfo +++ b/textproc/p5-Text-BibTeX/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.7 2010/03/16 09:53:02 sno Exp $ +$NetBSD: distinfo,v 1.8 2010/03/16 22:30:01 sno Exp $ -SHA1 (Text-BibTeX-0.41.tar.gz) = f0b33fd831e7c2cff7391f4c4c901f145f98ef05 -RMD160 (Text-BibTeX-0.41.tar.gz) = 9264d764bcdb3af703a4ef48a21b0c3fadbc0093 -Size (Text-BibTeX-0.41.tar.gz) = 265974 bytes +SHA1 (Text-BibTeX-0.42.tar.gz) = e55e0558e8a745c75cbc0787507b0cd5d5ba79a6 +RMD160 (Text-BibTeX-0.42.tar.gz) = 50b15921153644471c48a9c35b9c8aaa30735261 +Size (Text-BibTeX-0.42.tar.gz) = 269882 bytes SHA1 (btparse-0.35.tar.gz) = bb52c5fc02c1326008bed31a3c8932dd832b8ea8 RMD160 (btparse-0.35.tar.gz) = afdf8cc2abd0beaa53b142d7277758a32e26d256 Size (btparse-0.35.tar.gz) = 470546 bytes |