From owner-svn-ports-all@freebsd.org Wed Oct 12 13:46:17 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1137C0EFF2; Wed, 12 Oct 2016 13:46:17 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward3j.cmail.yandex.net (forward3j.cmail.yandex.net [IPv6:2a02:6b8:0:1630::16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9E4E52C7; Wed, 12 Oct 2016 13:46:17 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from smtp1h.mail.yandex.net (smtp1h.mail.yandex.net [84.201.187.144]) by forward3j.cmail.yandex.net (Yandex) with ESMTP id B921520BFC; Wed, 12 Oct 2016 16:46:14 +0300 (MSK) Received: from smtp1h.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp1h.mail.yandex.net (Yandex) with ESMTP id CEE7A8C0E85; Wed, 12 Oct 2016 16:46:09 +0300 (MSK) Received: by smtp1h.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id xOWa7yrEpN-k7oOg1tL; Wed, 12 Oct 2016 16:46:08 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) X-Yandex-Suid-Status: 1 0,1 0,1 0,1 0,1 0 Subject: Re: svn commit: r423799 - in head/devel: . arduino-sevseg To: Mathieu Arnold , Boris Samorodov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201610112119.u9BLJZUg025971@repo.freebsd.org> <78824109-0639-384b-3ec5-3e9245607d98@FreeBSD.org> From: Boris Samorodov Message-ID: <98545919-db73-195e-a5d2-f74d868813dc@passap.ru> Date: Wed, 12 Oct 2016 16:46:07 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Wed, 12 Oct 2016 13:46:18 -0000 12.10.2016 16:32, Boris Samorodov пишет: > 12.10.2016 15:53, Mathieu Arnold пишет: >> Le 12/10/2016 à 14:44, Boris Samorodov a écrit : >>> 12.10.2016 12:59, Mathieu Arnold пишет: >>>> Le 11/10/2016 à 23:19, Boris Samorodov a écrit : >>>>> +PORTNAME= arduino-sevseg >>>>> >>>>> +GH_PROJECT= SevSeg >>>> This should be: >>>> >>>> PORTNAME=SevSeg >>>> PKGNAMEPREFIX=Arduino- >>> I like our tradition to have port names in lower case. There are >>> exceptions but this post AFAIK is not among them. >> >> There is no such tradition. > > Yes, there is. The Porters Handbook (Table 5.1. at the end of the page): > https://www.freebsd.org/doc/en/books/porters-handbook/makefile-naming.html Hm, I see what you mean. This table has a note "No uppercase names for single programs". Unfortunately, not very helpful note. It may be a good idea to document the port naming guides. > Those examples are old one (more then 10 years). > >> The rule is that PORTNAME follows upstream's naming. The only exception >> when the port installs a single utiliity and that utility is lowercased. >> >> For example, if sysutils/lsof's distfile was called, say, LsOF, PORTNAME >> would still be lsof because the utility is in lower case. >> >> Now, this, here, is some library that does not install a binary, so that >> rule applies, follow upstream's choice of naming. > > Is it your POV? Mine just disagrees. -- WBR, bsam