Thu Apr 5 22:43:47 2012 UTC ()
Update to 0.62 (0.48 tarball not still available)

Release 0.62 - 11 January, 2012
-------------------------------
* Releasing stable

Release 0.62_01 - 7 January, 2012
---------------------------------
* Better installation under Windows, and specifically, Win 7.

Release 0.61 - 20 October, 2011
-------------------------------
* Thanks to Philip Kime (again), we have STDERR working on Windows
  (hopefully)
* Make Windows tests no longer ignored.

Release 0.60 - 31 July, 2011
----------------------------
* Fix test in t/output.t

Release 0.59 - 28 July, 2011
----------------------------
* Add comma at the end of each and any line in BibTeX record
  as all modern parsers support them.
* Rewrote some tests in t/output.t

Release 0.58 - 21 June, 2011
----------------------------
* Remove some old documentation about btparse.
* Warn users when installing on non standard library path.

Release 0.57 - 17 June, 2011
----------------------------
* Mark two tests that fail from time to time as TODO for now.

Release 0.56 - 8 June, 2011
---------------------------
* Use File::Temp instead of POSIX. Fixes some Win32 builds.
  Thanks to Alex Gough for reporting this build problem.

Release 0.55 - 25 April, 2011
-----------------------------
* Added some extra checks for lib64 dir.
* Rewrote some code on MyBuilder.pm
* Add soname to library build.

Release 0.54 - 17 April, 2011
-----------------------------
* Applied patch to work under lib64 archs (hopefuly)
 (Guillaume Rousse)

Release 0.53 - 10 March, 2011
-----------------------------
* Working under Cygwin (Philip Kime)
* Changed Windows testing mode (based on Cygwin approach)
  - getting rid of 00_ and zz_ test files. Great!

Release 0.52 - 15 February, 2011
--------------------------------
* More name abbreviation tweeks (Philip Kime)

Release 0.51 - 1 February, 2011
-------------------------------
* Fixed environment during Linux/Unix testing

Release 0.50 - 1 February, 2011
-------------------------------
* Fixed name abbreviation when name has hiffens (Philip Kime)

Release 0.49 - 27 January, 2011
-------------------------------
* Small patch by Philip Kime to enlarge macros buffer size.
* Fixed Build.PL to clean some object files.


(markd)
diff -r1.25 -r1.26 pkgsrc/textproc/p5-Text-BibTeX/Makefile
diff -r1.9 -r1.10 pkgsrc/textproc/p5-Text-BibTeX/distinfo

cvs diff -r1.25 -r1.26 pkgsrc/textproc/p5-Text-BibTeX/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/p5-Text-BibTeX/Makefile 2012/04/03 08:51:28 1.25
+++ pkgsrc/textproc/p5-Text-BibTeX/Makefile 2012/04/05 22:43:47 1.26
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.25 2012/04/03 08:51:28 markd Exp $ 1# $NetBSD: Makefile,v 1.26 2012/04/05 22:43:47 markd Exp $
2 2
3DISTNAME= Text-BibTeX-0.48 3DISTNAME= Text-BibTeX-0.62
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5SVR4_PKGNAME= p5tbt 5SVR4_PKGNAME= p5tbt
6CATEGORIES= textproc perl5 6CATEGORIES= textproc perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.gerg.ca/software/btOOL/ 10HOMEPAGE= http://www.gerg.ca/software/btOOL/
11#HOMEPAGE= http://search.cpan.org/dist/Text-BibTeX/ 11#HOMEPAGE= http://search.cpan.org/dist/Text-BibTeX/
12COMMENT= Perl library for reading, parsing, and processing BibTeX files 12COMMENT= Perl library for reading, parsing, and processing BibTeX files
13LICENSE= ${PERL5_LICENSE} 13LICENSE= ${PERL5_LICENSE}
14 14
15PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
16 16

cvs diff -r1.9 -r1.10 pkgsrc/textproc/p5-Text-BibTeX/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/p5-Text-BibTeX/distinfo 2012/04/03 08:43:48 1.9
+++ pkgsrc/textproc/p5-Text-BibTeX/distinfo 2012/04/05 22:43:47 1.10
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.9 2012/04/03 08:43:48 markd Exp $ 1$NetBSD: distinfo,v 1.10 2012/04/05 22:43:47 markd Exp $
2 2
3SHA1 (Text-BibTeX-0.48.tar.gz) = 49847f456ee8ef4efc92ffda9bca285488478f91 3SHA1 (Text-BibTeX-0.62.tar.gz) = f26a0b68197e4767b554a3d10bf70598f55b031f
4RMD160 (Text-BibTeX-0.48.tar.gz) = 06ce20a6e6c7f4ea25bede2dcf9129a3009cc891 4RMD160 (Text-BibTeX-0.62.tar.gz) = 931a126ad8caf584d1ba47f7a8ade5e5ae6df7eb
5Size (Text-BibTeX-0.48.tar.gz) = 271034 bytes 5Size (Text-BibTeX-0.62.tar.gz) = 272092 bytes