From owner-freebsd-ports@FreeBSD.ORG Tue Dec 17 09:34:50 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 ESMTPS id 38C6C101; Tue, 17 Dec 2013 09:34:50 +0000 (UTC) Received: from mail-wi0-x232.google.com (mail-wi0-x232.google.com [IPv6:2a00:1450:400c:c05::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A4BC01F2C; Tue, 17 Dec 2013 09:34:49 +0000 (UTC) Received: by mail-wi0-f178.google.com with SMTP id bz8so3348111wib.5 for ; Tue, 17 Dec 2013 01:34:48 -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=CTfUfFc0vwFLXr0W1FBViQwwDhksTIVywmhBXu8Mh00=; b=T6GvEqh92WeasEePC+nsbADFaf6l2SM3BONKeN+uZ6GkyEdkHF0+DCUE3as2FADCkT x5FCuNOqPljinLshN0zal8yZSakLF9OAcIXLhlazntbHsnH7NGa7Cd4rJ5IuCAfQgdxM v49BS/gM6Qw2SqhBnAQoDncPughC57OyJMDiycvdGbl0k2uFEkshJHJrsW6Th0ZW5kLi m0fqLIO80t5IhSUgMR2KVl+099H3mGRVsxlRkRI+F/N+CmDyqOnGnzhe7rjSRuO50q2G n/gllrcBHgYGZMF5OC0f8iQv54BmuDbTAH52dNLjy7EOM1C74ZU0fZ8pEZNTfwDBZ8YR K9XA== MIME-Version: 1.0 X-Received: by 10.180.160.166 with SMTP id xl6mr2023883wib.43.1387272888134; Tue, 17 Dec 2013 01:34:48 -0800 (PST) Received: by 10.194.157.69 with HTTP; Tue, 17 Dec 2013 01:34:48 -0800 (PST) In-Reply-To: <20131217091311.GH99753@ithaqua.etoilebsd.net> References: <20131217091311.GH99753@ithaqua.etoilebsd.net> Date: Tue, 17 Dec 2013 10:34:48 +0100 Message-ID: Subject: Re: Where to find keywords for pkg-plist? (@mode, @group, ...) From: David Demelier To: Baptiste Daroussin Content-Type: text/plain; charset=UTF-8 Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 09:34:50 -0000 2013/12/17 Baptiste Daroussin : > On Tue, Dec 17, 2013 at 10:07:47AM +0100, David Demelier wrote: >> Hello there, >> >> The Porter's Handbook really lacks a section to set permissions on >> installed files. Some users helped me on IRC to set permissions on a >> port pkg-plist but we should add it to the handbook. >> >> Is there a file in /usr/ports/Mk/* that shows all of the @ keywords >> that can be used in the pkg-plist? >> >> A simple grep didn't answer me. >> >> For instance, @mode sets the chmod file, @owner the user and such. >> >> Kind regards, >> >> -- >> Demelier David >> _______________________________________________ >> freebsd-ports@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-ports >> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > > man pkg-create or man pkg_create > Thank you very much! -- Demelier David