From owner-cvs-ports@FreeBSD.ORG Tue Apr 29 02:31:04 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53AF837B401; Tue, 29 Apr 2003 02:31:04 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F28E943F3F; Tue, 29 Apr 2003 02:31:03 -0700 (PDT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3T9V30U044921; Tue, 29 Apr 2003 02:31:03 -0700 (PDT) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3T9V3fx044917; Tue, 29 Apr 2003 02:31:03 -0700 (PDT) Message-Id: <200304290931.h3T9V3fx044917@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 29 Apr 2003 02:31:03 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc Makefileports/textproc/p5-Text-Shellwords Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2003 09:31:04 -0000 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 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)