From owner-cvs-ports@FreeBSD.ORG Tue Jun 22 09:24:19 2004 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 C32CD16A4CE; Tue, 22 Jun 2004 09:24:19 +0000 (GMT) Received: from fillmore.dyndns.org (port-212-202-50-15.dynamic.qsc.de [212.202.50.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B99543D5F; Tue, 22 Jun 2004 09:24:19 +0000 (GMT) (envelope-from eikemeier@fillmore-labs.com) Received: from [172.16.0.7] (helo=localhost) by fillmore.dyndns.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34 (FreeBSD)) id 1BchVn-000Lc5-RH; Tue, 22 Jun 2004 11:24:18 +0200 Date: Tue, 22 Jun 2004 11:24:23 +0200 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) To: Pav Lucistnik , Cyrille Lefevre From: Oliver Eikemeier In-Reply-To: <200406220824.i5M8OKbN094091@repoman.freebsd.org> Message-Id: Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/shells Makefile ports/shells/v7sh Makefile distinfo pkg-descr pkg-plist ports/shells/v7sh/files Makefile patch-args.c patch-blok.c patch-builtin.c patch-cmd.c patch-ctype.c patch-ctype.h patch-defs.h patch-error.c ... 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, 22 Jun 2004 09:24:20 -0000 Pav Lucistnik wrote: > Log: > Add v7sh, the original Steve R. Bourne shell from the 7th edition > Unix including > System III, 4.3BSD-Reno, Ultrix 3.1 and `home made'' fixes and > enhancements > > PR: ports/68127 > Submitted by: Cyrille Lefevre > > Revision Changes Path > 1.47 +1 -0 ports/shells/Makefile > 1.1 +65 -0 ports/shells/v7sh/Makefile (new) > 1.1 +64 -0 ports/shells/v7sh/distinfo (new) > 1.1 +24 -0 ports/shells/v7sh/files/Makefile (new) > 1.1 +168 -0 ports/shells/v7sh/files/patch-args.c (new) > 1.1 +41 -0 ports/shells/v7sh/files/patch-blok.c (new) > 1.1 +49 -0 ports/shells/v7sh/files/patch-builtin.c (new) > 1.1 +340 -0 ports/shells/v7sh/files/patch-cmd.c (new) > 1.1 +33 -0 ports/shells/v7sh/files/patch-ctype.c (new) > 1.1 +26 -0 ports/shells/v7sh/files/patch-ctype.h (new) > 1.1 +563 -0 ports/shells/v7sh/files/patch-defs.h (new) > 1.1 +91 -0 ports/shells/v7sh/files/patch-error.c (new) > 1.1 +299 -0 ports/shells/v7sh/files/patch-expand.c (new) > 1.1 +182 -0 ports/shells/v7sh/files/patch-fault.c (new) > 1.1 +189 -0 ports/shells/v7sh/files/patch-io.c (new) > 1.1 +17 -0 ports/shells/v7sh/files/patch-mac.h (new) > 1.1 +253 -0 ports/shells/v7sh/files/patch-macro.c (new) > 1.1 +251 -0 ports/shells/v7sh/files/patch-main.c (new) > 1.1 +148 -0 ports/shells/v7sh/files/patch-mode.h (new) > 1.1 +237 -0 ports/shells/v7sh/files/patch-msg.c (new) > 1.1 +397 -0 ports/shells/v7sh/files/patch-name.c (new) > 1.1 +12 -0 ports/shells/v7sh/files/patch-name.h (new) > 1.1 +138 -0 ports/shells/v7sh/files/patch-print.c (new) > 1.1 +440 -0 ports/shells/v7sh/files/patch-service.c (new) > 1.1 +16 -0 ports/shells/v7sh/files/patch-setbrk.c (new) > 1.1 +65 -0 ports/shells/v7sh/files/patch-stak.c (new) > 1.1 +58 -0 ports/shells/v7sh/files/patch-stak.h (new) > 1.1 +53 -0 ports/shells/v7sh/files/patch-string.c (new) > 1.1 +14 -0 ports/shells/v7sh/files/patch-sym.h (new) > 1.1 +223 -0 ports/shells/v7sh/files/patch-test.c (new) > 1.1 +9 -0 ports/shells/v7sh/files/patch-timeout.h (new) > 1.1 +157 -0 ports/shells/v7sh/files/patch-word.c (new) > 1.1 +657 -0 ports/shells/v7sh/files/patch-xec.c (new) > 1.1 +26 -0 ports/shells/v7sh/files/pathnames.h (new) > 1.1 +165 -0 ports/shells/v7sh/files/test.c (new) > 1.1 +68 -0 ports/shells/v7sh/files/ulimit.c (new) > 1.1 +41 -0 ports/shells/v7sh/files/ulimit.h (new) > 1.1 +23 -0 ports/shells/v7sh/pkg-descr (new) > 1.1 +3 -0 ports/shells/v7sh/pkg-plist (new) Wouldn't it make sense to use an extra patch .tbz file in this case?