Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
This module provides simple word wrapping. It breaks long lines,
but does not alter spacing or remove existing line breaks. If
you're looking for more sophisticated text formatting, try the
Text::Format module.
In short, Text::Wrapper is the object-oriented equivalent of
Text::Wrap, but with fewer bugs (I hope).

View File

@@ -0,0 +1,20 @@
# $NetBSD: Makefile,v 1.22 2013/05/31 12:42:18 wiz Exp $
#
DISTNAME= Text-Wrapper-1.02
PKGNAME= p5-${DISTNAME}
PKGREVISION= 5
SVR4_PKGNAME= p5twr
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Text-Wrapper/
COMMENT= Perl5 module that provides simple word wrapping
PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/Text/Wrapper/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.4 2008/07/27 16:14:58 he Exp $
SHA1 (Text-Wrapper-1.02.tar.gz) = d6dc32314765a8e8c144734846e07bd896aebff1
RMD160 (Text-Wrapper-1.02.tar.gz) = e4a627b5d566160a9b5c079dcb4dc40ebeb06cf1
Size (Text-Wrapper-1.02.tar.gz) = 8229 bytes