diff options
author | markd <markd@pkgsrc.org> | 2008-04-24 21:20:46 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2008-04-24 21:20:46 +0000 |
commit | 7491cb593ad2d963800f24e07c0c36bf0564288d (patch) | |
tree | 09eeed93b6ce82cbe1aa2dd13c62402ec09c1e44 /textproc | |
parent | b92b71427166ad0abf064db4d383ff699189b2dd (diff) | |
download | pkgsrc-7491cb593ad2d963800f24e07c0c36bf0564288d.tar.gz |
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 (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-BibTeX/Makefile | 12 | ||||
-rw-r--r-- | textproc/p5-Text-BibTeX/distinfo | 16 | ||||
-rw-r--r-- | textproc/p5-Text-BibTeX/patches/patch-aa | 31 | ||||
-rw-r--r-- | textproc/p5-Text-BibTeX/patches/patch-ab | 22 |
4 files changed, 14 insertions, 67 deletions
diff --git a/textproc/p5-Text-BibTeX/Makefile b/textproc/p5-Text-BibTeX/Makefile index 726322a8e0e..8aa638ad030 100644 --- a/textproc/p5-Text-BibTeX/Makefile +++ b/textproc/p5-Text-BibTeX/Makefile @@ -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 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 --git a/textproc/p5-Text-BibTeX/distinfo b/textproc/p5-Text-BibTeX/distinfo index fc94a89811c..c7a0f525ed4 100644 --- a/textproc/p5-Text-BibTeX/distinfo +++ b/textproc/p5-Text-BibTeX/distinfo @@ -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 --git a/textproc/p5-Text-BibTeX/patches/patch-aa b/textproc/p5-Text-BibTeX/patches/patch-aa deleted file mode 100644 index d0cfaad36bf..00000000000 --- a/textproc/p5-Text-BibTeX/patches/patch-aa +++ /dev/null @@ -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 --git a/textproc/p5-Text-BibTeX/patches/patch-ab b/textproc/p5-Text-BibTeX/patches/patch-ab deleted file mode 100644 index fa4511798e7..00000000000 --- a/textproc/p5-Text-BibTeX/patches/patch-ab +++ /dev/null @@ -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); - |