Skip to content

Milestones

List view

  • vaskas, [22.03.20 02:23] Pkgin itself can be a goal for v0.5

    No due date
  • vaskas, [22.03.20 02:23] <pre> I think for v0.4 we can include pkg_install tools and all ports repackaged as tgz. This allows for cleaner installation and removal of packages - pkg_install keeps track of them in a little sqlite database. Afterwards, we can start specifying dependencies between packages. It's done in the plist file for each package iirc. So we can hack this in easily with a line in each build.sh. Just like you are doing with a host binary dependency (e.g. Bmake) check </pre> vaskas, [22.03.20 02:20] (about branch build-nbpkg) <pre> What this branch does: it packages every port as a netbsd-like package (tgz) as opposed to zip. These packages can be installed on the device using pkg_add (which is part of the pkg_install port). Also the repo.sh script is able to generate a pkg_summary.tar.gz file which allows you to host a pkgin repository anywhere you like. Current issue: pkgin doesn't install packages. It downloads the repo file and errors out. My hunting lead me to what I think is a bug in pkgin itself. </pre>

    No due date
  • No due date