aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Shellwords
Commit message (Collapse)AuthorAgeFilesLines
* - Update from v1.07 to v1.08Aaron Dalton2006-06-153-4/+5
| | | | | | | | | PR: ports/98332 Submitted by: aaron Approved by: maintainer timeout, tobez (implicit) Notes: svn path=/head/; revision=165478
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* - upgrade to 1.07, fix plist, and unbreak this portYen-Ming Lee2005-03-104-6/+8
| | | | Notes: svn path=/head/; revision=130784
* BROKEN: Incomplete pkg-plistKris Kennaway2005-02-281-0/+2
| | | | Notes: svn path=/head/; revision=129965
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Update to 1.02.Akinori MUSHA2003-10-252-2/+2
| | | | | | | | | | PR: ports/58100 Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> No objection from: MAINTAINER (for 10 days, and this is a trivial update) Notes: svn path=/head/; revision=92113
* utilize SITE_PERLYing-Chieh Liao2003-10-242-4/+3
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* new port, p5-Text-ShellwordsEdwin Groothuis2003-04-294-0/+34
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: svn path=/head/; revision=79858