From owner-freebsd-ports@FreeBSD.ORG Mon Jun 30 19:56:25 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 BA3A11065670 for ; Mon, 30 Jun 2008 19:56:25 +0000 (UTC) (envelope-from v.velox@vvelox.net) Received: from vulpes.vvelox.net (vulpes.vvelox.NET [74.200.198.26]) by mx1.freebsd.org (Postfix) with ESMTP id 8C1BD8FC22 for ; Mon, 30 Jun 2008 19:56:25 +0000 (UTC) (envelope-from v.velox@vvelox.net) Received: from vixen42 (c-67-173-22-216.hsd1.il.comcast.net [67.173.22.216]) (Authenticated sender: v.velox) by vulpes.vvelox.net (Postfix) with ESMTP id 741F1B836; Mon, 30 Jun 2008 14:58:45 -0500 (CDT) Date: Mon, 30 Jun 2008 14:56:40 -0500 From: "Zane C.B." To: Sergey Matveychuk Message-ID: <20080630145640.284030c2@vixen42> In-Reply-To: <48691DEC.3020501@FreeBSD.org> References: <20080630113654.0ae76097@vixen42> <48691DEC.3020501@FreeBSD.org> X-Mailer: Claws Mail 3.4.0 (GTK+ 2.12.10; i386-portbld-freebsd6.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: Re: parse the '+CONTENTS' file 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, 30 Jun 2008 19:56:25 -0000 On Mon, 30 Jun 2008 21:54:52 +0400 Sergey Matveychuk wrote: > Zane C.B. wrote: > > When passing the '+CONTENTS' file for a installed package, what do > > lines matching /^\@cwd/ mean past the first one? I know the first > > one is the base, but what the ones after that for? > > > > On a similar note, what are the lines matching /^@ignore/ for? > > > > I am seeing both in '+CONTENTS' file for 'py25-numeric-24.2'. > > Have you already read pkg_create(1) man page? > > -- > Dixi. > Sem. Thanks. Was not aware that it contained information for that. Much thanks for the information.