From owner-freebsd-hackers@FreeBSD.ORG Thu May 27 21:31:41 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E85216A4CE for ; Thu, 27 May 2004 21:31:41 -0700 (PDT) Received: from mail.cableone.net (scanmail2.cableone.net [24.116.0.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 869A143D1F for ; Thu, 27 May 2004 21:31:38 -0700 (PDT) (envelope-from kitbsdlist2@HotPOP.com) Received: from vixen42.24-119-122-191.cpe.cableone.net (unverified [24.119.122.191]) by smail2.cableone.net (SurgeMail 1.5d2) with ESMTP id 2023910 for multiple; Thu, 27 May 2004 21:18:34 -0700 Date: Thu, 27 May 2004 21:27:59 -0500 From: Vulpes Velox To: "Cyrille Lefevre" Message-Id: <20040527212759.77c409a7@vixen42.24-119-122-191.cpe.cableone.net> In-Reply-To: <00ce01c44458$8a28d880$7890a8c0@dyndns.org> References: <00ce01c44458$8a28d880$7890a8c0@dyndns.org> X-Mailer: Sylpheed version 0.9.10claws (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Server: High Performance Mail Server - http://surgemail.com cc: Hackers FreeBSD Subject: Re: Darwin cmd import? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 May 2004 04:31:41 -0000 On Fri, 28 May 2004 04:07:32 +0200 "Cyrille Lefevre" wrote: > regarding the APSL (http://www.opensource.apple.com/apsl/), > do you think it is possible to import some darwin commands w/ mods. > > for instance, I thing to decomment and relpath from bootstrap_cmds, > sadc and sar from system_cmds, and maybe some others in the future. > > also, how about to import NetBSD shlock ? and CMU md (a sort of > mkdep in C) ? > > PS : decomment and relpath only need some mods while sadc would need > a large amount of mods, don't know about sar. Got links to what they do or any thing? If decomment does what it sounds like, then it can be solved using grep... iirc it is possible to tell it to kick out all lines that do not match a patern...