This article, “Rethinking the interface to CPAN“, over at Perl Buzz, describes something there needs to be more of in the open source community. CPAN, for those who don’t know, is a way to automatically add various libraries to a Perl installation, similar to BSD ports/pkgsrc or Ruby’s gems.
This is the message from the article: provide a solution to a real problem. I bring this up because a reoccurring frustration people have with pkgsrc is how to upgrade packages. Now, there’s no lack of ways to upgrade, but none of these solutions are a match for what people want: an upgrade method that works without frequent side effects or extra work. This is why portupgrade is very popular for FreeBSD, or apt-get for Debian; it generally works as expected. We need more of the thought process that leads to those solutions, in open source.
I’m not bring this up just to pick on pkgsrc; we need this sort of thinking for the DragonFly BSD website, too. It (and the other BSD websites) take the role of a library shelf, with information only available by sifting through it until you find what you want.
Compare that to the Firefox website: most people are going to visit there to download Firefox. A smaller contingent will already have it and want to upgrade it. There’s a very clear visual path for 90% of the visitors to the site. Now, go to any of the BSD operating system sites, and say “How do I install a working desktop system, with X and a window manager and so on?” It’s going to take some digging.