From owner-freebsd-ports@FreeBSD.ORG Sun Nov 10 00:05:15 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 73D8B72D for ; Sun, 10 Nov 2013 00:05:15 +0000 (UTC) (envelope-from jlaffaye.freebsd@gmail.com) Received: from mail-ee0-x22d.google.com (mail-ee0-x22d.google.com [IPv6:2a00:1450:4013:c00::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0AA5A2A80 for ; Sun, 10 Nov 2013 00:05:14 +0000 (UTC) Received: by mail-ee0-f45.google.com with SMTP id c4so206493eek.32 for ; Sat, 09 Nov 2013 16:05:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=FwqImo88RguP80P3dvFWcL7MepDz1ZHfrB3usM+6OVA=; b=ESi0RkuR5MVgx1+wXyNsYkJfCflxXkUNtAepQKAjNOivmEZDbuu6QEO4sXJof7NSTg oqYxEU4ZFVecCPYLPR+Bl1qfkbW/HzU5MKBxDelJnJjPGDsLFxpjxJ8Gj4csQVgAex5k /bLeWWYXUtm6Ce+54w6BhTV20Bb/4VKDJoNanp+G0O7uahuiOdQt08avRt6knA7OutuO uiVMdIzXFoqi74ZEVzwboKBs5l/X7zUOyrUWp/S2pzumxM4sYCkxO2XglwnZ7FAKYQWz Ks+NMCV6DsBGZll3/v9vi/2d4DRzI2I0Yfgq6wBlRU0B2rzI60sW6S0WB/pyNR4Z1A29 jtXg== X-Received: by 10.14.207.132 with SMTP id n4mr176402eeo.102.1384041912311; Sat, 09 Nov 2013 16:05:12 -0800 (PST) Received: from [192.168.1.70] (lantea.jlaffaye.net. [109.190.125.169]) by mx.google.com with ESMTPSA id z1sm42137256eeo.14.2013.11.09.16.05.10 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 09 Nov 2013 16:05:11 -0800 (PST) Sender: Julien Laffaye Message-ID: <527ECDBB.3070702@freebsd.org> Date: Sun, 10 Nov 2013 01:05:15 +0100 From: Julien Laffaye User-Agent: Thunderbird/7.0.1 MIME-Version: 1.0 To: Aryeh Friedman , FreeBSD Ports ML Subject: Re: full documentation for all @'s in pkg-plist References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 00:05:15 -0000 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).