summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
AgeCommit message (Expand)Author
2004-07-07guard against stat not working, which happened to me...Marc Espie
2004-07-06commit from the wrong tree. noticed by krw@Marc Espie
2004-07-05description looking slightly more like a regular manpage and not a pipe-dream.Marc Espie
2004-07-05too clever, perl regexps are greedy, ensure we get the correct name.Marc Espie
2004-07-05Still deduce a pkg-name even if there is no .tgz in the pkg-name specifiedMarc Espie
2004-07-05less esoteric error message for missing @name, on a question fromMarc Espie
2004-06-21support for old stuff in pkg_info/pkg_delete, e.g., @srcMarc Espie
2004-06-21Implement pkg_add -I for real; ok espie@Miod Vallat
2004-05-19Add word boundary markers, so that the fast scanners get exactly what theyMarc Espie
2004-04-28Use the string version of system. Works with PAGER=less -s.Marc Espie
2004-04-28slightly more intricate selectors code.Marc Espie
2004-04-28Blech, SFS yields weird mount/df shit.Marc Espie
2004-03-30wrap each install operation into eval {} so that a die there will leaveMarc Espie
2004-03-30do not allow non-sensible stuff in packing-lists.Marc Espie
2004-03-18When using an install prefix with -B to install packages, and the packingThorsten Lockert
2004-03-11repair pkg_add -, by making sure `-' is a special object.Marc Espie
2004-03-10Help it cope with symlinks. Mostly from rd@thrush.com.Marc Espie
2004-03-07A few useful features:Marc Espie
2004-02-25Add -B support to pkg_delete.Marc Espie
2004-02-23document that this even more off-limits than the rest of theMarc Espie
2004-02-21distinguish between unreadable directories and non packages.Marc Espie
2004-02-20PKG_DESTDIR / -B support in pkg_add.Marc Espie
2004-02-20move wildcard rewriting down. Allows flavors in package-specs toMarc Espie
2004-02-15remove extra . I left when putting $self->{destdir} inside...Marc Espie
2004-01-31pkg_create -L support, which I forgot to commit.Marc Espie
2004-01-29destdir supportMarc Espie
2004-01-28some code refactoring.Marc Espie
2004-01-28Add -L to record/enforce localbase.Marc Espie
2004-01-27avoid File::IO, one less module to load.Marc Espie
2004-01-27Don't just detect errors in pre_add(), but exit. Gets rid of strangeNikolay Sturm
2004-01-27more forced keywords.Marc Espie
2004-01-27first series of -forced switches, looks okay to henning@.Marc Espie
2004-01-27bullet lists of one item don't make much sense.Marc Espie
2004-01-27-f framework, manpage fixes.Marc Espie
2004-01-27die $!Marc Espie
2004-01-27show $! in system related errors.Marc Espie
2004-01-27remove package if RequiredBy file ends up empty too soon.Marc Espie
2004-01-27put $! in die messages.Marc Espie
2004-01-22document/activate @arch. Fix list handling.Marc Espie
2004-01-01post-INSTALL script falling -> record installation as a borked packageMarc Espie
2003-12-26Allow storing of `arch' annotations inside packages.Marc Espie
2003-12-26pkg_add reports size taken on each fs.Marc Espie
2003-12-24Handle mount entries without options.Marc Espie
2003-12-21Add virtual file system, so that pkg_add and pkg_delete can check forMarc Espie
2003-12-19Clean up PackageLocator so it looks somewhat more object-oriented.Marc Espie
2003-12-11NOMAN building works, fix NOMAN installation.Marc Espie
2003-12-10stamp files and directories.Marc Espie
2003-12-10Flag unresolved package names as errors.Marc Espie
2003-12-10Replace Adding/Deleting with "Pretending to add/delete" in -n mode.Marc Espie
2003-12-09better management of list of installed packages. Allow pkg_add/delete -nMarc Espie