From owner-svn-ports-all@FreeBSD.ORG Thu Mar 13 01:18:10 2014 Return-Path: Delivered-To: svn-ports-all@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 99096DE8; Thu, 13 Mar 2014 01:18:10 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5BA72DAE; Thu, 13 Mar 2014 01:18:10 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 369ECBDC5C; Thu, 13 Mar 2014 02:18:08 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id D2490BDC5A; Thu, 13 Mar 2014 02:18:07 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 167EDD0E077A; Thu, 13 Mar 2014 02:18:07 +0100 (CET) Date: Thu, 13 Mar 2014 02:18:06 +0100 From: Mathieu Arnold To: Gerald Pfeifer , Baptiste Daroussin Subject: Re: svn commit: r347964 - in head: . Mk Mk/Uses Message-ID: <7FDD1881988F20C49AB6BBD5@atuin.in.mat.cc> In-Reply-To: References: <201403120917.s2C9H6RL088610@svn.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2014 01:18:10 -0000 +--On 12 mars 2014 23:58:20 +0100 Gerald Pfeifer wrote: |> Added: head/Mk/Uses/tar.mk |> ======================================================================== |> ====== +# handle tar archives |> +# |> +# MAINTAINER: portmgr@FreeBSD.org |> +# |> +# Feature: tar |> +# Usage: USES=tar[:[xz|Z|bzip2|tgz]] | | For this cases, and others, what do you think of moving the | MAINTAINER information towards the end of the comment block? | | I like my portmgrs ;-), but the actual information about what | this file does feels more important. Well, all the Uses are documented in the PHB: http://www.freebsd.org/doc/en/books/porters-handbook/appendices.html#uses-values -- Mathieu Arnold