summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD/PackingList.pm
AgeCommit message (Expand)Author
2005-08-17save architecture as well for ExtraInfo, so that pkg_add -u won't tryMarc Espie
2005-06-26faster fat package finderMarc Espie
2005-06-21move Arch->check() up to Packingelement, so that it can be called anywhere,Marc Espie
2004-12-16save depend information into cache when package is installed.Marc Espie
2004-12-16renamed borked_installation from borked.n to partial-<pkgname> ...Marc Espie
2004-12-15move -n down into RequiredBy and PackingList (as $main::not, since weMarc Espie
2004-11-18add @wantlib and @depend keywordMarc Espie
2004-11-15compile patterns once, should be a slight speed up.Marc Espie
2004-11-13don't store things in cache if we know we're not going to use them again.Marc Espie
2004-11-13synchronize installed stuff, using the cache in -n mode so that -nMarc Espie
2004-11-13likewise, packing-lists state will store refs to cwd, so make thisMarc Espie
2004-11-13cwd() function so that further changes to internal storage won't matterMarc Espie
2004-11-12store a ref to cwd instead of cwd itself, allowing it to be shared.Marc Espie
2004-11-11cache packing-lists, so that we don't read them again and again.Marc Espie
2004-11-11introduce shortcuts to read/write contents from_installation/to_installationMarc Espie
2004-11-10use ExtraInfo, finally: allows pkg_info to report packages according toMarc Espie
2004-11-09avoid scanning the whole packing-list when looking for info that areMarc Espie
2004-10-26more accurate name: DirRmOnly -> SharedItemsOnlyMarc Espie
2004-10-23beginning of update module: basic check that stuff we are replacingMarc Espie
2004-10-11remove special `visiting order' when writing packing-lists.Marc Espie
2004-10-11better visitor, that allows for revisits later.Marc Espie
2004-09-242nd half of @newuser/@newgroup: treat them as shared items, and removeMarc Espie
2004-09-21@newuser/@newgroup initial support:Marc Espie
2004-09-18new-style conflicts that respect pkgspec.Marc Espie
2004-09-16Add LibraryOnly routine to check on @lib files.Marc Espie
2004-09-14new categories, modules and manual-installation, not active yet.Marc Espie
2004-08-06@lib shared library marker.Marc Espie
2004-08-06block-scoped require is way simpler than weird AUTOLOAD hack.Marc Espie
2004-08-06unified headers, switch to smaller copyright notice.Marc Espie
2004-08-05kill 3 lines of unused codeMarc Espie
2004-08-05refactor classes in PackingElement to share more code.Marc Espie
2004-08-03forgot mandir. reorder slightly.Marc Espie
2004-08-03Support @sample, tested by fries@.Marc Espie
2004-08-02@man type file for manpages.Marc Espie
2004-07-22fast-scanner should now about dir/ too.Marc Espie
2004-07-20support for gnu-info, with @info keyword.Marc Espie
2004-07-14Rework @dirrm: keep them all, and remove them at the end of pkg_delete.Marc Espie
2004-07-13at pkg_create time, mark hard links with @link, and symlinks with @symlink,Marc Espie
2004-07-05less esoteric error message for missing @name, on a question fromMarc Espie
2004-05-19Add word boundary markers, so that the fast scanners get exactly what theyMarc Espie
2004-04-28slightly more intricate selectors code.Marc Espie
2004-02-23document that this even more off-limits than the rest of theMarc Espie
2004-01-28Add -L to record/enforce localbase.Marc Espie
2003-12-26Allow storing of `arch' annotations inside packages.Marc Espie
2003-11-06Implement discovery of a `packing-list' prefix, e.g., the first @cwdMarc Espie
2003-10-19plist's has/get methods for accessing elements: perl ->{} has quirksMarc Espie
2003-10-16new import of my pkgtools, after a slight naming disagreement with theMarc Espie