pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-Text-BibTeX Update to version 0.37



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a13937dce236
branches:  trunk
changeset: 541700:a13937dce236
user:      markd <markd%pkgsrc.org@localhost>
date:      Thu Apr 24 21:20:46 2008 +0000

description:
Update to version 0.37

Release 0.37 - 21 Setember, 2006
--------------------------------
* added support for 'conference' key (alias for inproceedings)

Release 0.36 - 24 July, 2005
----------------------------
* fixed url where btparse should be downloaded from. (stupid bug)

Release 0.35 - 23 July, 2005
----------------------------
* changed from 0.33 to 0.35 to maintain relation with btparse.
* some tests now use Test::More (more tests will change soon)
* the way the module initializes changed. Now the module can be
  included to check its version.

diffstat:

 textproc/p5-Text-BibTeX/Makefile         |  12 +++++++-----
 textproc/p5-Text-BibTeX/distinfo         |  16 +++++++---------
 textproc/p5-Text-BibTeX/patches/patch-aa |  31 -------------------------------
 textproc/p5-Text-BibTeX/patches/patch-ab |  22 ----------------------
 4 files changed, 14 insertions(+), 67 deletions(-)

diffs (110 lines):

diff -r 35a7b8fac054 -r a13937dce236 textproc/p5-Text-BibTeX/Makefile
--- a/textproc/p5-Text-BibTeX/Makefile  Thu Apr 24 21:19:41 2008 +0000
+++ b/textproc/p5-Text-BibTeX/Makefile  Thu Apr 24 21:20:46 2008 +0000
@@ -1,17 +1,19 @@
-# $NetBSD: Makefile,v 1.13 2006/10/04 22:01:00 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2008/04/24 21:20:46 markd Exp $
 
-DISTNAME=      Text-BibTeX-0.33
+DISTNAME=      Text-BibTeX-0.37
 PKGNAME=       p5-${DISTNAME}
 SVR4_PKGNAME=  p5tbt
-PKGREVISION=   2
 CATEGORIES=    textproc perl5
-MASTER_SITES=  ${MASTER_SITE_TEX_CTAN:=biblio/bibtex/utils/btOOL/}
-DISTFILES+=    ${DISTNAME}.tar.gz btparse-0.32.tar.gz
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Text/}
+DISTFILES+=    ${DISTNAME}.tar.gz btparse-0.35.tar.gz
+SITES.btparse-0.35.tar.gz=     ${MASTER_SITE_PERL_CPAN:=../by-authors/id/A/AM/AMBS/btparse/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://www.gerg.ca/software/btOOL/
 COMMENT=       Perl library for reading, parsing, and processing BibTeX files
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 PERL5_PACKLIST=                auto/Text/BibTeX/.packlist
 
 .include "../../lang/perl5/module.mk"
diff -r 35a7b8fac054 -r a13937dce236 textproc/p5-Text-BibTeX/distinfo
--- a/textproc/p5-Text-BibTeX/distinfo  Thu Apr 24 21:19:41 2008 +0000
+++ b/textproc/p5-Text-BibTeX/distinfo  Thu Apr 24 21:20:46 2008 +0000
@@ -1,10 +1,8 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 14:48:45 agc Exp $
+$NetBSD: distinfo,v 1.4 2008/04/24 21:20:46 markd Exp $
 
-SHA1 (Text-BibTeX-0.33.tar.gz) = 2e92126e96c8b3b2424a13822893fafdd6978fe0
-RMD160 (Text-BibTeX-0.33.tar.gz) = 6f027f7266d173b54db87e440511b7212aff5813
-Size (Text-BibTeX-0.33.tar.gz) = 85145 bytes
-SHA1 (btparse-0.32.tar.gz) = 8a0a5b10081ad5597975505ac4b8b91fca657df0
-RMD160 (btparse-0.32.tar.gz) = 03a78f34da07f44b49a6fe346011959ae9d9ca34
-Size (btparse-0.32.tar.gz) = 206992 bytes
-SHA1 (patch-aa) = 5bbfb870bbbd662e7aad59e50f8b254692c66279
-SHA1 (patch-ab) = 067a3d57c9f39323fcf01b1ba096a8458cb6ad74
+SHA1 (Text-BibTeX-0.37.tar.gz) = 600018a4dc6ad108e9028241da4135d3afe223a2
+RMD160 (Text-BibTeX-0.37.tar.gz) = c44e39fe34d3644bd1b697b1d7de239c80dc341d
+Size (Text-BibTeX-0.37.tar.gz) = 85480 bytes
+SHA1 (btparse-0.35.tar.gz) = bb52c5fc02c1326008bed31a3c8932dd832b8ea8
+RMD160 (btparse-0.35.tar.gz) = afdf8cc2abd0beaa53b142d7277758a32e26d256
+Size (btparse-0.35.tar.gz) = 470546 bytes
diff -r 35a7b8fac054 -r a13937dce236 textproc/p5-Text-BibTeX/patches/patch-aa
--- a/textproc/p5-Text-BibTeX/patches/patch-aa  Thu Apr 24 21:19:41 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,31 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2001/02/27 23:39:55 jtb Exp $
-
---- BibTeX.xs~ Wed Oct  6 14:56:46 1999
-+++ BibTeX.xs  Fri Sep 15 23:49:59 2000
-@@ -29,6 +29,8 @@
- #include "perl.h"
- #include "XSUB.h"
- 
-+#define na PL_na
-+
- #define BT_DEBUG 0
- 
- #include "btparse.h"
-@@ -49,7 +51,7 @@
-       if (constant(name, &i))
-           ST(0) = sv_2mortal(newSViv(i));
-       else
--          ST(0) = &sv_undef;
-+          ST(0) = &PL_sv_undef;
- 
- 
- MODULE = Text::BibTeX           PACKAGE = Text::BibTeX          PREFIX = bt_
-@@ -96,7 +98,7 @@
-        for (i = 0; i < names->num_items; i++)
-        {
-           if (names->items[i] == NULL)
--             sv_name = &sv_undef;
-+             sv_name = &PL_sv_undef;
-           else
-              sv_name = sv_2mortal (newSVpv (names->items[i], 0));
- 
diff -r 35a7b8fac054 -r a13937dce236 textproc/p5-Text-BibTeX/patches/patch-ab
--- a/textproc/p5-Text-BibTeX/patches/patch-ab  Thu Apr 24 21:19:41 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2001/02/27 23:39:55 jtb Exp $
-
---- btxs_support.c~    Thu Mar 23 14:09:25 2000
-+++ btxs_support.c     Fri Sep 15 23:41:44 2000
-@@ -160,7 +160,7 @@
- 
-       DBG_ACTION (2, printf ("  field=%s, value=\"%s\"\n", 
-                              field_name, text));
--      sv_field_value = text ? newSVpv (text, 0) : &sv_undef;
-+      sv_field_value = text ? newSVpv (text, 0) : &PL_sv_undef;
-    }
- 
-    return sv_field_value;
-@@ -297,7 +297,7 @@
-    else
-    {
-       value = bt_get_text (top);
--      sv_value = value ? newSVpv (value, 0) : &sv_undef;
-+      sv_value = value ? newSVpv (value, 0) : &PL_sv_undef;
-    }
-    hv_store (entry, "value", 5, sv_value, 0);
- 



Home | Main Index | Thread Index | Old Index