From owner-svn-ports-all@freebsd.org Wed Oct 12 13:35:43 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 944D4C0ED59; Wed, 12 Oct 2016 13:35:43 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward1j.cmail.yandex.net (forward1j.cmail.yandex.net [IPv6:2a02:6b8:0:1630::14]) (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 53682C26; Wed, 12 Oct 2016 13:35:43 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from smtp3j.mail.yandex.net (smtp3j.mail.yandex.net [IPv6:2a02:6b8:0:801:1::12]) by forward1j.cmail.yandex.net (Yandex) with ESMTP id E199020FA4; Wed, 12 Oct 2016 16:35:37 +0300 (MSK) Received: from smtp3j.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp3j.mail.yandex.net (Yandex) with ESMTP id D47E962419E9; Wed, 12 Oct 2016 16:32:11 +0300 (MSK) Received: by smtp3j.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id PZS8lxBhWL-WAwWKGxr; Wed, 12 Oct 2016 16:32:10 +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: Date: Wed, 12 Oct 2016 16:32:10 +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:35:43 -0000 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 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