Mon Aug 26 01:49:43 2013 UTC ()
Update to 1.04
Add LICENSE

Upstream changes:
1.04   May 25, 2012
	- restore compatibility with Perl 5.8.0 (RT#77386)
	  patch provided by Thomas Sibley

1.03   March 10, 2012
	- add the wrap_after attribute
	- now requires Perl 5.10.0 or later
	- explicitly supports U+2000 - U+200B as breaking spaces
	- now built with Dist::Zilla (includes v2 META.json)
	- repository now publicly available on GitHub


(wen)
diff -r1.22 -r1.23 pkgsrc/textproc/p5-Text-Wrapper/Makefile
diff -r1.4 -r1.5 pkgsrc/textproc/p5-Text-Wrapper/distinfo

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

--- pkgsrc/textproc/p5-Text-Wrapper/Makefile 2013/05/31 12:42:18 1.22
+++ pkgsrc/textproc/p5-Text-Wrapper/Makefile 2013/08/26 01:49:43 1.23
@@ -1,20 +1,18 @@ @@ -1,20 +1,18 @@
1# $NetBSD: Makefile,v 1.22 2013/05/31 12:42:18 wiz Exp $ 1# $NetBSD: Makefile,v 1.23 2013/08/26 01:49:43 wen Exp $
2# 2#
3 3
4DISTNAME= Text-Wrapper-1.02 4DISTNAME= Text-Wrapper-1.04
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 5 
7SVR4_PKGNAME= p5twr 6SVR4_PKGNAME= p5twr
8CATEGORIES= textproc perl5 7CATEGORIES= textproc perl5
9MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} 8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
10 9
11MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://search.cpan.org/dist/Text-Wrapper/ 11HOMEPAGE= http://search.cpan.org/dist/Text-Wrapper/
13COMMENT= Perl5 module that provides simple word wrapping 12COMMENT= Perl5 module that provides simple word wrapping
14 13LICENSE= ${PERL5_LICENSE}
15PERL5_MODULE_TYPE= Module::Build 
16 14
17PERL5_PACKLIST= auto/Text/Wrapper/.packlist 15PERL5_PACKLIST= auto/Text/Wrapper/.packlist
18 16
19.include "../../lang/perl5/module.mk" 17.include "../../lang/perl5/module.mk"
20.include "../../mk/bsd.pkg.mk" 18.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/textproc/p5-Text-Wrapper/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/p5-Text-Wrapper/distinfo 2008/07/27 16:14:58 1.4
+++ pkgsrc/textproc/p5-Text-Wrapper/distinfo 2013/08/26 01:49:43 1.5
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2008/07/27 16:14:58 he Exp $ 1$NetBSD: distinfo,v 1.5 2013/08/26 01:49:43 wen Exp $
2 2
3SHA1 (Text-Wrapper-1.02.tar.gz) = d6dc32314765a8e8c144734846e07bd896aebff1 3SHA1 (Text-Wrapper-1.04.tar.gz) = 49027e4757ede5b895df7fc185e58b0ec166ba10
4RMD160 (Text-Wrapper-1.02.tar.gz) = e4a627b5d566160a9b5c079dcb4dc40ebeb06cf1 4RMD160 (Text-Wrapper-1.04.tar.gz) = 0e5027d04340cecc457f52138e0ab74394205641
5Size (Text-Wrapper-1.02.tar.gz) = 8229 bytes 5Size (Text-Wrapper-1.04.tar.gz) = 18239 bytes