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