From owner-cvs-all Fri Mar 16 1: 2: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B777637B718; Fri, 16 Mar 2001 01:02:00 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2G920i87021; Fri, 16 Mar 2001 01:02:00 -0800 (PST) (envelope-from knu) Message-Id: <200103160902.f2G920i87021@freefall.freebsd.org> From: Akinori MUSHA Date: Fri, 16 Mar 2001 01:02:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/shells Makefile ports/shells/ruby-shell Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/03/16 01:02:00 PST Modified files: shells Makefile Added files: shells/ruby-shell Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add ruby-shell, a Ruby library to run commands and control jobs like a shell. Pipes and redirections work just as expected: sh = Shell.cd("/foo") sh.cat("bar") | sh.tee("baz") > "baa" # or sh.transact do cat("bar") | tee("baz") > "baa" end Revision Changes Path 1.32 +2 -1 ports/shells/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message