From owner-freebsd-ports@FreeBSD.ORG Mon Jun 16 04:33:58 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A62F21065671 for ; Mon, 16 Jun 2008 04:33:58 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.157]) by mx1.freebsd.org (Postfix) with ESMTP id 33A038FC1F for ; Mon, 16 Jun 2008 04:33:58 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so3751941fgb.35 for ; Sun, 15 Jun 2008 21:33:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=IqNlCC8SfgdfPW52DAxGFgEn68bRZtboFgscEAeWKuQ=; b=ZFWl3vVAfTC0pPTxxfatJBTDsOvERDJjXN9SNV4g1jYiCrjEseRoYeXoH+IrZH+Ryb sLXai2wgDfy16yM9BgBDmHd4nRTP2vcTbSp/2Np+GKtEx98s1GM0EsJngxAdXPo2ixOE acL/kZrxuQoHdxeUc5nrDjZTGk9W58ukFpCYk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=p3OMWCNVSwRN8QIa48nhZfNsGwYocmIYXWunFWZjCE81lBsQZ5HCt8CqQ0Vq4XRhPl ysjcph+pOJMwuzoFMmd2u0WdIk4mS2BzarZ/FRCXxCQXAyTX1k+KDkiQxVTP7TbkrpSr Ktb8FPLufd5aWbGf1J32X4jB8wQPFCnsxlqcE= Received: by 10.86.98.10 with SMTP id v10mr7455538fgb.39.1213589197006; Sun, 15 Jun 2008 21:06:37 -0700 (PDT) Received: by 10.86.26.8 with HTTP; Sun, 15 Jun 2008 21:06:36 -0700 (PDT) Message-ID: <7d6fde3d0806152106rf8339e7l1d25ad397bb18cfb@mail.gmail.com> Date: Sun, 15 Jun 2008 21:06:36 -0700 From: "Garrett Cooper" To: "sahil@tandon.net" In-Reply-To: <20080616033511.GA5538@shepherd> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <18517.39618.243382.192127@jerusalem.litteratus.org> <20080616033511.GA5538@shepherd> Cc: ports@freebsd.org, Robert Huff Subject: Re: checking against plist X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2008 04:33:58 -0000 On Sun, Jun 15, 2008 at 8:35 PM, Sahil Tandon wrote: > Robert Huff wrote: > >> Once a port is installed, is there any of using the plist (or >> aother mechanism) to check whether the files ar still there? >> (After, say, a system crash.) > > You are missing a few words up there, so hard to understand your exact > problem/question. You can simply list the contents of the plist and check > whether those files still exist following a crash. > > -- > Sahil Tandon pkg_info -g (at least that's what it should be IMHO)? If this doesn't exist, let me know and I'll see about adding that feature to pkg_info... -Garrett