Tue Apr 3 08:43:49 2012 UTC ()
Update to 0.48

Release 0.48 - 23 September, 2010
---------------------------------
* depend on ExtUtils::LibBuilder for library compilation.

Release 0.47 - 18 September, 2010
---------------------------------
* fixed a problem with 160 char being considered whitespace on many unixes.
  Thanks, again, to Philip Kime :)

Release 0.46 - 24 August, 2010
------------------------------
* support entry keys in unicode. Thanks to Philip Kime.

Release 0.45 - 8 June, 2010
---------------------------
* fixed ldconfig call under linux, now only if the user is root.
* fixed library installation path when user specifies different
  installbase during install action.
  (thanks to Franå·½ois for both fixes)

Release 0.44 - 9 May, 2010
--------------------------
* RPath information on link - Thanks to Jens Rehsack
* removed dependency on 'UNIVERSAL' as it is now built-in
  (change for perl 5.12 deprecation)

Release 0.43 - 18 March, 2010
-----------------------------
* small fix on warnings issue
* run ldconfig after installing the .so file under linux


(markd)
diff -r1.23 -r1.24 pkgsrc/textproc/p5-Text-BibTeX/Makefile
diff -r1.8 -r1.9 pkgsrc/textproc/p5-Text-BibTeX/distinfo
diff -r1.4 -r0 pkgsrc/textproc/p5-Text-BibTeX/patches/patch-aa

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

--- pkgsrc/textproc/p5-Text-BibTeX/Makefile 2011/08/16 09:44:38 1.23
+++ pkgsrc/textproc/p5-Text-BibTeX/Makefile 2012/04/03 08:43:48 1.24
@@ -1,34 +1,32 @@ @@ -1,34 +1,32 @@
1# $NetBSD: Makefile,v 1.23 2011/08/16 09:44:38 obache Exp $ 1# $NetBSD: Makefile,v 1.24 2012/04/03 08:43:48 markd Exp $
2 2
3DISTNAME= Text-BibTeX-0.42 3DISTNAME= Text-BibTeX-0.48
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 2 
6SVR4_PKGNAME= p5tbt 5SVR4_PKGNAME= p5tbt
7CATEGORIES= textproc perl5 6CATEGORIES= textproc perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
9DISTFILES+= ${DISTNAME}.tar.gz btparse-0.35.tar.gz 
10SITES.btparse-0.35.tar.gz= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/A/AM/AMBS/btparse/} 
11 8
12MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
13HOMEPAGE= http://www.gerg.ca/software/btOOL/ 10HOMEPAGE= http://www.gerg.ca/software/btOOL/
14#HOMEPAGE= http://search.cpan.org/dist/Text-BibTeX/ 11#HOMEPAGE= http://search.cpan.org/dist/Text-BibTeX/
15COMMENT= Perl library for reading, parsing, and processing BibTeX files 12COMMENT= Perl library for reading, parsing, and processing BibTeX files
16LICENSE= ${PERL5_LICENSE} 13LICENSE= ${PERL5_LICENSE}
17 14
18PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
19 16
20BUILD_DEPENDS+= p5-Capture-Tiny>=0.06:../../devel/p5-Capture-Tiny 17BUILD_DEPENDS+= p5-Capture-Tiny>=0.06:../../devel/p5-Capture-Tiny
21BUILD_DEPENDS+= p5-Config-AutoConf>=0.14:../../devel/p5-Config-AutoConf 18BUILD_DEPENDS+= p5-Config-AutoConf>=0.14:../../devel/p5-Config-AutoConf
 19BUILD_DEPENDS+= p5-ExtUtils-LibBuilder>=0.01:../../devel/p5-ExtUtils-LibBuilder
22BUILD_DEPENDS+= p5-ExtUtils-CBuilder>=0.27:../../devel/p5-ExtUtils-CBuilder 20BUILD_DEPENDS+= p5-ExtUtils-CBuilder>=0.27:../../devel/p5-ExtUtils-CBuilder
23 21
24USE_LANGUAGES+= c 22USE_LANGUAGES+= c
25PERL5_PACKLIST= auto/Text/BibTeX/.packlist 23PERL5_PACKLIST= auto/Text/BibTeX/.packlist
26PERL5_MODULE_TYPE= Module::Build 24PERL5_MODULE_TYPE= Module::Build
27 25
28ALL_ENV+= TMPDIR=${WRKDIR}/tmp 26ALL_ENV+= TMPDIR=${WRKDIR}/tmp
29 27
30pre-configure: 28pre-configure:
31 ${MKDIR} ${WRKDIR}/tmp 29 ${MKDIR} ${WRKDIR}/tmp
32 30
33.include "../../lang/perl5/module.mk" 31.include "../../lang/perl5/module.mk"
34.include "../../mk/bsd.pkg.mk" 32.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/textproc/p5-Text-BibTeX/distinfo 2010/03/16 22:30:01 1.8
+++ pkgsrc/textproc/p5-Text-BibTeX/distinfo 2012/04/03 08:43:48 1.9
@@ -1,9 +1,5 @@ @@ -1,9 +1,5 @@
1$NetBSD: distinfo,v 1.8 2010/03/16 22:30:01 sno Exp $ 1$NetBSD: distinfo,v 1.9 2012/04/03 08:43:48 markd Exp $
2 2
3SHA1 (Text-BibTeX-0.42.tar.gz) = e55e0558e8a745c75cbc0787507b0cd5d5ba79a6 3SHA1 (Text-BibTeX-0.48.tar.gz) = 49847f456ee8ef4efc92ffda9bca285488478f91
4RMD160 (Text-BibTeX-0.42.tar.gz) = 50b15921153644471c48a9c35b9c8aaa30735261 4RMD160 (Text-BibTeX-0.48.tar.gz) = 06ce20a6e6c7f4ea25bede2dcf9129a3009cc891
5Size (Text-BibTeX-0.42.tar.gz) = 269882 bytes 5Size (Text-BibTeX-0.48.tar.gz) = 271034 bytes
6SHA1 (btparse-0.35.tar.gz) = bb52c5fc02c1326008bed31a3c8932dd832b8ea8 
7RMD160 (btparse-0.35.tar.gz) = afdf8cc2abd0beaa53b142d7277758a32e26d256 
8Size (btparse-0.35.tar.gz) = 470546 bytes 
9SHA1 (patch-aa) = 6c6193cd464e59b30f8405565cca566d089ca5c5 

File Deleted: pkgsrc/textproc/p5-Text-BibTeX/patches/Attic/patch-aa