From owner-freebsd-ports@FreeBSD.ORG Sun Nov 10 12:44:22 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 23DFE31A; Sun, 10 Nov 2013 12:44:22 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mail-pa0-x22d.google.com (mail-pa0-x22d.google.com [IPv6:2607:f8b0:400e:c03::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EC5FD2868; Sun, 10 Nov 2013 12:44:21 +0000 (UTC) Received: by mail-pa0-f45.google.com with SMTP id kp14so4156018pab.4 for ; Sun, 10 Nov 2013 04:44:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=0QUlXGM14sa1cRfmQCuGDVe51Oka0jFivl2I+F53P0k=; b=jL/W9u+AVzMTihDOQ3cH7OVKtXNJ3GLdptHAPtG71qY4zrzrkaFUaC4h3z0+PJq8in 3+n3fC799mwclGw870yWthdj6tdAMTueJOUgmEfRSz5Ab/WP0DZdmdhREqg/7uiQTAsB caJ834hjvyY4caKqWcRpO0Vej1+29SFP8Xg83USD++5VqRJ0tCZGVwS4UVzYllakXrmc vKigJgaV3C5wxM1LyiAJW4LycFPBm3dwEfiqSfmNF4WFdk2c9BImSzGUQyzIcwDR8Dx/ taFjgLTtE0c/tOJES3bGZEpJGSWrarucbVdhTy1kmORafESmOJshq5/tVPRMY71kIFl2 9VTg== MIME-Version: 1.0 X-Received: by 10.68.247.106 with SMTP id yd10mr25438998pbc.25.1384087461478; Sun, 10 Nov 2013 04:44:21 -0800 (PST) Received: by 10.68.185.130 with HTTP; Sun, 10 Nov 2013 04:44:21 -0800 (PST) In-Reply-To: <20131110124849.18e1c2ad@kalimero.tijl.coosemans.org> References: <527ECDBB.3070702@freebsd.org> <20131110124849.18e1c2ad@kalimero.tijl.coosemans.org> Date: Sun, 10 Nov 2013 07:44:21 -0500 Message-ID: Subject: Re: full documentation for all @'s in pkg-plist From: Aryeh Friedman To: Tijl Coosemans Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD Ports ML , Julien Laffaye X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Nov 2013 12:44:22 -0000 What has replaced it and where is it documented? (our port is for 10+ [requires bhyve]) On Sun, Nov 10, 2013 at 6:48 AM, Tijl Coosemans wrote: > On Sun, 10 Nov 2013 01:05:15 +0100 Julien Laffaye wrote: > > On 11/10/2013 12:47 AM, Aryeh Friedman wrote: > >> Where would I find a complete list of @'s allowed in pkg-plist and > >> hopefully an explination of each one? (the porter's handbook is > incomplete) > > > > In the manpage pkg_create(1). > > It has been removed in FreeBSD 10 though, so it would be nice to have > the info in the handbook as well. Same for all the %D, %B, etc. >