From 15e696e9547d52b0cc94acb1fbd057dd1301fd04 Mon Sep 17 00:00:00 2001 From: heinz Date: Fri, 18 May 2007 20:31:59 +0000 Subject: Updated to version 2.0.0. Pkgsrc changes: - Package supports installation to DESTDIR. - New requirement p5-version. - Added HOMEPAGE Changes since version 1.95: =========================== 1.96.0 Mon May 1 21:52:37 2006 - Fixed major bug in extract_multiple handling of unknowns - Fixed return value on failure (thanks Eric) - Fixed bug differentiating heredocs and left-shift operators (thanks Anthony) 1.97 Mon May 1 21:58:04 2006 - Removed three-part version number and dependency on version.pm 1.98 Fri May 5 14:58:49 2006 - Reinstated full test suite (thanks Steve!) 1.99.0 Thu Nov 16 07:32:06 2006 - Removed reliance on expensive $& variable (thanks John) - Made Makefile.PL play nice with core versions (thanks Schwern!) 1.99.1 Thu Nov 16 09:29:14 2006 - Included dependency on version.pm (thanks Andy) 2.0.0 Wed Dec 20 10:50:24 2006 - Added patches from bleadperl version (thanks Rafael!) - Fixed bug in second bracketed delimiters (thanks David) --- textproc/p5-Text-Balanced/Makefile | 11 +++++++---- textproc/p5-Text-Balanced/distinfo | 8 ++++---- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/textproc/p5-Text-Balanced/Makefile b/textproc/p5-Text-Balanced/Makefile index cc693531995..6d8faea60c3 100644 --- a/textproc/p5-Text-Balanced/Makefile +++ b/textproc/p5-Text-Balanced/Makefile @@ -1,18 +1,21 @@ -# $NetBSD: Makefile,v 1.16 2006/07/19 22:42:52 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2007/05/18 20:31:59 heinz Exp $ # -DISTNAME= Text-Balanced-1.95 -PKGNAME= p5-${DISTNAME} +DISTNAME= Text-Balanced-v2.0.0 +PKGNAME= p5-${DISTNAME:S/-v2/-2/1} SVR4_PKGNAME= p5tba CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} MAINTAINER= pkgsrc-users@NetBSD.org -#HOMEPAGE= +HOMEPAGE= http://search.cpan.org/dist/Text-Balanced/ COMMENT= Extract delimited text sequences from strings +PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews +DEPENDS+= p5-version-[0-9]*:../../devel/p5-version + PERL5_PACKLIST= auto/Text/Balanced/.packlist .include "../../lang/perl5/module.mk" diff --git a/textproc/p5-Text-Balanced/distinfo b/textproc/p5-Text-Balanced/distinfo index 15f5028d1a5..19bdbf94790 100644 --- a/textproc/p5-Text-Balanced/distinfo +++ b/textproc/p5-Text-Balanced/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2006/07/19 22:42:52 wiz Exp $ +$NetBSD: distinfo,v 1.7 2007/05/18 20:31:59 heinz Exp $ -SHA1 (Text-Balanced-1.95.tar.gz) = 0843c3902a6b507ba8242d4424ea609ba4e18f8a -RMD160 (Text-Balanced-1.95.tar.gz) = 34a83efd0ad1750f242000a1698d7746b0053d2e -Size (Text-Balanced-1.95.tar.gz) = 28133 bytes +SHA1 (Text-Balanced-v2.0.0.tar.gz) = 7596d768e35e34013fb59526b9672a206b31816f +RMD160 (Text-Balanced-v2.0.0.tar.gz) = 28a1728d874eb922d3751e748d7312a2950d3bd5 +Size (Text-Balanced-v2.0.0.tar.gz) = 29466 bytes -- cgit v1.2.3