summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
AgeCommit message (Expand)Author
2005-09-14document @pkgpathMarc Espie
2005-09-14typo, let @pkgpath work.Marc Espie
2005-09-14filter names out first, as it's slightly fasterMarc Espie
2005-09-13more Package/FatPackage common code: separate the proxy 'next' into twoMarc Espie
2005-09-13typo, fix fat packages reading.Marc Espie
2005-09-13use wipe_info() instead of hand-killing directories.Marc Espie
2005-09-13use grabPlist, avoid getting anything else.Marc Espie
2005-09-13grabPlist shall behave like find.Marc Espie
2005-09-13Repository::Installed class, to provide uniform access to installedMarc Espie
2005-09-13yet more uniform names.Marc Espie
2005-09-13don't actively avoid the Composite Pattern.Marc Espie
2005-09-13new class: PackageRepositoryList, of which pkgpath is one instance.Marc Espie
2005-09-13make grabPlist slightly smarter so that we can still open the packageMarc Espie
2005-09-13allows grabbing a packing-list directly, without needing to go throughMarc Espie
2005-09-13some long-delayed clean-up of this code.Marc Espie
2005-09-11downgrade @pkgdep from deprecated to actual error.Marc Espie
2005-09-09zap dup. From Bernd AhlersMarc Espie
2005-09-08- make SYNOPSIS match usage() and tweak DESCRIPTION accordinglyJason McIntyre
2005-09-08typo, from Bernd AhlersMarc Espie
2005-09-07use `pkg-name' rather than `pkgname' here, for consistency with otherJason McIntyre
2005-09-07copy new annotations over.Marc Espie
2005-09-07sort options and sync usage();Jason McIntyre
2005-09-07sort options and sync usage();Jason McIntyre
2005-09-07sort options, and sync usage();Jason McIntyre
2005-09-05Missing -F installed test.Marc Espie
2005-09-04zap duplicate codeMarc Espie
2005-09-04* New -i interactive option, that can ask obnoxious questions.Marc Espie
2005-08-29correctly trim old p* versions of packages.Marc Espie
2005-08-22Protect against more signals. Mark them as caught in a unified message.Marc Espie
2005-08-22protect against $pkgname not being defined.Marc Espie
2005-08-22likewise, report only the first three filesMarc Espie
2005-08-22while scanning a potential package, process issues anyways:Marc Espie
2005-08-22maintain a counter of problems encountered per-filesystem.Marc Espie
2005-08-22parse mount entry correctly even if space left is negativeMarc Espie
2005-08-21catch QUIT, HUP, KILL, TERM along with INT, remove the temp dirs, then die.Marc Espie
2005-08-19remove tempdir right away if it turns out we're not dealing with aMarc Espie
2005-08-19trap SIGINT so that tempdirs get removed.Marc Espie
2005-08-17fix a few typos.Marc Espie
2005-08-17drop paragraph about ftp-proxy.Marc Espie
2005-08-17document new methodMarc Espie
2005-08-17better message when we can't resolve a stem, taken from pkg_delete.Marc Espie
2005-08-17reuse compute_closureMarc Espie
2005-08-17we have a much more accurate image of stuff in -n mode, so we canMarc Espie
2005-08-17clean-up, move the compute_closure code to RequiredBy, since it'sMarc Espie
2005-08-17works better with the actual file.Marc Espie
2005-08-17when looking for updates, select the best version: we know what to doMarc Espie
2005-08-17if we can't read the packing-list, it's because it's a bad pkgname.Marc Espie
2005-08-17ftp-proxy misbehavior is of the past.Marc Espie
2005-08-17save architecture as well for ExtraInfo, so that pkg_add -u won't tryMarc Espie
2005-08-17document RequiredBy module.Marc Espie