New pkgsrc tool: pkg_dry

There’s a new tool being put together for pkgsrc installation and management, called pkg_dry.  There’s an initial version for download with instructions from its creator, Emile “iMil” Heitor.  It looks to duplicate the functionality of apt-get or yum, by handling binary-only remote package management.

Someone please test this on DragonFly, though not on a production machine…  If it does end up matching apt-get (the only thing I like in Debian) in terms of functionality, that will be fantastic!  I have wanted something like this for a while.

pkgsrc housekeeping

Two recent pkgsrc changes that won’t directly affect how your packages are installed, but are still worth knowing about:

  • Thomas Klausner made some adjustments to license handling for pkgsrc.  It’s possible to prevent packages with or without certain licenses from installing, even as a dependency.  His post contains details of the by-default accepted licenses.
  • Joerg Sonnenberger has removed most instances of NO_CHECKSUM.  This will help people with poor network connections, and (I would imagine) will be better for security, too.
pkg_raddical

Matthew Dillon has updated pkg_radd to download based on the uname of the system where it’s run.  This means binary downloads can be keyed to the appropriate release, instead of just whatever’s most recent on pkgbox or any of the mirrors.