summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
AgeCommit message (Expand)Author
2005-12-26have pkg_create warn about shared libs which have a version number hardcodedMarc Espie
2005-12-05make sure set_modes always get called for a `real' extraction.Marc Espie
2005-11-29- Zap duplicate semicolon. From Alexander Hall via PR #4913. Thanks!Bernd Ahlers
2005-11-19magically complete fragment with `committed' names, solve the issue thatMarc Espie
2005-11-18restructure some text slightly;Jason McIntyre
2005-11-17finally get around to documenting the alternate call to pkg_create.Marc Espie
2005-11-05same fix as Add.pm: make sure we parse the whole package.Marc Espie
2005-11-05-F conflicts does not really exist, so don't document itNikolay Sturm
2005-11-03kludge: avoid creating non-empty files.Marc Espie
2005-11-03exit with 1 if we can't install shit thanks to dependencies issues.Marc Espie
2005-11-02In case we are pretending, make sure we skip to the next archive member.Marc Espie
2005-11-02Simplify OpenBSD::PackingElement::Sysctl::install().Bernd Ahlers
2005-11-01Add -P option. This shows the pkgpath for each package. Nice for buildingBernd Ahlers
2005-10-28fix error code path for pkg_info -e pouetMarc Espie
2005-10-27Fix a perl warning during package deletion.Bernd Ahlers
2005-10-26add checks in skip for walking off the file.Marc Espie
2005-10-26minor clean-up, unhardcode test for type, use a table instead.Marc Espie
2005-10-25zap 229 (frantisek holop)Marc Espie
2005-10-24more robust deletion: rebuild item from file system instead of usingMarc Espie
2005-10-24use a visitor('prepare_for_deletion') to validate plist for removal,Marc Espie
2005-10-24factor out a bit of code, and be more aware of symlinks.Marc Espie
2005-10-24filter out .libs-* later, so that compute_closures() packages do notMarc Espie
2005-10-24do not try to find a match for .libs-* packages.Marc Espie
2005-10-23if resumed from ^Z, display meter without waiting for changes.Marc Espie
2005-10-22add a hint to close that says how the fd got closed (real error, premature,Marc Espie
2005-10-22always display the list of packages we can't update.Marc Espie
2005-10-22more non-errors from ftp.Marc Espie
2005-10-22I haven't received any feedback at all about this patch, so everyoneMarc Espie
2005-10-22be more explicit about what's going on.Marc Espie
2005-10-19mark links being extracted with `zap', so that they do not get recordedMarc Espie
2005-10-10less verbose listing of librariesMarc Espie
2005-10-10several paths lead to has_new_sig, cache the result.Marc Espie
2005-10-10We should do this, placeholder.Marc Espie
2005-10-10allows for tempfiles.Marc Espie
2005-10-10Xref package(5)Marc Espie
2005-10-10Display an error message if no packages are available in the PKG_PATH.Marc Espie
2005-10-07wonky capitalisation;Jason McIntyre
2005-10-02pkg_add -u does updates.Marc Espie
2005-09-24Add some code to just build the packing-list even if the package won'tMarc Espie
2005-09-24pass actual items to prepare_long and check_name so that we can alsoMarc Espie
2005-09-24move uname/gname existence check into ArcCheck: Ustar archives deal withMarc Espie
2005-09-24Allows FETCH_CMD to replace ftp.Marc Espie
2005-09-20refuse building archive if we don't have user names for the uids.Marc Espie
2005-09-19use $handle->plist()Marc Espie
2005-09-19simplify pkg_info a great deal, by relying on the lazy properties ofMarc Espie
2005-09-19fix PackageRepository::Installed().Marc Espie
2005-09-19OpenBSD::PackingList is in section 3p.Bernd Ahlers
2005-09-19let pkg_info -e see @pkgpath annotations.Marc Espie
2005-09-19Let ExtraInfoOnly grab pkgpath as well.Marc Espie
2005-09-19make package opening more efficient (and maybe more intuitive) byMarc Espie