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 @@
Shellwords is a thin wrapper around the shellwords.pl package, which
comes preinstalled with Perl. This module imports a single subroutine,
shellwords(). The shellwords() routine parses lines of text and
returns a set of tokens using the same rules that the Unix shell does
for its command-line arguments. Tokens are separated by whitespace,
and can be delimited by single or double quotes. The module also
respects backslash escapes.

View File

@@ -0,0 +1,19 @@
# $NetBSD: Makefile,v 1.15 2013/05/31 12:42:17 wiz Exp $
#
DISTNAME= Text-Shellwords-1.08
PKGNAME= p5-${DISTNAME}
PKGREVISION= 5
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
MAINTAINER= dprice@cs.nmsu.edu
HOMEPAGE= http://search.cpan.org/dist/Text-Shellwords/
COMMENT= Wrapper around shellwords.pl package
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/Text/Shellwords/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.4 2007/02/22 12:24:17 wiz Exp $
SHA1 (Text-Shellwords-1.08.tar.gz) = e83ae5f40d77b306e8addb5a8eb47054ed52aee5
RMD160 (Text-Shellwords-1.08.tar.gz) = 0645fc2f4d2cf2eb14e588f74ee83e5a786de1af
Size (Text-Shellwords-1.08.tar.gz) = 2591 bytes