Date: Tue, 29 Apr 2003 02:31:03 -0700 (PDT) From: Edwin Groothuis <edwin@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefileports/textproc/p5-Text-Shellwords Makefile distinfo pkg-descr pkg-plist Message-ID: <200304290931.h3T9V3fx044917@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
edwin 2003/04/29 02:31:03 PDT
FreeBSD ports repository
Modified files:
textproc Makefile
Added files:
textproc/p5-Text-Shellwords Makefile distinfo pkg-descr
pkg-plist
Log:
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>
Revision Changes Path
1.508 +1 -0 ports/textproc/Makefile
1.1 +23 -0 ports/textproc/p5-Text-Shellwords/Makefile (new)
1.1 +1 -0 ports/textproc/p5-Text-Shellwords/distinfo (new)
1.1 +7 -0 ports/textproc/p5-Text-Shellwords/pkg-descr (new)
1.1 +3 -0 ports/textproc/p5-Text-Shellwords/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304290931.h3T9V3fx044917>
