diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-29 09:31:03 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-29 09:31:03 +0000 |
commit | 60b79e7633a6e216f0cd28f281cbe135fbda344a (patch) | |
tree | 589e2b1ca98f268530ac28543c37c3567e8adae3 /textproc/Makefile | |
parent | 6b324a471a73fbe3c4c644e40ca2728f16653618 (diff) |
new port, p5-Text-Shellwords
This 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.
PR: ports/50081
Submitted by: George Hartzell <hartzell@fruitfly.org>
Notes
Notes:
svn path=/head/; revision=79858
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 21a58088aa99..09cd5f687a40 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -234,6 +234,7 @@ SUBDIR += p5-Text-Reflow SUBDIR += p5-Text-Reform SUBDIR += p5-Text-Repository + SUBDIR += p5-Text-Shellwords SUBDIR += p5-Text-SimpleTemplate SUBDIR += p5-Text-Tabs+Wrap SUBDIR += p5-Text-Template |