summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD/PackingList.pm
AgeCommit message (Expand)Author
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