svn commit: r456674 - in head/graphics: . libQGLViewer libQGLViewer/files
Yuri
yuri at freebsd.org
Tue Dec 26 20:47:58 UTC 2017
On 12/25/17 23:10, Alexey Dokuchaev wrote:
> Please take some time and think about it as a software engineer working on
> a large project with huge number of ports, and a member of large community.
This command
$ for d in $(ls) ; do if [ -d $d ] ; then echo "$d: $((100*$(cd $d; ls |
grep "[A-Z]" | wc -l)/$(cd $d; ls | wc -l)))%"; fi; done;
shows that 20-30% of ports tree directories already have some
capitalization in them, so it is too late to fight for this. This is a
particularly high percentage considering that many older software titles
don't use capitalization.
If your hypothesis is that technical issues are at the heart of the
matter, you should provide some proof. For example, links to user/devs
complaints that such capitalization causes problems, references to
failures of some sort that were in some way caused by capitalized entries.
In the case at hand, libQGLViewer, the software is commonly known as
libQGLViewer, its DISTNAME has capitalization, it installs directories
and binaries with capitalization, QGLViewer/libQGLViewer-qt5.so, and, as
you've mentioned, RedHat and Gentoo packages are also named with
capitalization. So, by all counts it should be named libQGLViewer.
Regards,
Yuri
More information about the svn-ports-all
mailing list