svn commit: r419671 - in head/astro: . py-horoscopegenerator

Alexey Dokuchaev danfe at FreeBSD.org
Sat Aug 6 07:18:36 UTC 2016


On Fri, Aug 05, 2016 at 02:41:26PM +0200, Mathieu Arnold wrote:
> ...
> Well, I've had a look at the porter's handbook, and it doesn't say anything
> like that, it must be some urban legend.

No, it's not a legend.  Ports with upper/mixed case are indeed discouraged
(like we don't have `audio/DeaDBeeF', `lang/Python', `databases/PostgreSQL',
`lang/GCC', `www/Firefox', etc.).  It does not look unixish.  There are few
special cases when it is indeed desirable to match upstream closely, e.g.
for CPAN packages, Python modules, those things with an established naming
convention of their own and when we have to bring a lot of them to ports.

For some random unattached port it's almost always better tolower() it.

Perhaps PHB should be made more clear about it; I might have a look unless
someone beats me on it.

./danfe


More information about the svn-ports-all mailing list