Hacker News new | ask | show | jobs
by peterbotond 3476 days ago
cross platform package manager: pkgsrc.org

i have successfully used it for BSD, Linux, Solaris, HP-UX, Red-Hat Linux for the same commercial project.

Amitai Schlair: One Weird Trick To Simplify Package Management.

http://www.nycbug.org/index.cgi?action=view&id=10345

Disclaimer: i am not Amitai Schlair

1 comments

From pkgsrc website.

> pkgsrc is a framework for building third-party software on NetBSD and other UNIX-like systems, currently containing over 17000 packages.

And Fedora/Yum has 18000+ packages.

Thats a hell of a lot of C/C++ source code thats tested and configured to compile with the system compiler.

I think this is a case of not being able to see the forest for the trees. The entire open source community and operating systems development revolve around a set of extremely robust C/C++ package managers. But they are so integral to development at this point that they have become almost invisible.