summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Shellwords
AgeCommit message (Collapse)AuthorFilesLines
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-27Update to 1.07:wiz2-8/+8
1.03 Sat Nov 15 13:52:37 EST 2003 - workaround for uninit variable warnings eminating from shellwords.pl when called with array containing undef items. Other changes undocumented.
2005-02-24Add RMD160 digests to the SHA1 ones.agc1-1/+2
2005-01-08Remove redundant target.minskim1-4/+1
2005-01-08Import p5-Text-Shellwords from pkgsrc-wip. Packaged by David Price.minskim4-0/+34
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.