From owner-cvs-ports@FreeBSD.ORG Fri Apr 20 21:36:36 2007 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 97FA916A402; Fri, 20 Apr 2007 21:36:36 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 887B913C455; Fri, 20 Apr 2007 21:36:36 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3KLaa2S037677; Fri, 20 Apr 2007 21:36:36 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3KLaagS037676; Fri, 20 Apr 2007 21:36:36 GMT (envelope-from miwi) Message-Id: <200704202136.l3KLaagS037676@repoman.freebsd.org> From: Martin Wilke Date: Fri, 20 Apr 2007 21:36:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/shells Makefile ports/shells/shell-include Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 20 Apr 2007 21:36:36 -0000 miwi 2007-04-20 21:36:35 UTC FreeBSD ports repository Modified files: shells Makefile Added files: shells/shell-include Makefile distinfo pkg-descr pkg-plist Log: Allows include files to be used in shells the same way they are with C. The file with the include code needs to be included. This is done by figuring out were it is located using which. . `which sh-include` will take care of it for sh. sh example... . `which sh-include` include fileGetLine line=`fileGetLine /etc/group 4` PR: ports/111829 Submitted by: Zane C. Bowers Revision Changes Path 1.64 +1 -0 ports/shells/Makefile 1.1 +39 -0 ports/shells/shell-include/Makefile (new) 1.1 +3 -0 ports/shells/shell-include/distinfo (new) 1.1 +9 -0 ports/shells/shell-include/pkg-descr (new) 1.1 +9 -0 ports/shells/shell-include/pkg-plist (new)