summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
AgeCommit message (Expand)Author
2005-09-18unbreak tree. please build before commiting espieTheo de Raadt
2005-09-18document the package(5) format.Marc Espie
2005-09-17kill trailing space;Jason McIntyre
2005-09-17allows grabbing the packing-list directly from a PackageLocation,Marc Espie
2005-09-17special-case when we only need the packing-list.Marc Espie
2005-09-17beginning to a source path repository infrastructure, very likely to changeMarc Espie
2005-09-17Document the process for pkg_add -u.Marc Espie
2005-09-17document quickie $o->contents() methodMarc Espie
2005-09-17write down explicitly that directory names in PKG_PATH should end with a /,Marc Espie
2005-09-17slightly simpler install.Marc Espie
2005-09-17minor nitMarc Espie
2005-09-17Document PKG_CACHE.Marc Espie
2005-09-16more clean-up:Marc Espie
2005-09-16oopsMarc Espie
2005-09-16move .tgz addition down to PackageRepositoryList.Marc Espie
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