summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD/PackingElement.pm
AgeCommit message (Expand)Author
2007-05-01allows us to register anything, and not just a class, with the factory.Marc Espie
2007-05-01define keyword() first, and allow register_with_factory() to reuse itMarc Espie
2007-05-01rename setKeyword to register_with_factoryMarc Espie
2007-04-30add most things concerning @ignore, since we now have ways nicer to doMarc Espie
2007-04-29make packing-lists more regular by including the CONTENTS. AvoidMarc Espie
2007-04-15update copyright years, standardize licence.Marc Espie
2007-04-15do not rely on side-effects in there.Marc Espie
2006-12-16ltlib marker for libtool convenience library.Marc Espie
2006-12-02allows us to mark *.pc files as PkgConfig.Marc Espie
2006-11-17don't return undef, use plain return.Marc Espie
2006-03-19Partial revert of previous changes, nasty regexps not greedy the way they sho...Marc Espie
2006-03-17un-special case old constructs: make them inherit from the same class,Marc Espie
2006-03-05avoid running mkfontdir/fc-cache if they don't exist.Marc Espie
2006-02-07minor independent tweaks:Marc Espie
2005-10-19mark links being extracted with `zap', so that they do not get recordedMarc Espie
2005-09-04* New -i interactive option, that can ask obnoxious questions.Marc Espie
2005-08-14no reason not to record special files sizes along with md5.Marc Espie
2005-06-21move Arch->check() up to Packingelement, so that it can be called anywhere,Marc Espie
2004-12-16renamed borked_installation from borked.n to partial-<pkgname> ...Marc Espie
2004-12-09make -f scripts work again, and document it properly in both pkg_add andMarc Espie
2004-11-21pull the code that handles shared libraries (ldconfig for now) aside.Marc Espie
2004-11-18add @wantlib and @depend keywordMarc Espie
2004-11-13correctly read back tempnames.Marc 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-12avoid even more calls to canonpath.Marc Espie
2004-11-12stop storing fullname, recompute it dynamically instead.Marc Espie
2004-11-12do catfile manually, e.g., avoid several calls to canonpath.Marc Espie
2004-11-12don't store hexdigest internally.Marc Espie
2004-11-11don't touch font directories if -n either...Marc Espie
2004-11-07don't try to be smart and not store the full tempname: we don't use thisMarc Espie
2004-11-06mark whole state for `replacing' so that only file entries get tempnameMarc Espie
2004-10-31Simplify ldconfig handling: one single ensure_ldconfig routine thatMarc Espie
2004-10-23system() method that stores command normal output so that we can showMarc Espie
2004-10-20basic framework for delayed messages.Marc Espie
2004-10-18use OpenBSD::Getopt so that we can do -v -v.Marc Espie
2004-10-16Add support for @endfake and pkg_add -Q, to be documented later...Marc Espie
2004-10-13@sysctlMarc Espie
2004-10-12nicer displayMarc Espie
2004-10-11common code for exec/unexec/extraunexec.Marc Espie
2004-10-11simplify ldconfig now that we run in an uniform way.Marc Espie
2004-10-11aggregate all MESSAGES and display them at the end, with proper markers toMarc Espie
2004-10-11move mandir handling to pkg_add/delete time, solely.Marc Espie
2004-10-11common code for all script running.Marc Espie
2004-10-11add support for undisplay file, to be able to show information at pkgMarc Espie
2004-10-05move expand down to ::ExeclikeActionMarc Espie
2004-10-05unbreak expandMarc Espie
2004-10-05explicitly call the right destate for ExtradirMarc Espie
2004-10-05more inheritance, reorder stuff slightlyMarc Espie